Sha256: 163c167eedca44bcdbc8799fb8cf621d470c0f093e5648af03bc3827b9975862

Contents?: true

Size: 1.81 KB

Versions: 7

Compression:

Stored size: 1.81 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Provenance xmlns="http://hl7.org/fhir">
  <id value="signature"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">procedure record authored on 27-June 2015 by Harold Hippocrates, MD Content extracted from Referral received 26-June</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/example"/>    
  </target>
  <recorded value="2015-08-27T08:39:24+10:00"/>
  <reason>
		<system value="http://hl7.org/fhir/v3/ActReason"/>
		<code value="TREAT"/>
		<display value="treatment"/>
  </reason>
  <activity>
      <system value="http://hl7.org/fhir/v3/DocumentCompletion"/>
      <code value="AU"/>
      <display value="authenticated"/>
  </activity>
 
  <!--  signer = Harold Hippocrates  -->
  <agent>
    <role>
      <coding>
        <system value="http://www.hl7.org/fhir/contractsignertypecodes"/>
        <code value="VERF"/>
      </coding>
    </role>

    <!--  very often, the user won't have a known system - these aren't available 
      for security system log ons. But where you can define it, you should.
      Most of the time the userId is fully qualfied such as an email address	   -->
    <whoUri value="mailto:hhd@ssa.gov"/>
  </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="2015-08-27T08:39:24+10:00"/>
    <whoReference>
      <reference value="Practitioner/xcda-author"/>
    </whoReference>	
	<contentType value="application/signature+xml"/>
	<blob value="Li4u"/>
  </signature>
</Provenance>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/provenance-example-sig.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/provenance-example-sig.xml