FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-ExampleKenyaEpisodeOfCare.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EpisodeOfCare ExampleKenyaEpisodeOfCare
Profile: HIE EpisodeOfCare
identifier: PLAC/EOC-987654321 (use: official, )
status: Active
| Status | Period |
| Active | 2025-01-10 09:00:00+0300 --> (ongoing) |
type: Outpatient
| Condition | Role | Rank |
| Condition/cond-001 | Admission diagnosis | 1 |
patient: Patient/pat-001
managingOrganization: Organization/health-facility-001
period: 2025-01-10 09:00:00+0300 --> (ongoing)
referralRequest: ServiceRequest/servreq-1001
careManager: HIEPractitioner/prac-001
account: Account/acc-001
{
"resourceType": "EpisodeOfCare",
"id": "ExampleKenyaEpisodeOfCare",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/episodeofcare"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "PLAC"
}
]
},
"system": "http://khie.health.go.ke/identifiers/episodeofcare",
"value": "EOC-987654321"
}
],
"status": "active",
"statusHistory": [
{
"status": "active",
"period": {
"start": "2025-01-10T09:00:00+03:00"
}
}
],
"type": [
{
"coding": [
{
"system": "http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/cond-001"
},
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD",
"display": "Admission diagnosis"
}
]
},
"rank": 1
}
],
"patient": {
"reference": "Patient/pat-001"
},
"managingOrganization": {
"reference": "Organization/health-facility-001"
},
"period": {
"start": "2025-01-10T09:00:00+03:00"
},
"referralRequest": [
{
"reference": "ServiceRequest/servreq-1001"
}
],
"careManager": {
"reference": "HIEPractitioner/prac-001"
},
"account": [
{
"reference": "Account/acc-001"
}
]
}