RIVO-Noord Zorgviewer Implementation Guide
1.7.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.7.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

: Topicus TreatmentDirective Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "190c12af-49d4-4553-8009-c816ab622a3e",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source",
        "valueUri" : "uri:oid:2.16.840.1.113883.2.4.3.164.2.1.2"
      }
    ],
    "profile" : [
      🔗 "http://hl7.nl/fhir/zorgviewer/StructureDefinition/TreatmentDirective"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Consent 190c12af-49d4-4553-8009-c816ab622a3e</b></p><a name=\"190c12af-49d4-4553-8009-c816ab622a3e\"> </a><a name=\"hc190c12af-49d4-4553-8009-c816ab622a3e\"> </a><a name=\"190c12af-49d4-4553-8009-c816ab622a3e-nl-NL\"> </a><p><b>Comment</b>: Reanimatie wel (Y)</p><p><b>HCIM TreatmentDirective Treatment</b>: <span title=\"Codes:{http://snomed.info/sct 89666000}\">cardiopulmonale resuscitatie</span></p><p><b>HCIM TreatmentDirective TreatmentPermitted</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4 JA}\">Ja</span></p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 11291000146105}, {http://terminology.hl7.org/CodeSystem/consentcategorycodes acd}\">Treatment instructions</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1\">Johan Helleman</a></p><p><b>period</b>: 2023-10-03 14:56:05+0200 --&gt; (continue)</p><p><b>policyRule</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://wetten.overheid.nl/\">http://wetten.overheid.nl/</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/Comment",
      "valueString" : "Reanimatie wel (Y)"
    },
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Treatment",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "89666000",
            "display" : "cardiopulmonale resuscitatie"
          }
        ]
      }
    }
  ],
  "modifierExtension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-TreatmentPermitted",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4",
            "code" : "JA",
            "display" : "Ja"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11291000146105",
          "display" : "Treatment instructions"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code" : "acd",
          "display" : "Advance Directive"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display" : "Johan Helleman"
  },
  "period" : {
    "start" : "2023-10-03T14:56:05+02:00"
  },
  "policyRule" : "http://wetten.overheid.nl/"
}