Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Pcd\pcd-example-notAuthor.json

Raw JSON (canonical form)

Consent to share except to withhold or withdraw consent for disclosure of records authored by a specific organization.

{
  "resourceType": "Contract",
  "id": "pcd-example-notAuthor",
  "text": {
    "status": "generated",
    "div": "<div>The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. \n\tThe default policy is one of implied consent for the provision of care, so these scenarios all deal with withdrawal or withholding consent for that purpose. \n\tIn other jurisdictions, where an express consent model is used (Opt-In), these would examples would contain the phrase &quot;consent to&quot; rather \n\tthan &quot;withhold&quot; or &quot;withdraw&quot; consent for.\n    <p>\n\tspecific to use-case 5) Withhold or withdraw consent for disclosure of records that were authored by a specific organization (or service delivery location).  \n\t</p><p>\n    Patient &quot;P. van de Heuvel&quot; wishes to have all of the PHI collected at the Good Health Psychiatric Hospital \n   restricted from disclosure to every provider.\n   </p>\n   </div>"
  },
  "issued": "2015-11-18",
  "subject": [
    {
      "fhir_comments": [
        "  not bound by a timeframe - Contract.applies  "
      ],
      "reference": "Patient/f001",
      "display": "P. van de Heuvel"
    }
  ],
  "authority": [
    {
      "fhir_comments": [
        "  I assume the example given is Canada Infoway wide???  AND I assume it is desired to state that in the Contract.authority element  "
      ],
      "reference": "Organization/Infoway",
      "display": "Canada Infoway"
    }
  ],
  "domain": [
    {
      "fhir_comments": [
        "  and/or would this [also] go into Contract.domain as a Jurisdiction?? (see the example on UK Pharamacy Juristiction)  "
      ],
      "reference": "Location/Infoway",
      "display": "Canada Infoway"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57016-8"
      }
    ]
  },
  "subType": [
    {
      "fhir_comments": [
        "  made up code-system to represent the set of privacy consent sub-types known and published by Canada Infoway  "
      ],
      "coding": [
        {
          "system": "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
          "code": "Opt-In",
          "display": "Default Authorization with exceptions."
        }
      ]
    }
  ],
  "term": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/consent-term-type-codes",
            "_system": {
              "fhir_comments": [
                "  made up code system  "
              ]
            },
            "code": "withhold-authored-by",
            "display": "Withhold all data authored by specified actor entity."
          }
        ]
      },
      "actor": [
        {
          "entity": {
            "reference": "Organization/2.16.840.1.113883.19.5",
            "display": "Good Health Clinic"
          }
        }
      ],
      "text": "Withhold all data authored by Good Health provider."
    }
  ],
  "friendly": [
    {
      "fhir_comments": [
        "  the terms of the consent in friendly consumer speak  "
      ],
      "contentAttachment": {
        "fhir_comments": [
          "  likely use url pointer to common text  "
        ],
        "title": "The terms of the consent in friendly consumer speak."
      }
    }
  ],
  "legal": [
    {
      "fhir_comments": [
        "  the legal terms of the consent in lawyer speak  "
      ],
      "contentAttachment": {
        "fhir_comments": [
          "  likely use url pointer to common text  ",
          "  I think some think that this should be the pointer to the law by which this consent is derived under. Such as http://lois-laws.justice.gc.ca/eng/acts/P-21/index.html  "
        ],
        "title": "The terms of the consent in lawyer speak."
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.