HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: US PH Organization Example: Health Authority West - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-ecr-health-authority-west",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-ecr-health-authority-west</b></p><a name=\"organization-ecr-health-authority-west\"> </a><a name=\"hcorganization-ecr-health-authority-west\"> </a><a name=\"organization-ecr-health-authority-west-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1144221847</p><p><b>active</b>: true</p><p><b>name</b>: Health Authority West</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-3555\">+1-555-555-3555</a>, <a href=\"mailto:mail@healthauthoritywest.gov\">mail@healthauthoritywest.gov</a></p><p><b>address</b>: 7777 Health Authority Drive Ann Arbor MI 99999 </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "1144221847"
    }
  ],
  "active" : true,
  "name" : "Health Authority West",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-3555"
    },
    {
      "system" : "email",
      "value" : "mail@healthauthoritywest.gov"
    }
  ],
  "address" : [
    {
      "line" : [
        "7777 Health Authority Drive"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}