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

SPL Mapping FHIR 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.1.0 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><b>Generated Narrative: Provenance</b><a name="ExampleEstablishmentSPLtoFHIRProvenance"> </a><a name="hcExampleEstablishmentSPLtoFHIRProvenance"> </a></p><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">ResourceProvenance &quot;ExampleEstablishmentSPLtoFHIRProvenance&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-DualSubmissionProvenance.html">DualSubmissionProvenance</a></p></div><p><b>target</b>: </p><ul><li><a href="Organization-ExampleEstablishmentRegistrant.html">Organization/ExampleEstablishmentRegistrant</a> &quot;REGISTRANT SERVICES INC&quot;</li><li><a href="Organization-ExampleEstablishment.html">Organization/ExampleEstablishment</a> &quot;EXAMPLE ESTABLISHMENT INC.&quot;</li></ul><p><b>occurred</b>: 2021-04-21</p><p><b>recorded</b>: Apr 21, 2021, 8:28:00 AM</p><p><b>activity</b>: create <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-DataOperation.html">DataOperation</a>#CREATE; <a href="https://loinc.org/">LOINC</a>#51725-0)</span></p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style="display: none">*</td><td>Assembler <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-provenance-participant-type.html">Provenance participant type</a>#assembler)</span></td><td><span>: SPL To FHIR Converter Program</span></td></tr></table><h3>Entities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style="display: none">*</td><td>source</td><td><a href="DocumentReference-ExampleSPLDocumentReference.html">DocumentReference/ExampleSPLDocumentReference</a></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>