FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Location |
| Id | Location-obs-location-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location obs-location-example-1
identifier: http://www.acme.org/location/30
status: Active
name: Florida General Hospital - Observation
description: Florida General Hospital - Observation bed
type: Hospital bed
telecom: ph: (+1) 734-677-8888
address: 1234 Beach Street Miami FL 33101 USA
{
"resourceType": "Location",
"id": "obs-location-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "30"
}
],
"status": "active",
"name": "Florida General Hospital - Observation",
"description": "Florida General Hospital - Observation bed",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
],
"text": "Hospital bed"
}
],
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-8888"
}
],
"address": {
"line": [
"1234 Beach Street"
],
"city": "Miami",
"state": "FL",
"postalCode": "33101",
"country": "USA"
}
}