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 VitalSign Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "87545901-c24d-4fdf-9ed7-046586a017a4",
  "meta" : {
    "versionId" : "1.0.1",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Bepaling: Algemene meting<br/>Patiënt: Dhr. P. Patient-4<br/>Uitvoerende: Pharmeon acceptatie zorgverlener<br/>Zorgverlenerrol: Huisartsen, niet apotheekhoudend<br/>Status: definitief</caption><tfoot><tr><td colspan=\"3\">dit is de opmerking voor de patient bij het gewicht</td></tr></tfoot><tbody><tr><th>Context</th><td>Notitie/memo op 2 juni 2026 met Pharmeon acceptatie zorgverlener</td></tr><tr><th>Bepalingdatum/tijd</th><td>2 juni 2026</td></tr><tr><th>Code</th><th>Waarde</th><th>Interpretatie</th></tr><tr><td><span title=\"gewicht patiënt (357 - https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen)\">gewicht patiënt</span></td><td>75 kg</td><td><span title=\"Normaal (N - http://hl7.org/fhir/v3/ObservationInterpretation)\">Normaal</span></td></tr></tbody></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
        "code" : "357",
        "display" : "gewicht patiënt"
      },
      {
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "Body weight"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/40bbb218-2bcf-4851-a104-dfb910408587",
    "display" : "Dhr. P. Patient-4"
  },
  "context" : {
    "reference" : "Encounter/f6456477-db72-4d1a-98b5-cddd4b3861a8",
    "display" : "Notitie/memo op 2 juni 2026 met Pharmeon acceptatie zorgverlener"
  },
  "effectiveDateTime" : "2026-06-02",
  "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" : 75,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/ObservationInterpretation",
        "code" : "N",
        "display" : "Normaal"
      }
    ]
  },
  "comment" : "dit is de opmerking voor de patient bij het gewicht"
}