FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions
: St Michael Medical Center - JSON Representation
Raw json | Download
{
"resourceType" : "Location",
"id" : "stmichael",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-08-09T08:03:57.874Z",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"stmichael\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location "stmichael" Version "1" Updated "2020-08-09 08:03:57+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-location.html\">US Core Location Profile</a></p></div><p><b>identifier</b>: id:\u00a029</p><p><b>status</b>: active</p><p><b>name</b>: St Michael Medical Center</p><p><b>description</b>: Overland Park Location</p><p><b>telecom</b>: ph: (+1) 913-666-7777</p><p><b>address</b>: 6666 135th Street Overland Park KS 66223 USA </p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>-94.653759</td><td>38.884082</td></tr></table><p><b>managingOrganization</b>: <span>: St Michael Health System</span></p></div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/location",
"value" : "29"
}
],
"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"
}
}