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

FHIR IG analytics

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

Placeholder episode of care used as a reference target in encounter examples.


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "example-episode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}