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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeSpecimen
IdSpecimen-specimen-example-blood.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


English


Generated Narrative: Specimen specimen-example-blood

Language: en

status: Available

type: Whole blood

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

receivedTime: 2025-11-04 08:30:00+0000

request: ServiceRequest CBC panel

role: Patient

collection

collector: Practitioner Test Test Test(official)

collected: 2025-11-04 08:10:00+0000

Durations

-ValueSystemCode
*5http://unitsofmeasure.orgmin

quantity: 3 mL (Details: UCUM codemL = 'mL')

fastingStatus: The patient indicated they did not fast prior to the procedure.

note:

Venous blood collected into EDTA tube. No visible hemolysis.


Russian


Сгенерированный нарратив: Specimen specimen-example-blood

Язык: en

status: Available

type: Whole blood

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

receivedTime: 2025-11-04 08:30:00+0000

request: ServiceRequest CBC panel

role: Patient

collection

collector: Practitioner Test Test Test(official)

collected: 2025-11-04 08:10:00+0000

Durations

-ValueSystemCode
*5http://unitsofmeasure.orgmin

quantity: 3 mL (Подробности: UCUM кодmL = 'mL')

fastingStatus: The patient indicated they did not fast prior to the procedure.

note:

Venous blood collected into EDTA tube. No visible hemolysis.


Uzbek


Generated Narrative: Specimen specimen-example-blood

Language: en

status: Available

type: Whole blood

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

receivedTime: 2025-11-04 08:30:00+0000

request: ServiceRequest CBC panel

role: Patient

collection

collector: Practitioner Test Test Test(official)

collected: 2025-11-04 08:10:00+0000

Durations

-ValueSystemCode
*5http://unitsofmeasure.orgmin

quantity: 3 mL (Details: UCUM codemL = 'mL')

fastingStatus: The patient indicated they did not fast prior to the procedure.

note:

Venous blood collected into EDTA tube. No visible hemolysis.


Source1

{
  "resourceType": "Specimen",
  "id": "specimen-example-blood",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "BLD",
        "display": "Whole blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "receivedTime": "2025-11-04T08:30:00Z",
  "request": [
    {
      "reference": "ServiceRequest/example-cbc-order"
    }
  ],
  "role": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/specimen-role",
          "code": "p",
          "display": "Patient"
        }
      ]
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/example-practitioner"
    },
    "collectedDateTime": "2025-11-04T08:10:00Z",
    "duration": {
      "value": 5,
      "system": "http://unitsofmeasure.org",
      "code": "min"
    },
    "quantity": {
      "value": 3,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "fastingStatusCodeableConcept": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code": "NF",
          "display": "The patient indicated they did not fast prior to the procedure."
        }
      ]
    }
  },
  "note": [
    {
      "text": "Venous blood collected into EDTA tube. No visible hemolysis."
    }
  ]
}