FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Location |
| Id | Location-NgLocation-004.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location NgLocation-004
Profile: NG Location
status: Active
name: Gurdi Outreach Site
type: Outreach Post
address: Primary School Field, Gurdi Ward Gurdi FC NG
| Longitude | Latitude |
| 6.95 | 8.47 |
managingOrganization: Organization Kano Central Hospital Pharmacy
{
"resourceType": "Location",
"id": "NgLocation-004",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Gurdi Outreach Site",
"type": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
"code": "outreach",
"display": "Outreach Post"
}
]
}
],
"address": {
"extension": [
{
"url": "https://sandbox.dhin-hie.org/ig/StructureDefinition/nigeria-administrative-ward",
"valueCodeableConcept": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-wards",
"code": "fc-amac-gurdi",
"display": "Gurdi"
}
]
}
}
],
"line": [
"Primary School Field, Gurdi Ward"
],
"city": "Gurdi",
"district": "fc-municipal",
"state": "FC",
"country": "NG"
},
"position": {
"longitude": 6.95,
"latitude": 8.47
},
"managingOrganization": {
"reference": "Organization/NgOrganization-002"
}
}