FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Location |
| Id | 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 example
Profile: US Quality Core Location
identifier: http://example.org/B1-S.F2 (use: temp, )
status: Active
name: South Wing, second floor
alias: Example University Medical Center, South Wing, second floor, EUMC, SW, F2
description: Second floor of the South Wing
mode: Instance
type: Hospital
telecom: +1-555-555-0170, fax: +1-555-555-0171(Work), southwing@example.org, http://example.org/southwing
address: 1000 Example Campus Drive, Building A Example City VA 99999 US (work)
physicalType: Wing
managingOrganization: Organization Example Organization
{
"resourceType": "Location",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "http://example.org",
"value": "B1-S.F2"
}
],
"status": "active",
"name": "South Wing, second floor",
"alias": [
"Example University Medical Center, South Wing, second floor",
"EUMC, SW, F2"
],
"description": "Second floor of the South Wing",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-555-0170",
"use": "work"
},
{
"system": "fax",
"value": "+1-555-555-0171",
"use": "work"
},
{
"system": "email",
"value": "southwing@example.org"
},
{
"system": "url",
"value": "http://example.org/southwing",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"1000 Example Campus Drive, Building A"
],
"city": "Example City",
"state": "VA",
"postalCode": "99999",
"country": "US"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wi",
"display": "Wing"
}
]
},
"managingOrganization": {
"reference": "Organization/example"
}
}