FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Location |
| Id | Location-NgLocation-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location NgLocation-002
Profile: NG Location
status: Active
name: Pharmacy Counter
type: Secondary Hospital
telecom: +234-803-555-7788
address: No. 8 Lafia Road Kano Municipal KN NG
| Longitude | Latitude |
| 8.5 | 12 |
managingOrganization: Organization Kano Central Hospital Pharmacy
{
"resourceType": "Location",
"id": "NgLocation-002",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Pharmacy Counter",
"type": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
"code": "hospital",
"display": "Secondary Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+234-803-555-7788"
}
],
"address": {
"line": [
"No. 8 Lafia Road"
],
"city": "Kano Municipal",
"district": "kn-kano-municipal",
"state": "KN",
"country": "NG"
},
"position": {
"longitude": 8.5,
"latitude": 12
},
"managingOrganization": {
"reference": "Organization/NgOrganization-002"
}
}