HL7 Europe Patient Summary
1.0.0-ballot - ci-build 150

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Medical Test Result: Glucose [Mass/volume] in Blood - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "faacb416-55b2-433a-82b9-9c5d84912df1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation faacb416-55b2-433a-82b9-9c5d84912df1</b></p><a name=\"faacb416-55b2-433a-82b9-9c5d84912df1\"> </a><a name=\"hcfaacb416-55b2-433a-82b9-9c5d84912df1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-medicalTestResult-eu-core.html\">Observation: Medical Test Result (EU core)</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 2339-0}\">Glucose [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-f0b2dcfe-e837-464b-ae8a-3b9da1807dd3.html\">Petra Schwartz Female, DoB: 1950-04-19 ( Jurisdictional health number (Canada))</a></p><p><b>effective</b>: 2024-07-15</p><p><b>performer</b>: The Central European Lab</p><p><b>value</b>: 65.9 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>70 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td> </td><td>99 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2339-0",
        "display" : "Glucose [Mass/volume] in Blood"
      }
    ],
    "text" : "Glucose [Mass/volume] in Blood"
  },
  "subject" : {
    🔗 "reference" : "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
  },
  "effectiveDateTime" : "2024-07-15",
  "performer" : [
    {
      "display" : "The Central European Lab"
    }
  ],
  "valueQuantity" : {
    "value" : 65.9,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "L",
          "display" : "Low"
        }
      ]
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 70,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg/dL"
      }
    },
    {
      "high" : {
        "value" : 99,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg/dL"
      }
    }
  ]
}