FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeLocation
IdLocation-location-002.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-002

status: Active

name: Sabon Gari Primary School Outreach Post

type: Outreach Post

telecom: +234-8069876543

address: Sabon Gari Primary School Kano KN NG

Positions

-LongitudeLatitudeAltitude
*8.532512.0023450

managingOrganization: Organization Garki Specialist Hospital

partOf: Location Surulere Primary Health Centre


Source1

{
  "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"
  }
}