FHIR IG Statistics: StructureDefinition/2beb1d6c-5933-4f31-acc0-d3336b907493
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No human-readable text provided in this case.
Source
{
"resourceType": "StructureDefinition",
"id": "2beb1d6c-5933-4f31-acc0-d3336b907493",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://health.gov.on.ca/sadie/fhir/StructureDefinition/TermsOfUseConsent",
"version": "1.0.0",
"name": "TermsOfUseConsent",
"title": "TermsOfUseConsent",
"status": "active",
"description": "This captures the user agreeing to the Program Area's Terms of Use.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Consent",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
"derivation": "constraint",
"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",
"path": "Consent.identifier",
"max": "0"
},
{
"id": "Consent.status",
"path": "Consent.status",
"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.",
"fixedCode": "active"
},
{
"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",
"path": "Consent.scope.coding",
"max": "1"
},
{
"id": "Consent.scope.coding.system",
"path": "Consent.scope.coding.system",
"fixedUri": "http://terminology.hl7.org/CodeSystem/consentscope"
},
{
"id": "Consent.scope.coding.version",
"path": "Consent.scope.coding.version",
"max": "0"
},
{
"id": "Consent.scope.coding.code",
"path": "Consent.scope.coding.code",
"fixedCode": "patient-privacy"
},
{
"id": "Consent.scope.coding.display",
"path": "Consent.scope.coding.display",
"max": "0"
},
{
"id": "Consent.scope.coding.userSelected",
"path": "Consent.scope.coding.userSelected",
"max": "0"
},
{
"id": "Consent.scope.text",
"path": "Consent.scope.text",
"max": "0"
},
{
"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",
"path": "Consent.category.coding.version",
"max": "0"
},
{
"id": "Consent.category.coding.code",
"path": "Consent.category.coding.code",
"fixedCode": "INFASO"
},
{
"id": "Consent.category.coding.display",
"path": "Consent.category.coding.display",
"max": "0"
},
{
"id": "Consent.category.coding.userSelected",
"path": "Consent.category.coding.userSelected",
"max": "0"
},
{
"id": "Consent.category.text",
"path": "Consent.category.text",
"max": "0"
},
{
"id": "Consent.patient",
"path": "Consent.patient",
"max": "0"
},
{
"id": "Consent.dateTime",
"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.",
"min": 1
},
{
"id": "Consent.performer",
"path": "Consent.performer",
"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.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormsRole"
]
}
]
},
{
"id": "Consent.organization",
"path": "Consent.organization",
"max": "0",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea"
]
}
]
},
{
"id": "Consent.source[x]",
"path": "Consent.source[x]",
"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.",
"max": "0",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://health.gov.on.ca/sadie/fhir/StructureDefinition/TermsOfUse"
]
}
]
},
{
"id": "Consent.policy",
"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.",
"min": 1,
"max": "1"
},
{
"id": "Consent.policy.authority",
"path": "Consent.policy.authority",
"max": "0"
},
{
"id": "Consent.policy.uri",
"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.",
"min": 1
},
{
"id": "Consent.policyRule",
"path": "Consent.policyRule",
"max": "0"
},
{
"id": "Consent.verification",
"path": "Consent.verification",
"max": "0"
},
{
"id": "Consent.provision",
"path": "Consent.provision",
"max": "0"
}
]
}
}