RIVO-Noord Zorgviewer Implementation Guide
1.25.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.25.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: CGM Lab-uitslag Example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="006bd587-e76c-427c-8fd0-3ecf05c7bb2d"/>
  <meta>
    <versionId value="1.0.1"/>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/gp-LaboratoryResult"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table><caption>Bepaling: Laboratoriumuitslag<br/>Patiƫnt: Mevr. TEST Zorgviewer<br/>Uitvoerende: Pharmeon acceptatie zorgverlener<br/>Zorgverlenerrol: Huisartsen, niet apotheekhoudend<br/>Status: definitief</caption><tbody><tr><th>Context</th><td>Consult op 26 mei 2026 met Pharmeon acceptatie zorgverlener</td></tr><tr><th>Bepalingdatum/tijd</th><td>26 mei 2026</td></tr><tr><th>Code</th><th>Waarde</th><th>Interpretatie</th><th>Referentiewaarden</th></tr><tr><td><span title="LDL-cholesterol (542 - https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen)">LDL-cholesterol</span></td><td>5 mmol/L</td><td><span title="Abnormaal (A - http://hl7.org/fhir/v3/ObservationInterpretation)">Abnormaal</span></td><td>normal (referencerange-meaning) - 2,50 mmol/L</td></tr></tbody></table></div>
  </text>
  <extension
             url="http://nictiz.nl/fhir/StructureDefinition/extension-context-nl-core-episodeofcare">
    <valueReference>
      <reference value="EpisodeOfCare/314c5e12-a909-4b43-9c0e-f22d94092de1"/>
      <display value="FHIR"/>
    </valueReference>
  </extension>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen"/>
      <code value="542"/>
      <display value="LDL-cholesterol"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/5dbca76d-8ca1-4192-b0f4-5e27ac1f0606"/>
    <display value="Mevr. TEST Zorgviewer"/>
  </subject>
  <context>
    <reference value="Encounter/1b05ef89-9539-476e-9571-de42e0483f49"/>
    <display
             value="Consult op 26 mei 2026 met Pharmeon acceptatie zorgverlener"/>
  </context>
  <effectiveDateTime value="2026-05-26"/>
  <performer>
    <extension
               url="http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference">
      <valueReference>
        <reference
                   value="PractitionerRole/173d48ff-5af6-46fb-9914-75708b83b410"/>
        <display value="Huisartsen, niet apotheekhoudend"/>
      </valueReference>
    </extension>
    <reference value="Practitioner/be0d6489-a9fd-4b65-a1ba-e412cdcd7767"/>
    <display value="Pharmeon acceptatie zorgverlener"/>
  </performer>
  <valueQuantity>
    <value value="5"/>
    <unit value="mmol/L"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mmol/L"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://hl7.org/fhir/v3/ObservationInterpretation"/>
      <code value="A"/>
      <display value="Abnormaal"/>
    </coding>
  </interpretation>
  <referenceRange>
    <high>
      <value value="2.5"/>
      <unit value="mmol/L"/>
    </high>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/referencerange-meaning"/>
        <code value="normal"/>
        <display value="Normal Range"/>
      </coding>
    </type>
  </referenceRange>
</Observation>