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

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Location-Lab-Esempio - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="f148e54a-2046-4534-b9e9-54e7e9632224"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/location-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="f148e54a-2046-4534-b9e9-54e7e9632224"> </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">Resource Location &quot;f148e54a-2046-4534-b9e9-54e7e9632224&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-location-it-lab.html">Location - Lab Report</a></p></div><p><b>identifier</b>: 123456 (use: USUAL)</p><p><b>status</b>: active</p><p><b>name</b>: Policlinico di Roma</p><p><b>alias</b>: Poliambulatorio di Roma, Ospedale universitario di Roma</p><p><b>type</b>: Hospital <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#HOSP)</span></p><p><b>telecom</b>: ph: 33324567</p><p><b>address</b>: ROMA 00144 </p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <value value="123456"/>
  </identifier>
  <status value="active"/>
  <name value="Policlinico di Roma"/>
  <alias value="Poliambulatorio di Roma"/>
  <alias value="Ospedale universitario di Roma"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="33324567"/>
  </telecom>
  <address>
    <type value="physical"/>
    <city value="ROMA"/>
    <postalCode value="00144"/>
  </address>
</Location>