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

FHIR IG analytics

Packageke.fhir.patient-summary
Resource TypeLocation
IdLocation-NairobiClinic.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 NairobiClinic

name: Nairobi West Clinic

type: Hospital

address: Ngong Road, Nairobi, Kenya


Source1

{
  "resourceType": "Location",
  "id": "NairobiClinic",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Nairobi West Clinic",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "address": {
    "text": "Ngong Road, Nairobi, Kenya",
    "city": "Nairobi",
    "country": "Kenya"
  }
}