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

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "NgOrganization-003",
  "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-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>"
  },
  "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" : "public",
            "display" : "Public Health Institution Location"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value" : "HCF-12347"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://www.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
          "code" : "phc-center-l2",
          "display" : "PHC Center Level 2"
        }
      ],
      "text" : "Primary Health Care Centre (Level 2)"
    }
  ],
  "name" : "Gwagwalada Model PHC",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-812-000-4455"
    }
  ],
  "address" : [
    {
      "line" : [
        "Opposite Central Market"
      ],
      "city" : "Gwagwalada",
      "district" : "Gwagwalada Area Council",
      "state" : "Federal Capital Territory (FCT)"
    }
  ]
}