{
  "resourceType" : "Observation",
  "id" : "observation-glucose-venous-example",
  "meta" : {
    "profile" : ["https://hl7.lt/fhir/lab/StructureDefinition/glucose-venous-lab-lt"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-glucose-venous-example</b></p><a name=\"observation-glucose-venous-example\"> </a><a name=\"hcobservation-glucose-venous-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-glucose-venous-lab-lt.html\">Glucose in Venous Blood</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41652-9}, {http://snomed.info/sct 122555007}\">Glucose [Mass/volume] in Venous blood</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2025-11-06 09:00:00+0000</p><p><b>value</b>: 5.4 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></p><p><b>note</b>: </p><blockquote><div><p>Normal fasting glucose level.</p>\n</div></blockquote><p><b>specimen</b>: <a href=\"Specimen-specimen-venous-example.html\">Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode67890; type = Venous blood specimen; receivedTime = 2025-11-06 08:30:00+0000</a></p></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "41652-9",
      "display" : "Glucose [Mass/volume] in Venous blood"
    },
    {
      "system" : "http://snomed.info/sct",
      "code" : "122555007",
      "display" : "Venous blood specimen (specimen)"
    }]
  },
  "subject" : {
    "reference" : "Patient/patient-example"
  },
  "effectiveDateTime" : "2025-11-06T09:00:00Z",
  "valueQuantity" : {
    "value" : 5.4,
    "unit" : "mmol/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "note" : [{
    "text" : "Normal fasting glucose level."
  }],
  "specimen" : {
    "reference" : "Specimen/specimen-venous-example"
  }
}