Release 5 R6 Ballot (3rd Draft)
This page is part of the FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Publish-box (todo)

Example Provenance/consent-signature (XML)

Security Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Group , Patient , Practitioner , RelatedPerson

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

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

<?xml version="1.0" encoding="UTF-8"?>

 

<!--   
  This provenance example is paired with the 
  consent signature example.   
  --><Provenance xmlns="http://hl7.org/fhir">

  <id value="consent-signature"/> 
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%  the provenance is recorded at the same time as 
    the resource - batched together  Author's Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.1
             = 'Author's Signature', stated as 'Author's Signature')

  <target> 
    <reference value="Consent/consent-example-basic/_history/1"/> 
  </target> 
 
      <!--    the provenance is recorded at the same time as 
    the resource - batched together    -->

  <!--   the provenance is recorded at the same time as 
    the resource - batched together   -->

  <recorded value="2016-05-26T00:41:10-04:00"/> 
  <activity> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"/> 
      <code value="AU"/> 
      <display value="authenticated"/> 
    </coding> 
   

  </activity> 
  <patient> 
    <reference value="Patient/example"/> 
  </patient> 
   

  <agent> 
    <role> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> 
        <code value="AUT"/> 
      </coding> 
    </role> 
    <who> 
      <reference value="Patient/72"/> 
    </who> 
  </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"/> 
    <who> 
      <reference value="Patient/72"/> 
    </who> 
  
  

    <targetFormat value="application/fhir+xml"/> 
    <sigFormat value="application/signature+xml"/> 
    <data 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.