STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Provenance-consent-signature.xml

Raw XML (canonical form)

Provenance with signature for a Consent example (id = "consent-signature")

<Provenance xmlns="http://hl7.org/fhir"> 
  <id value="consent-signature"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: consent-signature</p><p><b>target</b>: <a>Consent/consent-example-signature</a></p><p><b>recorded</b>: 26/05/2016 12:41:10 AM</p><h3>Agents</h3><table><tr><td>-</td><td><b>Role</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>Author (Details: http://hl7.org/fhir/provenance-participant-role code author = 'Author',
             stated as 'null')</td><td><a>Patient/72</a></td></tr></table><p><b>signature</b>: </p></div></text><target>
    <reference value="Consent/consent-example-signature"/>
  </target>
 
  <!--    the provenance is recorded at the same time as 
    the resource - batched together    -->
  <recorded value="2016-05-26T00:41:10-04:00"/>
 
  <agent> 
    <role>
      <system value="http://hl7.org/fhir/provenance-participant-role"/>
      <code value="author"/>
    </role>
    <actor>
      <reference value="Patient/72"/>
    </actor>
  </agent>
  <signature>
    <type>
      <system value="urn:iso-astm:E1762-95:2013"/>
      <code value="1.2.840.10065.1.12.1.1"/>
      <display value="Author's Signature"/>
    </type>
    <when value="2016-05-26T00:41:10-04:00"/>
    <whoReference>
      <reference value="Patient/72"/>
    </whoReference>
    <contentType value="application/signature+xml"/>
    <blob value="dGhpcyBibG9iIGlzIHNuaXBwZWQ="/>
  </signature>
</Provenance>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.