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 - XML Representation

Raw xml | Download



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