{ "description": "This captures the user agreeing to the Program Area's Terms of Use.", "_filename": "TermsOfUseConsent.json", "package_name": "ca.on.health.sadie", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "TermsOfUseConsent", "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": "TermsOfUseConsent", "package_version": "1.0.22", "status": "active", "id": "3354d679-213f-4548-80ec-61b0466e2902", "kind": "resource", "url": "http://health.gov.on.ca/sadie/fhir/StructureDefinition/TermsOfUseConsent", "version": "1.0.0", "differential": { "element": [ { "id": "Consent", "path": "Consent", "definition": "#### **_`FOR SADIE USE: This stores the fact a user agreed to the Terms of Use policy for a Program Area`_**\n\n\nA record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time." }, { "id": "Consent.identifier", "max": "0", "path": "Consent.identifier" }, { "id": "Consent.status", "path": "Consent.status", "fixedCode": "active", "definition": "#### **_`FOR SADIE USE: We are only capturing when they agree to the TermsOfUse so this is always active.`_**\n\nIndicates the current state of this consent." }, { "id": "Consent.scope", "path": "Consent.scope", "definition": "#### **_`FOR SADIE USE: This is a FHIR mandatory field.`_**\n\nA selector of the type of consent being presented: ADR, Privacy, Treatment, Research. This list is now extensible." }, { "id": "Consent.scope.coding", "max": "1", "path": "Consent.scope.coding" }, { "id": "Consent.scope.coding.system", "path": "Consent.scope.coding.system", "fixedUri": "http://terminology.hl7.org/CodeSystem/consentscope" }, { "id": "Consent.scope.coding.version", "max": "0", "path": "Consent.scope.coding.version" }, { "id": "Consent.scope.coding.code", "path": "Consent.scope.coding.code", "fixedCode": "patient-privacy" }, { "id": "Consent.scope.coding.display", "max": "0", "path": "Consent.scope.coding.display" }, { "id": "Consent.scope.coding.userSelected", "max": "0", "path": "Consent.scope.coding.userSelected" }, { "id": "Consent.scope.text", "max": "0", "path": "Consent.scope.text" }, { "id": "Consent.category", "path": "Consent.category", "definition": "#### **_`FOR SADIE USE: In FHIR this is mandatory, Fixed values have been picked for the Code and System.`_**" }, { "id": "Consent.category.coding.system", "path": "Consent.category.coding.system", "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode" }, { "id": "Consent.category.coding.version", "max": "0", "path": "Consent.category.coding.version" }, { "id": "Consent.category.coding.code", "path": "Consent.category.coding.code", "fixedCode": "INFASO" }, { "id": "Consent.category.coding.display", "max": "0", "path": "Consent.category.coding.display" }, { "id": "Consent.category.coding.userSelected", "max": "0", "path": "Consent.category.coding.userSelected" }, { "id": "Consent.category.text", "max": "0", "path": "Consent.category.text" }, { "id": "Consent.patient", "max": "0", "path": "Consent.patient" }, { "id": "Consent.dateTime", "min": 1, "path": "Consent.dateTime", "definition": "#### **_`FOR SADIE USE: This is the date and time the user agreed to the terms of use.`_**\n\nWhen this Consent was issued / created / indexed." }, { "id": "Consent.performer", "max": "1", "min": 1, "path": "Consent.performer", "type": [ { "code": "Reference", "targetProfile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormsRole" ] } ], "definition": "#### **_`FOR SADIE USE: This is the user role that agreed to the terms of use.`_**\n\nEither the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions." }, { "id": "Consent.organization", "max": "0", "path": "Consent.organization", "type": [ { "code": "Reference", "targetProfile": [ "https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea" ] } ] }, { "id": "Consent.source[x]", "max": "0", "path": "Consent.source[x]", "type": [ { "code": "Reference", "targetProfile": [ "http://health.gov.on.ca/sadie/fhir/StructureDefinition/TermsOfUse" ] } ], "definition": "#### **_`FOR SADIE USE: This is the Terms of Use document they are consenting to.`_**\n\nThe source on which this consent statement is based. The source might be a scanned original paper form, or a reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document." }, { "id": "Consent.policy", "max": "1", "min": 1, "path": "Consent.policy", "definition": "#### **_`FOR SADIE USE: This is a link to the Program Area's terms of use. This refers to the a specific version of the TOU.`_**\n\nThe references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law." }, { "id": "Consent.policy.authority", "max": "0", "path": "Consent.policy.authority" }, { "id": "Consent.policy.uri", "min": 1, "path": "Consent.policy.uri", "definition": "#### **_`FOR SADIE USE: This is a link to the terms of use.`_**\n\nThe references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law." }, { "id": "Consent.policyRule", "max": "0", "path": "Consent.policyRule" }, { "id": "Consent.verification", "max": "0", "path": "Consent.verification" }, { "id": "Consent.provision", "max": "0", "path": "Consent.provision" } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent" }