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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeLocation
IdLocation-NgLocation-003.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 NgLocation-003

Profile: NG Location

status: Active

name: Immunization Room

type: PHC Center Level 2

address: Opposite Central Market Gwagwalada FC NG

Positions

-LongitudeLatitude
*7.0818.939

managingOrganization: Organization Gwagwalada Model PHC


Source1

{
  "resourceType": "Location",
  "id": "NgLocation-003",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Immunization Room",
  "type": [
    {
      "coding": [
        {
          "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
          "code": "phc-center-l2",
          "display": "PHC Center Level 2"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "Opposite Central Market"
    ],
    "city": "Gwagwalada",
    "district": "fc-gwagwalada",
    "state": "FC",
    "country": "NG"
  },
  "position": {
    "longitude": 7.081,
    "latitude": 8.939
  },
  "managingOrganization": {
    "reference": "Organization/NgOrganization-003"
  }
}