HL7 Belgium Patientwill (Patient Dossier)
1.0.0 - STU Belgium flag

This page is part of the eHealth FHIR Patient Will Profiles for Belgium (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patientwill1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "patientwill1",
  "meta" : {
    "profile" : [
       "https://www.ehealth.fgov.be/standards/fhir/patientwill/StructureDefinition/be-patientwill"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"patientwill1\"> </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\">Resource Consent &quot;patientwill1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-patientwill.html\">BePatientWill</a></p></div><p><b>BeExtRecorder</b>: <span>id:\u00a0BeNIHDINamingSystem#11530231003</span></p><p><b>status</b>: active</p><p><b>scope</b>: Not applicable (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385432009)</span></p><p><b>category</b>: Resuscitation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-be-cs-patientwill-category.html\">Patient Will Category CodeSystem</a>#resuscitation)</span></p><p><b>patient</b>: <span>: Jane Fhirwoman</span></p><p><b>dateTime</b>: 2015-11-18</p><p><b>policyRule</b>: Belgian policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>2020-10-06 --&gt; (ongoing)</td><td>No resuscitation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-be-cs-patientwill-code.html\">Patient Will Directive CodeSystem</a>#dnr1 &quot;Do not resuscitate&quot;)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
      "valueReference" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
          "value" : "11530231003"
        }
      }
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385432009"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-category",
          "code" : "resuscitation",
          "display" : "Resuscitation"
        }
      ]
    }
  ],
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "123456789"
    },
    "display" : "Jane Fhirwoman"
  },
  "dateTime" : "2015-11-18",
  "policyRule" : {
    "text" : "Belgian policy"
  },
  "provision" : {
    "period" : {
      "start" : "2020-10-06"
    },
    "code" : [
      {
        "coding" : [
          {
            "system" : "https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-code",
            "code" : "dnr1",
            "display" : "Do not resuscitate"
          }
        ],
        "text" : "No resuscitation"
      }
    ]
  }
}