Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. 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"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2022-07-29T23:37:47.365+00:00"/>
    <source value="#YCkzCMwHIRSF9qF9"/>
    <profile
             value="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p> Public Health Organization</p> 
        </div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <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>