FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Organization |
| Id | Organization-00134455-e5f6-4789-a123-456789abcdef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization 00134455-e5f6-4789-a123-456789abcdef
Profile: NG Organization
NG Owner of Facility: Public Health Institution Location
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry/HOSPITAL1234
active: true
type: Secondary Hospital
name: Asokoro District Hospital
telecom: +234-800-111-2222, info@asokorodh.example.ng
address: Plot 12, Yakubu Gowon Crescent, Asokoro Abuja FC
{
"resourceType": "Organization",
"id": "00134455-e5f6-4789-a123-456789abcdef",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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": "public",
"display": "Public Health Institution Location"
}
]
}
}
],
"identifier": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
"value": "HOSPITAL1234"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
"code": "hospital",
"display": "Secondary Hospital"
}
],
"text": "Secondary Hospital"
}
],
"name": "Asokoro District Hospital",
"telecom": [
{
"system": "phone",
"value": "+234-800-111-2222"
},
{
"system": "email",
"value": "info@asokorodh.example.ng"
}
],
"address": [
{
"line": [
"Plot 12, Yakubu Gowon Crescent, Asokoro"
],
"city": "Abuja",
"district": "fc-municipal",
"state": "FC"
}
]
}