DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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
{
"resourceType" : "Organization",
"id" : "Organization-PortHarcourt-Hospital",
"meta" : {
"profile" : [
🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provider-organization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organization-PortHarcourt-Hospital</b></p><a name=\"Organization-PortHarcourt-Hospital\"> </a><a name=\"hcOrganization-PortHarcourt-Hospital\"> </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-provider-organization.html\">NG Provider Organization</a></p></div><p><b>NG Owner of Facility</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs faith-based}\">Faith-based Institution Locations such as churches, musques, and traditional homes</span></p><p><b>identifier</b>: <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HCF-RI-0045</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Port Harcourt Emergency Hospital</p><p><b>telecom</b>: ph: 084-234-5678</p><p><b>address</b>: Emergency Services Wing Port Harcourt RI </p></div>"
},
"extension" : [
{
"url" : "https://sandbox.dhin-hie.org/ig/StructureDefinition/organization-owner",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs",
"code" : "faith-based"
}
]
}
}
],
"identifier" : [
{
"system" : "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
"value" : "HCF-RI-0045"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Port Harcourt Emergency Hospital",
"telecom" : [
{
"system" : "phone",
"value" : "084-234-5678"
}
],
"address" : [
{
"line" : [
"Emergency Services Wing"
],
"city" : "Port Harcourt",
"district" : "ri-emohua",
"state" : "RI"
}
]
}