PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2020-preadopt@0.1.0
    http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-LegalStatus
{
  "description": "A Condition resource as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) LegalSituation 2.0(2020), implementing the LegalStatus concept of the HCIM.\\r\\n\\r\\nA legal situation can concern a legal status and/or representation.\\r\\n\\r\\nThe legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge.\\r\\n\\r\\nRepresentation is important in situations where a person is legally not competent to give permission and/or factually (partly) incapable of doing so. A representative supports and takes decisions in the interest of the representee when they cannot do so themselves (temporarily or permanently).",
  "_filename": "zib-LegalSituation-LegalStatus.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2020-preadopt",
  "date": null,
  "derivation": "constraint",
  "publisher": "Nictiz",
  "fhirVersion": "3.0.2",
  "purpose": "Health professionals must be aware of the existence of a legal status or representation because this in part determines what type of care can be provided to the patient. For example, a supporting legal status can be required for using freedom restricting interventions. For a mentally incompetent patient, it must be clear that there is a representative for further decision-making: in this case, the health professional should follow the decision of the representative of the mentally incompetent patient, unless this is incompatible with the care of a good health professional.",
  "name": "ZibLegalSituationLegalStatus",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/LegalSituation-v2.0(2020EN)",
    "name": "HCIM LegalSituation-v2.0(2020EN)",
    "identity": "zib-legalsituation-v2.0-2020EN"
  } ],
  "abstract": false,
  "copyright": "CC0",
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "HCIM LegalSituation LegalStatus",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "9f776e4b-1112-4f93-96ed-e3f9520b482f",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-LegalStatus",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Condition",
      "path": "Condition",
      "alias": [ "JuridischeSituatie" ],
      "short": "LegalSituation",
      "comment": "HCIM LegalSituation is implemented using two profiles: this profile implements the LegalStatus concept of the HCIM, while  represents the Representation concept of the HCIM.",
      "mapping": [ {
        "map": "NL-CM:7.17.1",
        "comment": "LegalSituation",
        "identity": "zib-legalsituation-v2.0-2020EN"
      } ]
    }, {
      "id": "Condition.clinicalStatus",
      "path": "Condition.clinicalStatus",
      "comment": "HCIM concept DateStop (NL-CM:7.17.4) is partially represented by this element (together with `Condition.abatementDateTime`). When DateStop is populated and in the past, this element is expected to be _inactive_, otherwise it is expected to be _active_.",
      "mapping": [ {
        "map": "NL-CM:7.17.4",
        "comment": "DateStop (partial representation)",
        "identity": "zib-legalsituation-v2.0-2020EN"
      } ]
    }, {
      "id": "Condition.category",
      "min": 1,
      "path": "Condition.category",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Condition.category:legalStatusCode",
      "max": "1",
      "min": 1,
      "path": "Condition.category",
      "sliceName": "legalStatusCode",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "303186005",
          "system": "http://snomed.info/sct"
        } ]
      }
    }, {
      "id": "Condition.code",
      "min": 1,
      "path": "Condition.code",
      "alias": [ "JuridischeStatus" ],
      "binding": {
        "strength": "required",
        "description": "JuridischeStatusCodelijst",
        "valueSetReference": {
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.17.1--20200901000000"
        }
      },
      "mapping": [ {
        "map": "NL-CM:7.17.2",
        "comment": "LegalStatus",
        "identity": "zib-legalsituation-v2.0-2020EN"
      } ],
      "definition": "The legal status that applies to the patient. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge. A patient can also receive healthcare based on a forensic status."
    }, {
      "id": "Condition.subject",
      "path": "Condition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
      }, {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
      } ]
    }, {
      "id": "Condition.onset[x]:onsetDateTime",
      "path": "Condition.onsetDateTime",
      "type": [ {
        "code": "dateTime"
      } ],
      "alias": [ "DatumAanvang" ],
      "short": "DateStart",
      "mapping": [ {
        "map": "NL-CM:7.17.3",
        "comment": "DateStart",
        "identity": "zib-legalsituation-v2.0-2020EN"
      } ],
      "sliceName": "onsetDateTime",
      "definition": "The date on which the legal situation of the patient starts."
    }, {
      "id": "Condition.abatement[x]:abatementDateTime",
      "path": "Condition.abatementDateTime",
      "type": [ {
        "code": "dateTime"
      } ],
      "alias": [ "DatumEinde" ],
      "short": "DateStop",
      "mapping": [ {
        "map": "NL-CM:7.17.4",
        "comment": "DateStop",
        "identity": "zib-legalsituation-v2.0-2020EN"
      } ],
      "sliceName": "abatementDateTime",
      "definition": "The date on which the legal situation of the patient ends."
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition"
}