Release 4

Pcd-example-notAuthor.json

Financial Management Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

ConsentDirective Example

{
  "resourceType": "Contract",
  "id": "pcd-example-notAuthor",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">The following scenario is based on existing\n      jurisdictional policy and are realized in existing systems in Canada. The default policy is\n      one of implied consent for the provision of care, so these scenarios all deal with withdrawal\n      or withholding consent for that purpose. In other jurisdictions, where an express consent\n      model is used (Opt-In), these would examples would contain the phrase &quot;consent to&quot; rather than\n      &quot;withhold&quot; or &quot;withdraw&quot; consent for. <p> specific to use-case 5) Withhold or withdraw consent\n        for disclosure of records that were authored by a specific organization (or service delivery\n        location). </p><p> Patient &quot;P. van de Heuvel&quot; wishes to have all of the PHI collected at the\n        Good Health Psychiatric Hospital restricted from disclosure to every provider. </p>\n    </div>"
  },
  "issued": "2015-11-18",
  "subject": [
    {
      "reference": "Patient/f001",
      "display": "P. van de Heuvel"
    }
  ],
  "authority": [
    {
      "reference": "Organization/3",
      "display": "Michigan Health"
    }
  ],
  "domain": [
    {
      "reference": "Location/ukp",
      "display": "UK Pharmacies"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57016-8"
      }
    ]
  },
  "subType": [
    {
      "coding": [
        {
          "system": "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
          "code": "Opt-In",
          "display": "Default Authorization with exceptions."
        }
      ]
    }
  ],
  "term": [
    {
      "type": {
        "coding": [
          {
            "system": "http://example.org/fhir/consent-term-type-codes",
            "code": "withhold-authored-by",
            "display": "Withhold all data authored by specified actor entity."
          }
        ]
      },
      "offer": {
        "topic": {
          "reference": "Organization/2.16.840.1.113883.19.5",
          "display": "Good Health Clinic"
        },
        "text": "Withhold all data authored by Good Health provider."
      }
    }
  ],
  "friendly": [
    {
      "contentAttachment": {
        "title": "The terms of the consent in friendly consumer speak."
      }
    }
  ],
  "legal": [
    {
      "contentAttachment": {
        "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.