FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Location |
| Id | Location-ed-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 ed-location-example-1
identifier: http://www.acme.org/location/29
status: Active
name: Florida General Hospital - Emergency Department
description: Florida General Hospital - Emergency Department
type: Emergency room
telecom: ph: (+1) 734-677-7777
address: 1234 Beach Street Miami FL 33101 USA
{
"resourceType": "Location",
"id": "ed-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": "29"
}
],
"status": "active",
"name": "Florida General Hospital - Emergency Department",
"description": "Florida General Hospital - Emergency Department",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ER",
"display": "Emergency room"
}
],
"text": "Emergency room"
}
],
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
}
],
"address": {
"line": [
"1234 Beach Street"
],
"city": "Miami",
"state": "FL",
"postalCode": "33101",
"country": "USA"
}
}