FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Task |
| Id | Task-example-task-fulfil-fhg-order.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task example-task-fulfil-fhg-order
Profile: Kenya Core Task Profile version: 1.0.0
identifier: Task Identifier/TASK-2026-00742 (use: official, )
status: Requested
intent: order
priority: Routine
code: Fulfill the focal request
description: Collect specimen and perform full haemogram as ordered.
focus: ServiceRequest CBC panel
executionPeriod: 2026-08-01 09:00:00+0300 --> (ongoing)
authoredOn: 2026-08-01 08:46:00+0300
lastModified: 2026-08-01 08:46:00+0300
requester: Practitioner Dr. Sarah Njoroge
{
"resourceType": "Task",
"id": "example-task-fulfil-fhg-order",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-task|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"text": "Task Identifier"
},
"system": "https://fhir.sha.go.ke/fhir/identifier/task",
"value": "TASK-2026-00742"
}
],
"status": "requested",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"description": "Collect specimen and perform full haemogram as ordered.",
"focus": {
"reference": "ServiceRequest/example-servicerequest-amina-fhg"
},
"for": {
"reference": "Patient/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"executionPeriod": {
"start": "2026-08-01T09:00:00+03:00"
},
"authoredOn": "2026-08-01T08:46:00+03:00",
"lastModified": "2026-08-01T08:46:00+03:00",
"requester": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"owner": {
"reference": "Organization/example-organization-knh"
}
}