PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.2-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.",
  "_filename": "structuredefinition-be-patientwill-model.json",
  "package_name": "ehealthplatform.be.r4.federalprofiles",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.0",
  "name": "BEPatientWill",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill-model",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.1.2-beta",
  "status": "draft",
  "id": "1e9e88cf-534d-4dd2-8a6f-b8317e191357",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill-model",
  "version": null,
  "differential": {
    "element": [ {
      "id": "be-patientwill-model",
      "max": "*",
      "min": 0,
      "path": "be-patientwill-model",
      "type": [ {
        "code": "Element"
      } ]
    }, {
      "id": "be-patientwill-model.status",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.status",
      "type": [ {
        "code": "code",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/code" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/r4/valueset-consent-state-codes.html"
      }
    }, {
      "id": "be-patientwill-model.dateTime",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.dateTime",
      "type": [ {
        "code": "dateTime",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/dateTime" ]
      } ],
      "definition": "The recorded date and/or time"
    }, {
      "id": "be-patientwill-model.performer",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.performer",
      "type": [ {
        "code": "Reference"
      } ],
      "definition": "The healthcare professional who takes responsibility for this content."
    }, {
      "id": "be-patientwill-model.patient",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.patient",
      "type": [ {
        "code": "Reference"
      } ],
      "definition": "The subject of the patient will."
    }, {
      "id": "be-patientwill-model.category",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.category",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/CodeableConcept" ]
      } ],
      "definition": "The actual detail of the patient will (e.g. no hospitalization, bloodtransfusion refusal) (Valueset will be delivered by a working group of NIHDI)"
    }, {
      "id": "be-patientwill-model.scope",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.scope",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/CodeableConcept" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/consent-scope"
      },
      "definition": "The main types of patient will"
    }, {
      "id": "be-patientwill-model.source",
      "max": "1",
      "min": 0,
      "path": "be-patientwill-model.source",
      "type": [ {
        "code": "Attachment",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Attachment" ]
      } ],
      "definition": "Supporting evidence for the patient will (e.g. a paper signed by the patient to refuse a specific treatment)"
    }, {
      "id": "be-patientwill-model.provision",
      "max": "1",
      "min": 0,
      "path": "be-patientwill-model.provision",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "definition": "Period of time for this rule"
    }, {
      "id": "be-patientwill-model.provision.dataPeriod",
      "max": "1",
      "min": 1,
      "path": "be-patientwill-model.provision.dataPeriod",
      "type": [ {
        "code": "Period",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Period" ]
      } ],
      "definition": "Clinical or Operational Relevant period of time that bounds the data controlled by this rule."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}