Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: US Core Organization - GA Dept Public Health - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="us-core-organization-ga-dph"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization us-core-organization-ga-dph</b></p><a name="us-core-organization-ga-dph"> </a><a name="hcus-core-organization-ga-dph"> </a><a name="us-core-organization-ga-dph-en-US"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}">Government</span></p><p><b>name</b>: GA Dept Public Health</p><p><b>telecom</b>: ph: (404) 123-4567</p><p><b>address</b>: 1234 Main Street Anytown GA 30349 US </p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="govt"/>
      <display value="Government"/>
    </coding>
  </type>
  <name value="GA Dept Public Health"/>
  <telecom>
    <system value="phone"/>
    <value value="(404) 123-4567"/>
  </telecom>
  <address>
    <line value="1234 Main Street"/>
    <city value="Anytown"/>
    <state value="GA"/>
    <postalCode value="30349"/>
    <country value="US"/>
  </address>
</Organization>