FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Location |
| Id | Location-NgLocation-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location NgLocation-001
Profile: NG Location
status: Active
name: Asokoro OPD
type: Secondary Hospital
telecom: +234-800-111-2222
address: Yakubu Gowon Crescent, Asokoro Abuja Municipal Area Council FC NG
| Longitude | Latitude |
| 7.516 | 9.043 |
managingOrganization: Organization Asokoro District Hospital
{
"resourceType": "Location",
"id": "NgLocation-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Asokoro OPD",
"type": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
"code": "hospital",
"display": "Secondary Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+234-800-111-2222"
}
],
"address": {
"line": [
"Yakubu Gowon Crescent, Asokoro"
],
"city": "Abuja Municipal Area Council",
"district": "fc-municipal",
"state": "FC",
"country": "NG"
},
"position": {
"longitude": 7.516,
"latitude": 9.043
},
"managingOrganization": {
"reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
}
}