SPL Mapping FHIR R5 Implementation Guide
0.2.1 - Build CI United States of America flag

SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions

: ExampleEstablishmentSPLtoFHIRProvenance - XML Representation

Page standards status: Informative

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="ExampleEstablishmentSPLtoFHIRProvenance"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/spl/StructureDefinition/DualSubmissionProvenance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance ExampleEstablishmentSPLtoFHIRProvenance</b></p><a name="ExampleEstablishmentSPLtoFHIRProvenance"> </a><a name="hcExampleEstablishmentSPLtoFHIRProvenance"> </a><a name="ExampleEstablishmentSPLtoFHIRProvenance-en-US"> </a><p>Provenance for: </p><ul><li><a href="Organization-ExampleEstablishmentRegistrant.html">Organization REGISTRANT SERVICES INC</a></li><li><a href="Organization-ExampleEstablishment.html">Organization EXAMPLE ESTABLISHMENT INC.</a></li></ul><p>Summary</p><table class="grid"><tr><td>Occurrence</td><td>2021-04-21</td></tr><tr><td>Recorded</td><td>2021-04-21 14:28:00+0600</td></tr><tr><td>Activity</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}, {http://loinc.org 51725-0}">create</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 assembler}">Assembler</span></td><td>SPL To FHIR Converter Program</td></tr></table></div>
  </text>
  <target>🔗 
    <reference value="Organization/ExampleEstablishmentRegistrant"/>
  </target>
  <target>🔗 
    <reference value="Organization/ExampleEstablishment"/>
  </target>
  <occurredDateTime value="2021-04-21"/>
  <recorded value="2021-04-21T14:28:00.00+06:00"/>
  <activity>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
      <code value="CREATE"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="51725-0"/>
    </coding>
  </activity>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="assembler"/>
      </coding>
    </type>
    <who>
      <display value="SPL To FHIR Converter Program"/>
    </who>
  </agent>
  <entity>
    <role value="source"/>
    <what>🔗 
      <reference value="DocumentReference/ExampleSPLDocumentReference"/>
    </what>
  </entity>
</Provenance>