PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.0-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill-model
description: This is the logical model of the patient will for a patient. Initially based on the input of the NIHDI.\r\nThe actual FHIR instance will use a profile on the FHIR resource Consent ( https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-consent-patientwill ) 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 might 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: specialization
name: BEPatientWill
type: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill-model
elements:
  status:
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/r4/valueset-consent-state-codes.html'}
    index: 0
  dateTime: {type: dateTime, index: 1}
  performer: {type: Reference, index: 2}
  patient: {type: Reference, index: 3}
  category: {type: CodeableConcept, index: 4}
  scope:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/consent-scope'}
    index: 5
  source: {type: Attachment, index: 6}
  provision:
    type: BackboneElement
    index: 7
    elements:
      dataPeriod: {type: Period, index: 8}
    required: [dataPeriod]
package_version: 1.1.0-beta
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill-model
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [dateTime, status, scope, patient, category, performer]