FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Location |
| Id | Location-NPItest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Location "NPItest" Version "1" Updated "2021-04-13 13:59:02+0000"
Profile: US Core Location Profile
identifier: id: 29, id: 1407071236
status: active
name: St Michael Medical Center
description: Overland Park Location
telecom: ph: (+1) 913-666-7777
address: 6666 135th Street Overland Park KS 66223 USA
| - | Longitude | Latitude |
| * | -94.653759 | 38.884082 |
managingOrganization: : St Michael Health System
{
"resourceType": "Location",
"id": "NPItest",
"meta": {
"versionId": "1",
"lastUpdated": "2021-04-13T13:59:02.779Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1407071236"
}
],
"status": "active",
"name": "St Michael Medical Center",
"description": "Overland Park Location",
"telecom": [
{
"system": "phone",
"value": "(+1) 913-666-7777"
}
],
"address": {
"line": [
"6666 135th Street"
],
"city": "Overland Park",
"state": "KS",
"postalCode": "66223",
"country": "USA"
},
"position": {
"longitude": -94.653759,
"latitude": 38.884082
},
"managingOrganization": {
"display": "St Michael Health System"
}
}