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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "f148e54a-2046-4534-b9e9-54e7e9632224",
  "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=\"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\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.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>"
  },
  "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"
  }
}