DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Gwagwalada Model PHC - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="NgOrganization-003"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization NgOrganization-003</b></p><a name="NgOrganization-003"> </a><a name="hcNgOrganization-003"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ng-organization.html">NG Organization</a></p></div><p><b>NG Owner of Facility</b>: <span title="Codes:{https://www.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs public}">Public Health Institution Location</span></p><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HCF-12347</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type phc-center-l2}">Primary Health Care Centre (Level 2)</span></p><p><b>name</b>: Gwagwalada Model PHC</p><p><b>telecom</b>: <a href="tel:+234-812-000-4455">+234-812-000-4455</a></p><p><b>address</b>: Opposite Central Market Gwagwalada Federal Capital Territory (FCT) </p></div>
  </text>
  <extension
             url="https://sandbox.dhin-hie.org/ig/StructureDefinition/organozation-owner">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://www.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs"/>
        <code value="public"/>
        <display value="Public Health Institution Location"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system
            value="https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry"/>
    <value value="HCF-12347"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type"/>
      <code value="phc-center-l2"/>
      <display value="PHC Center Level 2"/>
    </coding>
    <text value="Primary Health Care Centre (Level 2)"/>
  </type>
  <name value="Gwagwalada Model PHC"/>
  <telecom>
    <system value="phone"/>
    <value value="+234-812-000-4455"/>
  </telecom>
  <address>
    <line value="Opposite Central Market"/>
    <city value="Gwagwalada"/>
    <district value="Gwagwalada Area Council"/>
    <state value="Federal Capital Territory (FCT)"/>
  </address>
</Organization>