FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Location |
| Id | Location-NgLocation-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location NgLocation-003
Profile: NG Location
status: Active
name: Immunization Room
type: PHC Center Level 2
address: Opposite Central Market Gwagwalada FC NG
| Longitude | Latitude |
| 7.081 | 8.939 |
managingOrganization: Organization Gwagwalada Model PHC
{
"resourceType": "Location",
"id": "NgLocation-003",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Immunization Room",
"type": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
"code": "phc-center-l2",
"display": "PHC Center Level 2"
}
]
}
],
"address": {
"line": [
"Opposite Central Market"
],
"city": "Gwagwalada",
"district": "fc-gwagwalada",
"state": "FC",
"country": "NG"
},
"position": {
"longitude": 7.081,
"latitude": 8.939
},
"managingOrganization": {
"reference": "Organization/NgOrganization-003"
}
}