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

FHIR IG analytics

Packageke.fhir.core
Resource TypeCommunicationRequest
IdCommunicationRequest-example-communicationrequest-amina-notify.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: CommunicationRequest example-communicationrequest-amina-notify

identifier: CommunicationRequest Identifier/COMMREQ-2026-00332 (use: official, )

status: Active

category: Notification

priority: Routine

subject: 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

Payloads

-Content[x]
*Notify patient once full haemogram results are available.

occurrence: 2026-08-03 10:00:00+0300

authoredOn: 2026-08-01 09:05:00+0300

requester: Practitioner Dr. Sarah Njoroge

recipient: Practitioner Dr. Sarah Njoroge

reasonCode: Notification of laboratory test result


Source1

{
  "resourceType": "CommunicationRequest",
  "id": "example-communicationrequest-amina-notify",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-communicationrequest|1.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "CommunicationRequest Identifier"
      },
      "system": "https://fhir.sha.go.ke/fhir/identifier/communicationrequest",
      "value": "COMMREQ-2026-00332"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/communication-category",
          "code": "notification",
          "display": "Notification"
        }
      ]
    }
  ],
  "priority": "routine",
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-amina-outpatient"
  },
  "payload": [
    {
      "contentString": "Notify patient once full haemogram results are available."
    }
  ],
  "occurrenceDateTime": "2026-08-03T10:00:00+03:00",
  "authoredOn": "2026-08-01T09:05:00+03:00",
  "requester": {
    "reference": "Practitioner/example-practitioner-njoroge"
  },
  "recipient": [
    {
      "reference": "Practitioner/example-practitioner-njoroge"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "438451000124107",
          "display": "Notification of laboratory test result"
        }
      ]
    }
  ]
}