FHIR IG analytics| Package | ca.on.accdr.r4 |
| Resource Type | ValueSet |
| Id | vs-accdr-location-physical-type.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "accdr-vs-location-physical-type",
"url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type",
"version": "1.0.0",
"name": "LocationPhysicalType",
"title": "Location Physical Type",
"status": "retired",
"publisher": "Ontario Health",
"description": "Location Physical Type - this value set specifies the aspect of the patient location data being contributed in PV1-3 (Assigned Patient Location) in HL7 v2 and used in FHIR element Encounter.location.physicalType",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"concept": [
{
"code": "bd",
"display": "Bed"
},
{
"code": "ro",
"display": "Room"
},
{
"code": "si",
"display": "Site"
},
{
"code": "bu",
"display": "Building"
},
{
"code": "lvl",
"display": "Level"
},
{
"code": "wi",
"display": "Wing"
}
]
},
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/accdr-bed-desc-code"
}
]
}
}