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-acme-labs

Raw json

{
  "resourceType" : "Organization",
  "id" : "ecr-organization-acme-labs",
  "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-acme-labs</p><p><b>meta</b>: </p><p><b>identifier</b>: 999999999</p><p><b>active</b>: true</p><p><b>type</b>: outpatient laboratory <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v3/RoleCode code 'OUTLAB' = 'outpatient laboratory', given as 'outpatient laboratory'})</span></p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: +1-555-555-4444, mail@acme-labs.com</p><p><b>address</b>: 7777 Laboratory Drive, Ann Arbor MI, 99999</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "999999999"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/RoleCode",
          "code" : "OUTLAB",
          "display" : "outpatient laboratory"
        }
      ]
    }
  ],
  "name" : "Acme Labs",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-4444"
    },
    {
      "system" : "email",
      "value" : "mail@acme-labs.com"
    }
  ],
  "address" : [
    {
      "text" : "7777 Laboratory Drive, Ann Arbor MI, 99999",
      "line" : [
        "7777 Laboratory Drive"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}