FHIR IG analytics| Package | implementation.guide.nhdr |
| Resource Type | Location |
| Id | Location-General Hospital Room 101.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"meta": {
"lastUpdated": "2024-07-18T06:57:37.403+00:00"
},
"name": "General Hospital Room 101",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "ro",
"display": "Room"
}
]
}
],
"address": {
"use": "work",
"line": [
"1234 Health St."
],
"city": "Health City",
"state": "Health State",
"postalCode": "12345",
"country": "PH"
}
}