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
: Location-Lab-Esempio - XML Representation
Raw xml | Download
<Location xmlns="http://hl7.org/fhir">
<id value="Location-Lab-Esempio"/>
<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="Location-Lab-Esempio"> </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 "Location-Lab-Esempio" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-location-it-lab.html">Location - Lab Report</a></p></div><p><b>identifier</b>: id: 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.0.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>