NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example of US Core Location - Salem Medical Center - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "location-salem-medical-center",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-12-23T22:50:03.721+00:00",
    "source" : "#oU4GwVxgBOSn7Uov",
    "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>status</b>: active</p><p><b>name</b>: Clinic Bldg A, Salem Medical Center</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, <a href=\"mailto:mail@smc.org\">mail@smc.org</a></p><p><b>address</b>: Clinic Bldg A 4444 Healthcare Drive Ann Arbor MI 99999 </p><p><b>managingOrganization</b>: <a href=\"Organization-organization-salem-medical-center.html\">Generated Summary: id: 55555555; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; name: Salem Medical Center; Phone: +1-555-555-1111, mail@salemmedicalcenter.com</a></p></div>"
  },
  "status" : "active",
  "name" : "Clinic Bldg A, Salem Medical Center",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) (555)555-3001"
    },
    {
      "system" : "fax",
      "value" : "(+1) (555)555-3002"
    },
    {
      "system" : "email",
      "value" : "mail@smc.org"
    }
  ],
  "address" : {
    "line" : [
      "Clinic Bldg A",
      "4444 Healthcare Drive"
    ],
    "city" : "Ann Arbor",
    "state" : "MI",
    "postalCode" : "99999"
  },
  "managingOrganization" : {
    "reference" : "Organization/organization-salem-medical-center"
  }
}