{
"description": "This captures the user agreeing to the Program Area's Terms of Use.\\r\\nPartition: The partition is the same as the Organization.identifier.value that the TOU belongs to. Example: ODSP",
"_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": "0.1.20-beta",
"status": "draft",
"id": "37f65d7a-b362-4874-afa4-02e0f2191789",
"kind": "resource",
"url": "http://health.gov.on.ca/sadie/fhir/StructureDefinition/TermsOfUseConsent",
"version": "1.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`_**\r\n\r\n\r\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.`_**\r\n\r\nIndicates the current state of this consent."
}, {
"id": "Consent.scope",
"path": "Consent.scope",
"definition": "#### **_`FOR SADIE USE: This is mandatory and has a fixed value of TermsOfUse.`_**\r\n\r\nA selector of the type of consent being presented: ADR, Privacy, Treatment, Research. This list is now extensible."
}, {
"id": "Consent.scope.coding",
"max": "0",
"path": "Consent.scope.coding"
}, {
"id": "Consent.scope.text",
"min": 1,
"path": "Consent.scope.text",
"fixedString": "TermsOfUse"
}, {
"id": "Consent.category.coding.system",
"path": "Consent.category.coding.system",
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
}, {
"id": "Consent.category.coding.code",
"path": "Consent.category.coding.code",
"fixedCode": "INFASO"
}, {
"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.`_**\r\n\r\nWhen this Consent was issued / created / indexed."
}, {
"id": "Consent.performer",
"max": "1",
"min": 1,
"path": "Consent.performer",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormUser" ]
} ],
"definition": "#### **_`FOR SADIE USE: This is the user that agreed to the terms of use.`_**\r\n\r\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]",
"path": "Consent.source[x]",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://health.gov.on.ca/sadie/fhir/StructureDefinition/Request" ]
} ],
"definition": "#### **_`FOR SADIE USE: This is Request that the user is consenting to, it is only used for TOU Request Submissions.`_**\r\n\r\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.`_**\r\n\r\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.`_**\r\n\r\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"
}