RIVO-Noord Zorgviewer MVP2 Implementation Guide
0.25.0 - sprint32 Netherlands flag

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

: Chipsoft AdvanceDirective Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "2.16.840.1.113883.2.4.3.124.7.42348.3.21230000026449",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"2.16.840.1.113883.2.4.3.124.7.42348.3.21230000026449\"> </a><a name=\"hc2.16.840.1.113883.2.4.3.124.7.42348.3.21230000026449\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceConsent &quot;2.16.840.1.113883.2.4.3.124.7.42348.3.21230000026449&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective\">HCIM AdvanceDirective</a></p></div><p><b>Comment</b>: Niet-reanimerenpenning</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.4.3.124.7.42348.3.2</code>/1230000026449</p><p><b>status</b>: active</p><p><b>category</b>: Living will and advance directive record <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#11341000146107)</span>, Patiëntinformatie - Wilsbeschikkingen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/v3/NullFlavor/cs.html\">v3 Code System NullFlavor</a>#OTH &quot;other&quot;)</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\">http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1: Johan XXX_Helleman_Afblijven</a></p><p><b>dateTime</b>: 2018-04-09</p><p><b>source</b>: </p><p><b>policyRule</b>: <a href=\"http://wetten.overheid.nl/\">http://wetten.overheid.nl/</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/Comment",
      "valueString" : "Niet-reanimerenpenning"
    }
  ],
  "identifier" : {
    "system" : "urn:oid:2.16.840.1.113883.2.4.3.124.7.42348.3.2",
    "value" : "1230000026449"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11341000146107",
          "display" : "Living will and advance directive record"
        }
      ],
      "text" : "Living will and advance directive record"
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/NullFlavor",
          "code" : "OTH",
          "display" : "other"
        }
      ],
      "text" : "Patiëntinformatie - Wilsbeschikkingen"
    }
  ],
  "patient" : {
    "reference" : "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display" : "Johan XXX_Helleman_Afblijven"
  },
  "dateTime" : "2018-04-09",
  "sourceAttachment" : {
    "contentType" : "application/pdf",
    "data" : "XXX"
  },
  "policyRule" : "http://wetten.overheid.nl/"
}