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

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: US PH Organization Example: Acme Labs - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-ecr-acme-laboratory",
  "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-acme-laboratory</b></p><a name=\"organization-ecr-acme-laboratory\"> </a><a name=\"hcorganization-ecr-acme-laboratory\"> </a><a name=\"organization-ecr-acme-laboratory-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1144221999</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OUTLAB}\">outpatient laboratory</span></p><p><b>name</b>: Acme_Labs</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-4444\">+1-555-555-4444</a>, <a href=\"mailto:mail@acme-labs.com\">mail@acme-labs.com</a></p><p><b>address</b>: 7777 Laboratory Drive Ann Arbor MI 99999 </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "1144221999"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/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" : [
    {
      "line" : [
        "7777 Laboratory Drive"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}