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

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "7e705c5d-d0a3-4af7-993a-12fdc77d9f67",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/gp-Encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Contact.<br/>Patiënt: Dhr. P. Patient-4<br/>Status: beëindigd</caption><tbody><tr><th>Type contact</th><td><div><span title=\"Ambulatory (AMB - http://hl7.org/fhir/v3/ActCode)\">Ambulatory</span></div><span title=\"e-consult (12 - https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze)\">e-consult</span></td></tr><tr><th>Periode</th><td>Vanaf 30 september 2025 t/m 30 september 2025</td></tr><tr><th>Participant</th><td><div>Uitvoerende: Pharmeon acceptatie zorgverlener<div>Zorgverlenerrol: Huisartsen, niet apotheekhoudend</div></div></td></tr></tbody></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "AMB",
    "display" : "Ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze",
          "code" : "12",
          "display" : "e-consult"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/40bbb218-2bcf-4851-a104-dfb910408587",
    "display" : "Dhr. P. Patient-4"
  },
  "participant" : [
    {
      "individual" : {
        "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"
      }
    }
  ],
  "period" : {
    "start" : "2025-09-30",
    "end" : "2025-09-30"
  }
}