RIVO-Noord Zorgviewer Implementation Guide
1.4.0 - sprint39 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Nexus AdvanceDirective Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "162",
  "meta" : {
    "lastUpdated" : "2024-04-17T10:02:48.916+02:00",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <table>\n                     <caption>Consent. typeCode-RCT: Xxx-Helleman, J (M). id: urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.34.162 (urn:ietf:rfc:3986), Category: <span title=\"Wilsverklaring (artefact opnemen) (11341000146107 - SNOMED CT)\">Wilsverklaring (artefact opnemen)</span>, <span title=\"volmacht (VOL - 2.16.840.1.113883.2.4.3.11.60.40.4.14.1)\">volmacht</span>, Status: status-active</caption>\n                     <tfoot>\n                        <tr>\n                           <td colspan=\"2\">Niet-reanimerenpenning</td>\n                        </tr>\n                     </tfoot>\n                     <tbody>\n                        <tr>\n                           <th>Created</th>\n                           <td>9 April 2018</td>\n                        </tr>\n                     </tbody>\n                  </table>\n               </div>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/Comment",
      "valueString" : "Niet-reanimerenpenning"
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.34.162"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11341000146107",
          "display" : "Wilsverklaring (artefact opnemen)"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.14.1",
          "code" : "VOL",
          "display" : "volmacht"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/330073",
    "display" : "Xxx-Helleman, J (M)"
  },
  "dateTime" : "2018-04-09",
  "policy" : [
    {
      "uri" : "http://wetten.overheid.nl/"
    }
  ]
}