PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.34-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill
description: Belgian federal profile for a patient will ONLY in the context of the patient will in the context of limitations to treatment, DNR etc. Initially based on the functional description of the NIHDI. This profile will in the future be also used to record agreement to participate in clinical trials etc. Any usecase around informed consent is out of scope for this profile.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BEPatientWill
type: Consent
elements:
  patient:
    type: Reference
    short: The subject of the patient will.
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 4
  category:
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-patientwill-category'}
    mustSupport: true
    index: 3
  provision:
    mustSupport: true
    index: 11
    elements:
      type: {mustSupport: true, index: 12}
      period: {mustSupport: true, index: 13}
      securityLabel: {index: 14}
      purpose: {index: 15}
      class: {index: 16}
      code:
        short: The actual directive in the will
        binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-patientwill-code'}
        mustSupport: true
        index: 17
      data: {index: 18}
    required: [period]
  source:
    short: The evidence used to support the patient will.
    mustSupport: true
    choices: []
    index: 8
  scope: {mustSupport: true, index: 2}
  dateTime: {short: The dateTime when the patient will has been recorded, mustSupport: true, index: 5}
  status: {mustSupport: true, index: 1}
  policyRule:
    mustSupport: true
    index: 9
    elements:
      text:
        pattern: {type: String, value: Belgian policy}
        mustSupport: true
        index: 10
  identifier: {mustSupport: true, index: 0}
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 6
package_version: 1.1.34-beta
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill
base: http://hl7.org/fhir/StructureDefinition/Consent
version: 0.1.0
required: [policyRule, dateTime, patient, provision, performer]