Kenya eClaims FHIR IG
0.1.0 - ci-build
Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "EpisodeOfCare",
"id" : "example-kenyahie-episodeofcare",
"meta" : {
"profile" : [
🔗 "https://example.com/fhir/StructureDefinition/eclaims-episodeofcare"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare example-kenyahie-episodeofcare</b></p><a name=\"example-kenyahie-episodeofcare\"> </a><a name=\"hcexample-kenyahie-episodeofcare\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eclaims-episodeofcare.html\">EpisodeOfCare Profile</a></p></div><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Planned</td><td>2024-06-01 --> 2024-06-15</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/episodeofcare-type hacc}\">Home and Community Care</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition/example-condition\">Condition/example-condition</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td><td>1</td></tr></table><p><b>patient</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><p><b>managingOrganization</b>: <a href=\"Organization/example-organization\">Organization/example-organization</a></p><p><b>period</b>: 2024-06-15 --> 2024-07-15</p><p><b>referralRequest</b>: <a href=\"ServiceRequest/example-referral\">ServiceRequest/example-referral</a></p><p><b>careManager</b>: <a href=\"Practitioner/example-practitioner\">Practitioner/example-practitioner</a></p><p><b>team</b>: <a href=\"CareTeam/example-careteam\">CareTeam/example-careteam</a></p></div>"
},
"status" : "active",
"statusHistory" : [
{
"status" : "planned",
"period" : {
"start" : "2024-06-01",
"end" : "2024-06-15"
}
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
"code" : "hacc",
"display" : "Home and Community Care"
}
]
}
],
"diagnosis" : [
{
"condition" : {
"reference" : "Condition/example-condition"
},
"role" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "AD",
"display" : "Admission diagnosis"
}
]
},
"rank" : 1
}
],
"patient" : {
"reference" : "Patient/example-patient"
},
"managingOrganization" : {
"reference" : "Organization/example-organization"
},
"period" : {
"start" : "2024-06-15",
"end" : "2024-07-15"
},
"referralRequest" : [
{
"reference" : "ServiceRequest/example-referral"
}
],
"careManager" : {
"reference" : "Practitioner/example-practitioner"
},
"team" : [
{
"reference" : "CareTeam/example-careteam"
}
]
}