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

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CGM Lab-uitslag Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "006bd587-e76c-427c-8fd0-3ecf05c7bb2d",
  "meta" : {
    "versionId" : "1.0.1",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/gp-LaboratoryResult"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/extension-context-nl-core-episodeofcare",
      "valueReference" : {
        "reference" : "EpisodeOfCare/314c5e12-a909-4b43-9c0e-f22d94092de1",
        "display" : "FHIR"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
        "code" : "542",
        "display" : "LDL-cholesterol"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/5dbca76d-8ca1-4192-b0f4-5e27ac1f0606",
    "display" : "Mevr. TEST Zorgviewer"
  },
  "context" : {
    "reference" : "Encounter/1b05ef89-9539-476e-9571-de42e0483f49",
    "display" : "Consult op 26 mei 2026 met Pharmeon acceptatie zorgverlener"
  },
  "effectiveDateTime" : "2026-05-26",
  "performer" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
          "valueReference" : {
            "reference" : "PractitionerRole/173d48ff-5af6-46fb-9914-75708b83b410",
            "display" : "Huisartsen, niet apotheekhoudend"
          }
        }
      ],
      "reference" : "Practitioner/be0d6489-a9fd-4b65-a1ba-e412cdcd7767",
      "display" : "Pharmeon acceptatie zorgverlener"
    }
  ],
  "valueQuantity" : {
    "value" : 5,
    "unit" : "mmol/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/ObservationInterpretation",
        "code" : "A",
        "display" : "Abnormaal"
      }
    ]
  },
  "referenceRange" : [
    {
      "high" : {
        "value" : 2.5,
        "unit" : "mmol/L"
      },
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/referencerange-meaning",
            "code" : "normal",
            "display" : "Normal Range"
          }
        ]
      }
    }
  ]
}