{
  "resourceType": "ValueSet",
  "id": "OverrideReason",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\nValues available for the relationship of the Substitute Descision Maker (SDM) with respect to the patient.\n    </div>"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/consent-pcoi-override-reason",
  "version": "1.0.0",
  "name": "OverrideReason",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "The basis upon which the health information custodian is collecting personal health information, despite the contents of a privacy consent directive, as allowed by HIPA (Ontario Bill 119, Section 55.7).",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "PATRQT",
            "display": "patient requested"
          },
          {
            "code": "SUPNWK",
            "display": "support network"
          },
          {
            "code": "OVRER",
            "display": "emergency treatment override"
          },
          {
            "code": "OVRTPS",
            "display": "third party safety override"
          }
        ]
      }
    ]
  }
}