Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Provenance Example supporting US Core Provenance Profile - XML Representation

Raw xml | Download



<Provenance xmlns="http://hl7.org/fhir">
  <id value="Condition-Example1"/>
  <meta>
    <lastUpdated value="2012-04-30T16:34:12.000+05:30"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-provenance-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance Condition-Example1</b></p><a name="Condition-Example1"> </a><a name="hcCondition-Example1"> </a><a name="Condition-Example1-en-US"> </a><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">Last updated: 2012-04-30 16:34:12+0530</p><p style="margin-bottom: 0px">Profiles: <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-provenance.html">US Core Provenance Profile</a>, <a href="StructureDefinition-athena-provenance-profile.html">AthenaProvenance</a></p></div><p>Provenance for <a href="Condition-Example1.html">Condition I10</a></p><p>Summary</p><table class="grid"><tr><td>Recorded</td><td>2012-04-30 16:34:12+0530</td></tr><tr><td>Location</td><td><a href="Organization/LO-1225648232001060">Organization/LO-1225648232001060</a></td></tr><tr><td>Activity</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation DELETE}">delete</span></td></tr></table><p><b>Agents</b></p><table class="grid"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}">Author</span></td><td><a href="Practitioner-Example1.html">Practitioner Harry S. Winston </a></td></tr></table></div>
  </text>
  <target>🔗 
    <reference value="Condition/Example1"/>
  </target>
  <recorded value="2012-04-30T16:34:12+05:30"/>
  <location>
    <reference value="Organization/LO-1225648232001060"/>
  </location>
  <activity>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
      <code value="DELETE"/>
      <display value="delete"/>
    </coding>
    <text value="delete"/>
  </activity>
  <!-- 
        <onBehalfOf>
            <reference value="Organization/Example1"/>
        </onBehalfOf>
		 -->
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="author"/>
        <display value="Author"/>
      </coding>
      <text value="Author"/>
    </type>
    <who>🔗 
      <reference value="Practitioner/Example1"/>
    </who>
  </agent>
  <entity>
    <role value="source"/>
    <what>🔗 
      <reference value="Encounter/Example1"/>
      <display value="Initial Visit"/>
    </what>
  </entity>
</Provenance>