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 - JSON Representation
Raw json | Download
{
"resourceType" : "Location",
"id" : "Location-Lab-Esempio",
"meta" : {
"profile" : [
"http://hl7.it/fhir/lab-report/StructureDefinition/location-it-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<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:\u00a0123456\u00a0(use:\u00a0USUAL)</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>"
},
"identifier" : [
{
"use" : "usual",
"value" : "123456"
}
],
"status" : "active",
"name" : "Policlinico di Roma",
"alias" : [
"Poliambulatorio di Roma",
"Ospedale universitario di Roma"
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "33324567"
}
],
"address" : {
"type" : "physical",
"city" : "ROMA",
"postalCode" : "00144"
}
}