HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Patient Will - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Consent",
  "id" : "patientwill-example",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> \n  DNR\n  </p>\n      <p> NB. This is a 'consent' example ONLY in the context of patientwill!\n\t\t\tNo standardized codified valueset yet available for Belgian use.\n Patient Jane Fhirwoman: do not resuscitate\n   </p>\n    </div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "treatment"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "304253006",
          "display" : "DNAR - Do not attempt resuscitation"
        }
      ],
      "text" : "No resuscitation"
    }
  ],
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "123456789"
    },
    "display" : "Jane Fhirwoman"
  },
  "dateTime" : "2015-11-18",
  "performer" : [
    {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi",
        "value" : "11530231003"
      }
    }
  ],
  "policyRule" : {
    "text" : "Belgian policy"
  }
}