Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Loc-X140182 - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "Loc-X140182",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>name</b>: LEIBER FAMILY MEDICAL CENTER Building</p><p><b>mode</b>: instance</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>address</b>: 836 W WELLINGTON AVE CHICAGO IL 60657 USA (WORK)</p><p><b>physicalType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></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>-87.651554</td><td>41.936315</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-X140182.html\">Generated Summary: id: X140182; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: LEIBER FAMILY MEDICAL CENTER</a></p></div>"
  },
  "status" : "active",
  "name" : "LEIBER FAMILY MEDICAL CENTER Building",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP"
        }
      ]
    }
  ],
  "address" : {
    "use" : "work",
    "type" : "both",
    "line" : [
      "836 W WELLINGTON AVE"
    ],
    "city" : "CHICAGO",
    "district" : "COOK",
    "state" : "IL",
    "postalCode" : "60657",
    "country" : "USA"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "si"
      }
    ]
  },
  "position" : {
    "longitude" : -87.651554,
    "latitude" : 41.936315
  },
  "managingOrganization" : {
    "reference" : "Organization/X140182"
  }
}