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: Organization-ecr-organization-salem-medical-center

Raw json

{
  "resourceType" : "Organization",
  "id" : "ecr-organization-salem-medical-center",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization"
    ]
  },
  "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-organization-salem-medical-center</p><p><b>meta</b>: </p><p><b>identifier</b>: 55555555</p><p><b>active</b>: true</p><p><b>type</b>: Outpatient facility <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v3/RoleCode code 'OF' = 'Outpatient facility', given as 'Outpatient facility'})</span></p><p><b>name</b>: Salem Medical Center</p><p><b>telecom</b>: ph: +1-555-555-1111, mail@salemmedicalcenter.com</p><p><b>address</b>: 22222 Health Authority Drive, Ann Arbor MI, 99999</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "55555555"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/RoleCode",
          "code" : "OF",
          "display" : "Outpatient facility"
        }
      ]
    }
  ],
  "name" : "Salem Medical Center",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-1111"
    },
    {
      "system" : "email",
      "value" : "mail@salemmedicalcenter.com"
    }
  ],
  "address" : [
    {
      "text" : "22222 Health Authority Drive, Ann Arbor MI, 99999",
      "line" : [
        "22222 Health Authority Drive"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}