FHIR IG analytics| Package | hl7.fhir.it.lab-report |
| Resource Type | Location |
| Id | Location-f148e54a-2046-4534-b9e9-54e7e9632224.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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
{
"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"
}
}