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

: RR Routing Entity Organization Example: Health Authority West Routing Entity - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-rr-routing-entity-haw",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-rr-routing-entity-haw</b></p><a name=\"organization-rr-routing-entity-haw\"> </a><a name=\"hcorganization-rr-routing-entity-haw\"> </a><a name=\"organization-rr-routing-entity-haw-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/43214321</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR7}\">Routing Entity</span></p><p><b>name</b>: Health Authority West Routing Entity</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" : "43214321"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.114222.4.5.232",
          "code" : "RR7",
          "display" : "Routing Entity"
        }
      ]
    }
  ],
  "name" : "Health Authority West Routing Entity",
  "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"
    }
  ]
}