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

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "f103e96b-718d-4c7c-82a2-fe14aa8a75b5",
  "meta" : {
    "versionId" : "1.0.1",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Allergie.<br/>Patiƫnt: Dhr. P. Patient-4.<br/>Categorie: <span title=\"neiging tot ongewenste reactie op geneesmiddel (419511003 - SNOMED CT)\">neiging tot ongewenste reactie op geneesmiddel</span></caption><tbody><tr><th>Code</th><td><span title=\"VERAPAMIL (49662 - G-Standaard GPK)\">VERAPAMIL</span></td></tr><tr><th>Eerste symptomen</th><td>3 maart 2026</td></tr><tr><th>Reactie</th><td><div>Onbekend</div></td></tr></tbody></table></div>"
  },
  "clinicalStatus" : "active",
  "_clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/ActStatus",
              "code" : "active",
              "display" : "Actief"
            }
          ]
        }
      }
    ]
  },
  "verificationStatus" : "confirmed",
  "type" : "allergy",
  "category" : [
    "medication"
  ],
  "_category" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "419511003",
                "display" : "neiging tot ongewenste reactie op geneesmiddel"
              }
            ]
          }
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.1.750",
        "code" : "49662",
        "display" : "VERAPAMIL"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/40bbb218-2bcf-4851-a104-dfb910408587",
    "display" : "Dhr. P. Patient-4"
  },
  "onsetDateTime" : "2026-03-03",
  "assertedDate" : "2026-03-03",
  "recorder" : {
    "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"
  },
  "asserter" : {
    🔗 "reference" : "Patient/40bbb218-2bcf-4851-a104-dfb910408587",
    "display" : "Dhr. P. Patient-4"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/NullFlavor",
              "code" : "OTH",
              "display" : "Overig"
            }
          ]
        }
      ],
      "onset" : "2026-03-02T23:00:00+00:00"
    }
  ]
}