HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

HL7 FHIR Implementation Guide Laboratory Report, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/lab-report/ and changes regularly. See the Directory of published versions

: Encounter-Lab-Esempio - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="7b06368c-7089-4f66-acc8-29e1fcbd31f6"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/encounter-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter 7b06368c-7089-4f66-acc8-29e1fcbd31f6</b></p><a name="7b06368c-7089-4f66-acc8-29e1fcbd31f6"> </a><a name="hc7b06368c-7089-4f66-acc8-29e1fcbd31f6"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-encounter-it-lab.html">Encounter - Lab Report</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-8472931c-fbd0-437b-9ed1-4f66472c78b5">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>basedOn</b>: <a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-463ae6fe-60d4-4b38-84b3-1008e0925678">ServiceRequest Leukocyte poor blood preparation</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SPRF}">Secondary performer</span></td><td><a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-134a0bb1-aa0a-46b9-aa1e-a5d0e379e77c">Practitioner Prova Infermiere </a></td></tr></table><p><b>period</b>: 2023-02-25 11:45:00+0100 --&gt; 2023-02-25 12:45:00+0100</p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-f148e54a-2046-4534-b9e9-54e7e9632224">Location Policlinico di Roma</a></td></tr></table></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <subject>
    <reference value="urn:uuid:8472931c-fbd0-437b-9ed1-4f66472c78b5"/>
  </subject>
  <basedOn>
    <reference value="urn:uuid:463ae6fe-60d4-4b38-84b3-1008e0925678"/>
  </basedOn>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="SPRF"/>
        <display value="Secondary performer"/>
      </coding>
    </type>
    <individual>
      <reference value="urn:uuid:134a0bb1-aa0a-46b9-aa1e-a5d0e379e77c"/>
    </individual>
  </participant>
  <period>
    <start value="2023-02-25T11:45:00+01:00"/>
    <end value="2023-02-25T12:45:00+01:00"/>
  </period>
  <location>
    <location>
      <reference value="urn:uuid:f148e54a-2046-4534-b9e9-54e7e9632224"/>
    </location>
  </location>
</Encounter>