AU Core Implementation Guide
0.3.0-ballot - R1 Australia flag

This page is part of the AU Core (v0.3.0-ballot: AU Core R1 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Provenance - Signature for advance care plan - XML Representation

Page standards status: Informative

Raw xml | Download



<Provenance xmlns="http://hl7.org/fhir">
  <id value="signature"/>
  <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="signature"> </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;signature&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="DocumentReference-acp.html">DocumentReference/acp</a></p><p><b>recorded</b>: 3 Nov. 2019, 1:35:00 pm</p><p><b>reason</b>: treatment <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>#TREAT)</span></p><p><b>activity</b>: authenticated <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-DocumentCompletion.html">DocumentCompletion</a>#AU)</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>Verifier <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-contractsignertypecodes.html">Contract Signer Type Codes</a>#VERF)</span></td><td><a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole/bobrester-bob-gp</a></td></tr></table><h3>Signatures</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>TargetFormat</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td style="display: none">*</td><td>Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</td><td>3 Nov. 2019, 1:35:00 pm</td><td><a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole/bobrester-bob-gp</a></td><td>application/fhir+xml</td><td>application/signature+xml</td><td>(base64 data - 3 bytes)</td></tr></table></div>
  </text>
  <!--   
    where possible, provenance targets should be version specific,
    so that there is no ambiguity about which version of the 
    record this relates to
    -->
  <target>🔗 
    <reference value="DocumentReference/acp"/>
  </target>
  <recorded value="2019-11-03T12:35:00+10:00"/>
  <reason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="TREAT"/>
      <display value="treatment"/>
    </coding>
  </reason>
  <activity>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"/>
      <code value="AU"/>
      <display value="authenticated"/>
    </coding>
  </activity>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/contractsignertypecodes"/>
        <code value="VERF"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="PractitionerRole/bobrester-bob-gp"/>
    </who>
  </agent>
  <signature>
    <!--   verification signature   -->
    <type>
      <system value="urn:iso-astm:E1762-95:2013"/>
      <code value="1.2.840.10065.1.12.1.5"/>
      <display value="Verification Signature"/>
    </type>
    <when value="2019-11-03T12:35:00+10:00"/>
    <who>🔗 
      <reference value="PractitionerRole/bobrester-bob-gp"/>
    </who>
    <targetFormat value="application/fhir+xml"/>
    <sigFormat value="application/signature+xml"/>
    <data value="Li4u"/>
  </signature>
</Provenance>