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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeLocation
IdLocation-location-001.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-001

status: Active

name: Surulere Primary Health Centre

type: PHC Center Level 2

telecom: +234-8031234567, surulerephc@nphcda.gov.ng

address: 45 Bode Thomas Street Surulere LA NG

Positions

-LongitudeLatitudeAltitude
*3.36676.550

managingOrganization: Organization Surulere Primary Health Centre

partOf: Location Sabon Gari Primary School Outreach Post


Source1

{
  "resourceType": "Location",
  "id": "location-001",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/nigeria-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Surulere Primary Health Centre",
  "type": [
    {
      "coding": [
        {
          "system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-type",
          "code": "phc-center-l2",
          "display": "PHC Center Level 2"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+234-8031234567"
    },
    {
      "system": "email",
      "value": "surulerephc@nphcda.gov.ng"
    }
  ],
  "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": [
      "45 Bode Thomas Street"
    ],
    "city": "Surulere",
    "district": "la-surulere",
    "state": "LA",
    "country": "NG"
  },
  "position": {
    "longitude": 3.3667,
    "latitude": 6.5,
    "altitude": 50
  },
  "managingOrganization": {
    "reference": "Organization/organization-001"
  },
  "partOf": {
    "reference": "Location/location-002"
  }
}