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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeObservation
IdObservation-hb-result.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: Observation hb-result

status: Final

code: 11338

subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))

encounter: Encounter: status = finished; class = inpatient encounter (ActCode#IMP); priority = emergency; period = 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100

effective: 2025-04-01 09:00:00+0100

performer: Organization Hematologická laboratoř Brno

value: 145 g/L (Details: UCUM codeg/L = 'g/L')

interpretation: Normal

note:

Hladina hemoglobinu je v normálním rozmezí.

specimen: Specimen: status = available; type = Venous blood specimen; receivedTime = 2025-04-01 09:30:00+0100

ReferenceRanges

-LowHigh
*135 g/L (Details: UCUM codeg/L = 'g/L')170 g/L (Details: UCUM codeg/L = 'g/L')

Source1

{
  "resourceType": "Observation",
  "id": "hb-result",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://nclp.ncez.mzcr.cz/CodeSystem/NCLPPOL",
        "code": "11338"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Mracena2"
  },
  "encounter": {
    "reference": "Encounter/10f5c49e-086d-4016-8dd1-b555306bf620"
  },
  "effectiveDateTime": "2025-04-01T09:00:00+01:00",
  "performer": [
    {
      "reference": "Organization/Lab-HematologieBrno"
    }
  ],
  "valueQuantity": {
    "value": 145,
    "unit": "g/L",
    "system": "http://unitsofmeasure.org",
    "code": "g/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Hladina hemoglobinu je v normálním rozmezí."
    }
  ],
  "specimen": {
    "reference": "Specimen/Specimen-EDTA-1"
  },
  "referenceRange": [
    {
      "low": {
        "value": 135,
        "unit": "g/L",
        "system": "http://unitsofmeasure.org",
        "code": "g/L"
      },
      "high": {
        "value": 170,
        "unit": "g/L",
        "system": "http://unitsofmeasure.org",
        "code": "g/L"
      }
    }
  ]
}