FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.core
Resource TypeTask
IdTask-example-task-fulfil-fhg-order.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

for: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-08-01 08:30:00+0300 --> 2026-08-01 09:15:00+0300

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

owner: Organization Kenyatta National Hospital


Source1

{
  "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"
  }
}