{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusConsentOverrideGrounds",
  "id": "nexus-consent-override-grounds",
  "title": "Consent Override Grounds Value Set",
  "description": "The reason a user gave when breaking the glass, from HL7 v3 ActReason PurposeOfUse. Carried on the\nAuditEvent recording the event -- `agent.purposeOfUse` -- not on the patient's directive.\n\nThree coded grounds, shaped by what primary care actually does: routine treatment by a covering\nclinician, a genuinely urgent situation, and the patient asking for access. Where none fits, the\npurpose carries free text and no coding, and a report must count that as its own category rather\nthan dropping it.\n\nExtensible. Ontario's Provincial Consent Override Interface uses a different subset of the same code\nsystem for a different act; the crosswalk is in the handbook.",
  "url": "https://fhir.apps.health/ValueSet/nexus-consent-override-grounds",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "TREAT",
            "display": "treatment"
          },
          {
            "code": "BTG",
            "display": "break the glass"
          },
          {
            "code": "PATRQT",
            "display": "patient requested"
          }
        ]
      }
    ]
  }
}
