FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/329fa668-f1c6-496b-8363-26c29cf26316

Packageca.on.health.idms
Resource TypeStructureDefinition
Id329fa668-f1c6-496b-8363-26c29cf26316
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.2-beta&canonical=https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-CONSENT
URLhttps://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-CONSENT
Version1.0.0
Statusactive
NameIDMSConsent
TypeConsent
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
ConsentTypesConsent Types

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "329fa668-f1c6-496b-8363-26c29cf26316",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-09-28T11:49:10.666+00:00",
    "source": "#1U8m8JkuiKHivofo"
  },
  "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-CONSENT",
  "version": "1.0.0",
  "name": "IDMSConsent",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.identifier",
        "path": "Consent.identifier",
        "max": "0"
      },
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "definition": "#### **_`IDMS:  The type of Consent,  Terms of Use or Submission.`_**"
      },
      {
        "id": "Consent.category.coding.system",
        "path": "Consent.category.coding.system",
        "fixedUri": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal"
      },
      {
        "id": "Consent.category.coding.version",
        "path": "Consent.category.coding.version",
        "max": "0"
      },
      {
        "id": "Consent.category.coding.code",
        "path": "Consent.category.coding.code",
        "binding": {
          "strength": "required",
          "description": "Consent Type",
          "valueSet": "https://health.gov.on.ca/idms/fhir/ValueSet/ConsentTypes"
        }
      },
      {
        "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.subject",
        "path": "Consent.subject",
        "max": "0"
      },
      {
        "id": "Consent.date",
        "path": "Consent.date",
        "definition": "#### **_`IDMS:  Date the consent  was agreed to.`_**",
        "min": 1
      },
      {
        "id": "Consent.period",
        "path": "Consent.period",
        "max": "0"
      },
      {
        "id": "Consent.grantor",
        "path": "Consent.grantor",
        "max": "0"
      },
      {
        "id": "Consent.grantee",
        "path": "Consent.grantee",
        "definition": "#### **_`IDMS: Reference to the PractitionerRole that consented.`_**",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "Consent.manager",
        "path": "Consent.manager",
        "max": "0"
      },
      {
        "id": "Consent.controller",
        "path": "Consent.controller",
        "max": "0"
      },
      {
        "id": "Consent.sourceAttachment",
        "path": "Consent.sourceAttachment",
        "max": "0"
      },
      {
        "id": "Consent.sourceReference",
        "path": "Consent.sourceReference",
        "max": "0"
      },
      {
        "id": "Consent.regulatoryBasis",
        "path": "Consent.regulatoryBasis",
        "max": "0"
      },
      {
        "id": "Consent.policyBasis",
        "path": "Consent.policyBasis",
        "max": "0"
      },
      {
        "id": "Consent.policyText",
        "path": "Consent.policyText",
        "definition": "#### **_`IDMS:  Reference to a DocumentReference that explains what is consented to.`_**",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Consent.verification",
        "path": "Consent.verification",
        "max": "0"
      },
      {
        "id": "Consent.decision",
        "path": "Consent.decision",
        "max": "0"
      },
      {
        "id": "Consent.provision",
        "path": "Consent.provision",
        "max": "0"
      }
    ]
  }
}