Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, 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-09T04:03:57.874+00:00",
    "source" : "#xKY3lUN3BC4PISq4",
    "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</b></p><p><b>id</b>: stmichael</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 29</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"
  }
}