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

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "f9e40d47-b728-462e-8a33-1bd2911e2f22",
  "meta" : {
    "profile" : [
      "http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Minimal.DocumentReference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>DocumentReference.<br/>Patiënt: Mevr. TEST Zorgviewer.<br/>Set-Id: 33524c46-eb35-4cfd-a9bc-7860c47225a0.64521 (http://cgmhuisarts.cgm.nl/fhir/NamingSystem/DocumentReferenceMasterID)<br/>Status: actueel<br/><span style=\"display: block;\">Auteur: Pharmeon acceptatie zorgverlener</span></caption><tbody><tr><th>Type</th><td><span title=\"Referral note (57133-1 - LOINC)\">Referral note</span></td></tr><tr><th>Geïndexeerd</th><td>4 maart 2026</td></tr><tr><th>Omschrijving</th><td>Tipp: Test zorgviewer - Verwijsbrief</td></tr></tbody></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "Practitioner",
      "id" : "p1",
      "name" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
              "valueCode" : "UNK"
            }
          ],
          "use" : "official",
          "text" : "Pharmeon acceptatie zorgverlener"
        }
      ]
    }
  ],
  "masterIdentifier" : {
    "system" : "http://cgmhuisarts.cgm.nl/fhir/NamingSystem/DocumentReferenceMasterID",
    "value" : "33524c46-eb35-4cfd-a9bc-7860c47225a0.64521"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57133-1",
        "display" : "Referral note"
      }
    ],
    "text" : "Verwijsbrief"
  },
  "subject" : {
    "reference" : "Patient/5dbca76d-8ca1-4192-b0f4-5e27ac1f0606",
    "display" : "Mevr. TEST Zorgviewer"
  },
  "indexed" : "2026-03-03T23:00:00+00:00",
  "author" : [
    {
      "reference" : "#p1",
      "display" : "Pharmeon acceptatie zorgverlener"
    }
  ],
  "description" : "Tipp: Test zorgviewer - Verwijsbrief",
  "securityLabel" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/Confidentiality",
          "code" : "V",
          "display" : "very restricted"
        }
      ]
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "language" : "nl-NL",
        "url" : "https://portal-api.alpha.portavita.nl/Binary/cbe71d74-1aab-49c2-a68f-48b80dca3f1a",
        "title" : "Tipp: Test zorgviewer - Verwijsbrief"
      }
    }
  ],
  "context" : {
    "encounter" : {
      "reference" : "Encounter/3354a7f1-9700-463b-9e13-83c95d7b148f",
      "display" : "Notitie/memo op 4 maart 2026 met Pharmeon acceptatie zorgverlener"
    },
    "related" : [
      {
        "ref" : {
          "reference" : "EpisodeOfCare/d44c45b6-4941-4945-a25f-162c6b0505de",
          "display" : "Oedeem"
        }
      }
    ]
  }
}