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 Kano Central Hospital Pharmacy - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="NgOrganization-002"/>
  <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-002</b></p><a name="NgOrganization-002"> </a><a name="hcNgOrganization-002"> </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 private}">Private Health Institution Location</span></p><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HCF-12346</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type hospital}">Hospital Department</span></p><p><b>name</b>: Kano Central Hospital Pharmacy</p><p><b>telecom</b>: <a href="tel:+234-803-555-7788">+234-803-555-7788</a>, <a href="mailto:pharmacy@kanocentral.example.ng">pharmacy@kanocentral.example.ng</a></p><p><b>address</b>: No. 8 Lafia Road Kano Kano </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="private"/>
        <display value="Private Health Institution Location"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system
            value="https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry"/>
    <value value="HCF-12346"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type"/>
      <code value="hospital"/>
      <display value="Secondary Hospital"/>
    </coding>
    <text value="Hospital Department"/>
  </type>
  <name value="Kano Central Hospital Pharmacy"/>
  <telecom>
    <system value="phone"/>
    <value value="+234-803-555-7788"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="pharmacy@kanocentral.example.ng"/>
  </telecom>
  <address>
    <line value="No. 8 Lafia Road"/>
    <city value="Kano"/>
    <district value="Kano Municipal"/>
    <state value="Kano"/>
  </address>
</Organization>