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

FHIR IG analytics

Packageke.fhir.core
Resource TypeServiceRequest
IdServiceRequest-example-servicerequest-amina-fhg.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: ServiceRequest example-servicerequest-amina-fhg

identifier: Placer Identifier/SR-2026-OPD-00456 (use: official, )

status: Active

intent: Order

category: Laboratory procedure

priority: Routine

code: Full haemogram

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

occurrence: 2026-08-01 09:00:00+0300

authoredOn: 2026-08-01 08:45:00+0300

requester: Practitioner Dr. Sarah Njoroge

performer: Organization Kenyatta National Hospital

reasonCode: Anaemia, unspecified

note:

Patient presenting with fatigue; rule out anaemia.


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-servicerequest-amina-fhg",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ]
      },
      "system": "https://fhir.sha.go.ke/fhir/identifier/servicerequest",
      "value": "SR-2026-OPD-00456"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "CBC panel - Blood by Automated count"
      }
    ],
    "text": "Full haemogram"
  },
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-amina-outpatient"
  },
  "occurrenceDateTime": "2026-08-01T09:00:00+03:00",
  "authoredOn": "2026-08-01T08:45:00+03:00",
  "requester": {
    "reference": "Practitioner/example-practitioner-njoroge"
  },
  "performer": [
    {
      "reference": "Organization/example-organization-knh"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://id.who.int/icd/release/11/mms",
          "code": "MG30",
          "display": "Anaemia, unspecified"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient presenting with fatigue; rule out anaemia."
    }
  ]
}