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

FHIR IG analytics

Packageke.fhir.nccp
Resource TypeEpisodeOfCare
IdEpisodeOfCare-OncologyEpisodeOfCareExample.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

Active episode of cancer care for a breast cancer patient at Kenyatta National Hospital


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "OncologyEpisodeOfCareExample",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-episode-of-care"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://nshr-uat.sha.go.ke/fhir/episode-id",
      "value": "EOC-2025-00789"
    }
  ],
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/episode-of-care-type-cs",
          "code": "CANCER-CARE-PROGRAM",
          "display": "Cancer Care Program"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/example-condition"
      }
    }
  ],
  "patient": {
    "reference": "Patient/example-patient"
  },
  "managingOrganization": {
    "reference": "Organization/example-organization"
  },
  "period": {
    "start": "2025-11-01"
  }
}