HL7 FHIR Implementation Guide Laboratory Report
0.1.0 - ballot Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DiagnosticReport-Lab-Esempio - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="56f19992-e73e-45b5-bbdd-6d9aeb60b15a"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/diagnosticreport-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 11502-2}">Referto di medicina di laboratorio</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 HM}">Hematology</span>) </h2><table class="grid"><tr><td>Subject</td><td><b>Maria Rossi </b> female, DoB: 1971-05-01 ( id: RSSMRA71E01F205E)</td></tr><tr><td>When For</td><td>2023-02-25 11:45:00+0100 --&gt; 2023-02-25 12:45:00+0100</td></tr><tr><td>Reported</td><td>2023-02-25 12:45:00+0100</td></tr></table><p><b>Report Details</b></p><table class="grid"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href="Observation-Observation-Lab-Esempio-Glucosio.html"><span title="Codes: {http://loinc.org 10450-5}">Glucosio^post 10h digiuno</span></a></td><td>70 mg/dL</td></tr><tr><td><a href="Observation-Observation-Lab-Esempio-Cloruro.html"><span title="Codes: {http://loinc.org 100745-9}">Chimica Concentrazione di Sostanza Punto nel tempo (episodio) Sangue venoso misto</span></a></td><td>100 meq/L</td></tr></table><p><b>Coded Conclusions :</b></p><ul><li><span title="Codes: {http://snomed.info/sct 166921001}">Blood glucose normal</span></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition">
    <valueReference>
      <reference value="Composition/2ae95a5c-9094-41a3-a437-ce6d34c55a54"/>
    </valueReference>
  </extension>
  <basedOn>
    <reference value="ServiceRequest/463ae6fe-60d4-4b38-84b3-1008e0925678"/>
  </basedOn>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="HM"/>
      <display value="Hematology"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="11502-2"/>
      <display value="Referto di medicina di laboratorio"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/Paziente-SSN"/>
  </subject>
  <encounter>
    <reference value="Encounter/7b06368c-7089-4f66-acc8-29e1fcbd31f6"/>
  </encounter>
  <effectivePeriod>
    <start value="2023-02-25T11:45:00+01:00"/>
    <end value="2023-02-25T12:45:00+01:00"/>
  </effectivePeriod>
  <issued value="2023-02-25T12:45:00+01:00"/>
  <performer>
    <reference value="PractitionerRole/dc5842a1-83b6-43c7-b063-75ae989b803c"/>
  </performer>
  <specimen>
    <reference value="Specimen/168d4960-0a0b-43af-8025-180f0965f324"/>
  </specimen>
  <result>
    <reference value="Observation/Observation-Lab-Esempio-Glucosio"/>
  </result>
  <result>
    <reference value="Observation/Observation-Lab-Esempio-Cloruro"/>
  </result>
  <conclusionCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="166921001"/>
      <display value="Blood glucose normal"/>
    </coding>
  </conclusionCode>
</DiagnosticReport>