FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Location |
| Id | Location-PS-Ambulatory.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "AREAS.location-ps-ambulatory",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Location_Eng"
]
},
"identifier": [
{
"system": "http://cct.eng.it/FHIR/schema/location-identifier",
"value": "10"
}
],
"status": "active",
"name": "AREA ORTOPEDICA",
"description": "10 - AREA ORTOPEDICA",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/location-type",
"code": "ERA",
"display": "Emergency Room Ambulatory"
}
]
}
],
"address": {
"type": "physical"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa",
"display": "Ward"
}
]
},
"managingOrganization": {
"reference": "Organization/AREAS.PRE-010017"
},
"partOf": {
"reference": "Location/AREAS.wa-3235048"
}
}