FHIR IG analytics| Package | hl7.fhir.us.safr |
| Resource Type | Location |
| Id | Location-EDBed1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location EDBed1
Profile: QICore Locationversion: null6.0.0)
identifier: http://www.example.org/bed-location/001
status: Active
name: ED Bed at Memorial Hospital
type: Emergency Department
physicalType: Bed
{
"resourceType": "Location",
"id": "EDBed1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/bed-location",
"value": "001"
}
],
"status": "active",
"name": "ED Bed at Memorial Hospital",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
"code": "ED",
"display": "Emergency Department"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"version": "2.0.1",
"code": "bd"
}
]
}
}