FHIR IG analytics| Package | ke.fhir.nccp |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-example-episode.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Placeholder episode of care used as a reference target in encounter examples.
{
"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"
}
}