FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Location |
| Id | Location-location-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-002
Profile: NG-Imm Location
status: Active
name: Sabon Gari Primary School Outreach Post
type: Outreach Post
telecom: +234-8069876543
address: Sabon Gari Primary School Kano KN NG
| Longitude | Latitude | Altitude |
| 8.5325 | 12.0023 | 450 |
managingOrganization: Organization Garki Specialist Hospital
{
"resourceType": "Location",
"id": "location-002",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/nigeria-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Sabon Gari Primary School Outreach Post",
"type": [
{
"coding": [
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-type",
"code": "outreach",
"display": "Outreach Post"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+234-8069876543"
}
],
"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": [
"Sabon Gari Primary School"
],
"city": "Kano",
"district": "kn-gezawa",
"state": "KN",
"country": "NG"
},
"position": {
"longitude": 8.5325,
"latitude": 12.0023,
"altitude": 450
},
"managingOrganization": {
"reference": "Organization/organization-002"
},
"partOf": {
"reference": "Location/location-001"
}
}