FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Location |
| Id | Location-location-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-001
Profile: NG-Imm Location
status: Active
name: Surulere Primary Health Centre
type: PHC Center Level 2
telecom: +234-8031234567, surulerephc@nphcda.gov.ng
address: 45 Bode Thomas Street Surulere LA NG
| Longitude | Latitude | Altitude |
| 3.3667 | 6.5 | 50 |
managingOrganization: Organization Surulere Primary Health Centre
{
"resourceType": "Location",
"id": "location-001",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/nigeria-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Surulere Primary Health Centre",
"type": [
{
"coding": [
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-type",
"code": "phc-center-l2",
"display": "PHC Center Level 2"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+234-8031234567"
},
{
"system": "email",
"value": "surulerephc@nphcda.gov.ng"
}
],
"address": {
"extension": [
{
"url": "https://nphcda.gov.ng/ig/StructureDefinition/nigeria-administrative-ward",
"valueCodeableConcept": {
"coding": [
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-wards",
"code": "fc-amac-gawu",
"display": "Gawu"
}
]
}
}
],
"line": [
"45 Bode Thomas Street"
],
"city": "Surulere",
"district": "la-surulere",
"state": "LA",
"country": "NG"
},
"position": {
"longitude": 3.3667,
"latitude": 6.5,
"altitude": 50
},
"managingOrganization": {
"reference": "Organization/organization-001"
},
"partOf": {
"reference": "Location/location-002"
}
}