FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Organization |
| Id | Organization-organization-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Organization: Lagos University Teaching Hospital (LUTH)
Identifier: HERFAMA-001
Type: Tertiary Hospital
Address: Idi-Araba, Surulere, Lagos State
{
"resourceType": "Organization",
"id": "organization-001",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-registry",
"value": "HCF-12345"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://nphcda.gov.ng/ig/ValueSet/nigeria-facility-types",
"code": "phc-center-l2",
"display": "PHC Center Level 2"
}
]
}
],
"name": "Surulere Primary Health Centre",
"telecom": [
{
"system": "phone",
"value": "+234-803-123-4567"
},
{
"system": "email",
"value": "surulerephc@nphcda.gov.ng"
}
],
"address": [
{
"line": [
"45 Bode Thomas Street"
],
"city": "Surulere",
"district": "la-lagos-island",
"state": "LA"
}
],
"partOf": {
"reference": "Organization/organization-003"
}
}