electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Location-ecr-location-salem-medical-center

Raw json

{
  "resourceType" : "Location",
  "id" : "ecr-location-salem-medical-center",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ecr-location-salem-medical-center</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>name</b>: Clinic Bldg A, Salem Medical Center</p><p><b>telecom</b>: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, mail@smc.org</p><p><b>address</b>: Clinic Bldg A, 4444 Healthcare Drive, Ann Arbor, MI 99999</p><p><b>managingOrganization</b>: <a href="Organization-ecr-organization-salem-medical-center.html">Generated Summary: id: ecr-organization-salem-medical-center; 55555555; active; <span title="Codes: {http://hl7.org/fhir/v3/RoleCode OF}">Outpatient facility</span>; name: Salem Medical Center; ph: +1-555-555-1111, mail@salemmedicalcenter.com</a></p></div>"
  },
  "status" : "active",
  "name" : "Clinic Bldg A, Salem Medical Center",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) (555)555-3001"
    },
    {
      "system" : "fax",
      "value" : "(+1) (555)555-3002"
    },
    {
      "system" : "email",
      "value" : "mail@smc.org"
    }
  ],
  "address" : {
    "text" : "Clinic Bldg A, 4444 Healthcare Drive, Ann Arbor, MI 99999",
    "line" : [
      "Clinic Bldg A",
      "4444 Healthcare Drive"
    ],
    "city" : "Ann Arbor",
    "state" : "MI",
    "postalCode" : "99999"
  },
  "managingOrganization" : {
    "reference" : "Organization/ecr-organization-salem-medical-center"
  }
}