FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Location |
| Id | Location-location-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-example
Language: en
identifier: http://www.acme.org/location/29
status: Active
name: General Hospital - Main Campus
description: Main Hospital Campus
mode: Instance
type: Hospital
telecom: ph: 555-555-5555(Work)
address: 123 Main St Anytown CA 12345 US
physicalType: Building
managingOrganization: Organization General Hospital
{
"resourceType": "Location",
"id": "location-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
}
],
"status": "active",
"name": "General Hospital - Main Campus",
"description": "Main Hospital Campus",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
}
],
"address": {
"line": [
"123 Main St"
],
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"country": "US"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"managingOrganization": {
"reference": "Organization/organization-example"
}
}