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

FHIR IG analytics

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

Positions

-LongitudeLatitude
*8.512

managingOrganization: Organization Kano Central Hospital Pharmacy


Source1

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