FHIR IG analytics| Package | hl7.fhir.us.davinci-atr.r4 |
| Resource Type | Location |
| Id | Location-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location 1
version: 3; Last updated: 2019-06-06 03:04:12-0400
identifier: http://example.org/B1-S.F2
status: Active
operationalStatus: bedStatus H: Housekeeping
name: South Wing, second floor
alias: BU MC, SW, F2, Burgers University Medical Center, South Wing, second floor
description: Second floor of the Old South Wing, formerly in use by Psychiatry
mode: Instance
telecom: ph: 8167892390(Work), secondflooradmissions@hospital.smarthealthit.org, http://sampleorg.com/southwing
address: Galapagosweg 91, Building A Den Burg 9105 PZ NLD (work)
physicalType: Wing
| Longitude | Latitude | Altitude |
| -83.6945691 | 42.25475478 | 0 |
managingOrganization: Organization Example Organization
{
"resourceType": "Location",
"id": "1",
"meta": {
"versionId": "3",
"lastUpdated": "2019-06-06T03:04:12.348-04:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org",
"value": "B1-S.F2"
}
],
"status": "active",
"operationalStatus": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0116",
"code": "H",
"display": "Housekeeping"
},
"name": "South Wing, second floor",
"alias": [
"BU MC, SW, F2",
"Burgers University Medical Center, South Wing, second floor"
],
"description": "Second floor of the Old South Wing, formerly in use by Psychiatry",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "8167892390",
"use": "work"
},
{
"system": "email",
"value": "secondflooradmissions@hospital.smarthealthit.org"
},
{
"system": "url",
"value": "http://sampleorg.com/southwing",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"Galapagosweg 91, Building A"
],
"city": "Den Burg",
"postalCode": "9105 PZ",
"country": "NLD"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wi",
"display": "Wing"
}
]
},
"position": {
"longitude": -83.6945691,
"latitude": 42.25475478,
"altitude": 0
},
"managingOrganization": {
"reference": "Organization/1"
}
}