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

HL7 Belgium Patientwill (Patient Dossier), published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patientwill/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Consent patientwill1</b></p><a name=\"patientwill1\"> </a><a name=\"hcpatientwill1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-patientwill.html\">BePatientWill</a></p></div><p><b>BeExtRecorder</b>: Identifier: <a href=\"https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-nihdi.html\" title=\"RIZIV/INAMI\">BeNIHDINamingSystem</a>/11530231003</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://snomed.info/sct 385432009}\">Not applicable (qualifier value)</span></p><p><b>category</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-category resuscitation}\">Resuscitation</span></p><p><b>patient</b>: Jane Fhirwoman (Identifier: <a href=\"https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/123456789)</p><p><b>dateTime</b>: 2015-11-18</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><span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/patientwill/CodeSystem/be-cs-patientwill-code dnr1}\">No resuscitation</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",
  "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"
      }
    ]
  }
}