PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.2.1
    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.",
  "_filename": "StructureDefinition-be-patientwill.json",
  "package_name": "ehealthplatform.be.r4.federalprofiles",
  "date": "2021-01-10T10:59:49+00:00",
  "derivation": "constraint",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "056",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    }, {
      "code": "BE",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "BePatientWill",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Consent",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "BePatientWill",
  "package_version": "1.2.1",
  "status": "active",
  "id": "a9f64615-71c1-4563-92e1-55e591115743",
  "kind": "resource",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Consent.identifier",
      "path": "Consent.identifier",
      "mustSupport": true
    }, {
      "id": "Consent.status",
      "path": "Consent.status",
      "mustSupport": true
    }, {
      "id": "Consent.scope",
      "path": "Consent.scope",
      "mustSupport": true
    }, {
      "id": "Consent.category",
      "path": "Consent.category",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-patientwill-category"
      },
      "mustSupport": true
    }, {
      "id": "Consent.patient",
      "min": 1,
      "path": "Consent.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient" ]
      } ],
      "short": "The subject of the patient will.",
      "definition": "The subject of the patient will.",
      "mustSupport": true
    }, {
      "id": "Consent.dateTime",
      "min": 1,
      "path": "Consent.dateTime",
      "short": "The dateTime when the patient will has been recorded",
      "comment": "This is not the time the patient expressed their will, but the time that this patient was recorded.
",
      "definition": "The date and/or time when the patient will has been recorded",
      "mustSupport": true
    }, {
      "id": "Consent.performer",
      "min": 1,
      "path": "Consent.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "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", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
      } ],
      "comment": "Commonly, the patient will is expressed by the patient, but for some cases it may be some other person.
",
      "mustSupport": true
    }, {
      "id": "Consent.source[x]",
      "path": "Consent.source[x]",
      "short": "The evidence used to support the patient will.",
      "comment": "The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id.
It is at the discretion of the practitioner whether to include this when available. A consumer SHALL NOT ignore it when available.",
      "definition": "Supporting evidence for the patient will (e.g. a paper signed by the patient to refuse a specific treatment)",
      "mustSupport": true
    }, {
      "id": "Consent.policyRule",
      "min": 1,
      "path": "Consent.policyRule",
      "mustSupport": true
    }, {
      "id": "Consent.policyRule.text",
      "path": "Consent.policyRule.text",
      "comment": "This field is added as a fixed value because in FHIR 4.0.1 this is technically required. It has no functional purpose in Belgium.",
      "fixedString": "Belgian policy",
      "mustSupport": true
    }, {
      "id": "Consent.provision",
      "min": 1,
      "path": "Consent.provision",
      "mustSupport": true
    }, {
      "id": "Consent.provision.type",
      "path": "Consent.provision.type",
      "mustSupport": true
    }, {
      "id": "Consent.provision.period",
      "min": 1,
      "path": "Consent.provision.period",
      "mustSupport": true
    }, {
      "id": "Consent.provision.securityLabel",
      "max": "0",
      "path": "Consent.provision.securityLabel"
    }, {
      "id": "Consent.provision.purpose",
      "max": "0",
      "path": "Consent.provision.purpose"
    }, {
      "id": "Consent.provision.class",
      "max": "0",
      "path": "Consent.provision.class"
    }, {
      "id": "Consent.provision.code",
      "path": "Consent.provision.code",
      "short": "The actual directive in the will",
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-patientwill-code"
      },
      "definition": "The detailed patient will directive (e.g. no hospitalization, bloodtransfusion refusal) (Valueset will be delivered by a working group of NIHDI)",
      "mustSupport": true
    }, {
      "id": "Consent.provision.data",
      "max": "0",
      "path": "Consent.provision.data"
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "https://www.ehealth.fgov.be",
      "system": "url"
    } ]
  }, {
    "name": "Message structure",
    "telecom": [ {
      "value": "message-structure@ehealth.fgov.be",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent"
}