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

FHIR IG analytics

Packageke.fhir.core
Resource TypeOrganization
IdOrganization-example-organization-knh.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: Organization example-organization-knh

identifier: https://fhir.sha.go.ke/fhir/license/provider-license/PL-2024-00123 (use: official, )

active: true

type: Hospital

name: Kenyatta National Hospital

telecom: +254202726300

address: Nairobi


Source1

{
  "resourceType": "Organization",
  "id": "example-organization-knh",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.sha.go.ke/fhir/license/provider-license",
      "value": "PL-2024-00123"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/core/CodeSystem/OrganizationTypeCS",
          "code": "HOSPITAL",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "Kenyatta National Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "+254202726300"
    }
  ],
  "address": [
    {
      "city": "Nairobi",
      "district": "Nairobi"
    }
  ]
}