AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Provenance - delete a specific document reference version - XML Representation

Page standards status: Informative

Raw xml | Download



<Provenance xmlns="http://hl7.org/fhir">
  <id value="delete"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-provenance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Provenance</b><a name="delete"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Provenance &quot;delete&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-provenance.html">AU Core Provenance</a></p></div><p><b>target</b>: <a href="http://apps.example.com/DocumentReference/232847/_history/2">http://apps.example.com/DocumentReference/232847/_history/2</a></p><p><b>recorded</b>: 1 Apr. 2023, 9:22:54 am</p><p><b>reason</b>: records management <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActReason.html">ActReason</a>#RECORDMGT)</span></p><p><b>activity</b>: delete <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-DataOperation.html">DataOperation</a>#DELETE)</span></p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style="display: none">*</td><td>Author <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html">Provenance participant type</a>#author)</span></td><td><a href="Patient-smith-emma.html">Patient/smith-emma</a> &quot; SMITH&quot;</td></tr></table><h3>Entities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style="display: none">*</td><td>source</td><td><a href="http://apps.example.com/DocumentReference/232847/_history/2">http://apps.example.com/DocumentReference/232847/_history/2</a></td></tr></table></div>
  </text>
  <target>
    <reference
               value="http://apps.example.com/DocumentReference/232847/_history/2"/>
  </target>
  <recorded value="2023-04-01T08:22:54+10:00"/>
  <reason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="RECORDMGT"/>
    </coding>
  </reason>
  <activity>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
      <code value="DELETE"/>
    </coding>
  </activity>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="author"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="Patient/smith-emma"/>
    </who>
  </agent>
  <entity>
    <role value="source"/>
    <what>
      <reference
                 value="http://apps.example.com/DocumentReference/232847/_history/2"/>
    </what>
  </entity>
</Provenance>