FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Location |
| Id | Location-stanza.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "AREAS.ro-Idstanza",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Location_Eng"
]
},
"identifier": [
{
"system": "http://cct.eng.it/FHIR/schema/location-identifier",
"value": "ST1"
}
],
"status": "active",
"name": "STANZA 1",
"description": "STANZA 1",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HU",
"display": "Hospital unit"
}
]
}
],
"address": {
"type": "physical"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "ro",
"display": "Room"
}
]
},
"managingOrganization": {
"reference": "Organization/AREAS.PRE-00080960"
},
"partOf": {
"reference": "Location/AREAS.wa-8702"
}
}