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

FHIR IG analytics

Packageke.fhir.core
Resource TypeEpisodeOfCare
IdEpisodeOfCare-example-episodeofcare-amina-outpatient.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: EpisodeOfCare example-episodeofcare-amina-outpatient

status: Active

type: Non-Communicable Disease Program

Diagnoses

-Condition
*Condition Iron deficiency anaemia

patient: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

managingOrganization: Organization Kenyatta National Hospital

period: 2026-08-01 --> (ongoing)

careManager: Practitioner Dr. Sarah Njoroge


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "example-episodeofcare-amina-outpatient",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-episodeofcare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/core/CodeSystem/episode-of-care-type-cs",
          "code": "NON-COMMUNICABLE-DISEASE-PROGRAM",
          "display": "Non-Communicable Disease Program"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/example-condition-amina-anaemia"
      }
    }
  ],
  "patient": {
    "reference": "Patient/CR2026080100001-1"
  },
  "managingOrganization": {
    "reference": "Organization/example-organization-knh"
  },
  "period": {
    "start": "2026-08-01"
  },
  "careManager": {
    "reference": "Practitioner/example-practitioner-njoroge"
  }
}