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

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "NgOrganization-002",
  "meta" : {
    "profile" : [
      🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "https://sandbox.dhin-hie.org/ig/StructureDefinition/organozation-owner",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs",
            "code" : "private",
            "display" : "Private Health Institution Location"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value" : "HCF-12346"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
          "code" : "hospital",
          "display" : "Secondary Hospital"
        }
      ],
      "text" : "Hospital Department"
    }
  ],
  "name" : "Kano Central Hospital Pharmacy",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-803-555-7788"
    },
    {
      "system" : "email",
      "value" : "pharmacy@kanocentral.example.ng"
    }
  ],
  "address" : [
    {
      "line" : [
        "No. 8 Lafia Road"
      ],
      "city" : "Kano",
      "district" : "Kano Municipal",
      "state" : "Kano"
    }
  ]
}