FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.it.lab-report
Resource TypeLocation
IdLocation-f148e54a-2046-4534-b9e9-54e7e9632224.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location

Resource Location "f148e54a-2046-4534-b9e9-54e7e9632224"

Profile: Location - Lab Report

identifier: 123456 (use: USUAL)

status: active

name: Policlinico di Roma

alias: Poliambulatorio di Roma, Ospedale universitario di Roma

type: Hospital (RoleCode#HOSP)

telecom: ph: 33324567

address: ROMA 00144


Source1

{
  "resourceType": "Location",
  "id": "f148e54a-2046-4534-b9e9-54e7e9632224",
  "meta": {
    "profile": [
      "http://hl7.it/fhir/lab-report/StructureDefinition/location-it-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}