{
  "resourceType" : "EpisodeOfCare",
  "id" : "example-episode",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Placeholder episode of care used as a reference target in encounter examples.</p></div>"
  },
  "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"
  }
}