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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeServiceRequest
IdServiceRequest-example-cbc-order.json
FHIR VersionR5

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


Russian


Сгенерированный нарратив: ServiceRequest example-cbc-order

Язык: en

status: Active

intent: Order

Codes

-Concept
*CBC panel

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

authoredOn: 2025-11-04 08:00:00+0000

requester: Practitioner Test Test Test(official)

specimen: Specimen: status = available; type = Whole blood; receivedTime = 2025-11-04 08:30:00+0000; role = Patient; note = Venous blood collected into EDTA tube. No visible hemolysis.


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-cbc-order",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/observation-lab-research-codes-cs",
          "code": "lab-A",
          "display": "CBC panel"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "authoredOn": "2025-11-04T08:00:00Z",
  "requester": {
    "reference": "Practitioner/example-practitioner"
  },
  "specimen": [
    {
      "reference": "Specimen/specimen-example-blood"
    }
  ]
}