Health Care Surveys Content Implementation Guide (IG)
1.0.0 - STU1 Release 1 United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v1.0.0: STU1 Release 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Public Health Organization Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "example-pha-org",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p> Public Health Organization</p> \n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://example.pha.org/fhir",
      "value" : "1063494177"
    }
  ],
  "active" : true,
  "name" : "Example PHA Organization",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(816)932-2000",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "text" : "3300 Washtenaw Avenue, Suite 227 Altanta GA",
      "line" : [
        "4401 Wornall Rd,"
      ],
      "city" : "Atlanta",
      "state" : "GA",
      "postalCode" : "81452"
    }
  ],
  "endpoint" : [
    {
      "reference" : "Endpoint/example-ph-endpoint"
    }
  ]
}