{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusPrivacyExceptionPurposes",
  "id": "nexus-privacy-exception-purposes",
  "title": "Privacy Exception Purposes Value Set",
  "description": "The purposes of use for which a privacy directive may carry an exception -- the nested `permit`\nprovisions describing what a restriction does not reach.\n\nThree ordinary care purposes from IHE PCF's base set, plus break-the-glass. Bound extensibly, so a\ndeployment with a purpose this set does not carry stays conformant under the same code system.\n\nA `BTG` exception is a standing rule about who MAY break the glass. The record that somebody DID is\nan AuditEvent, not a Consent.",
  "url": "https://fhir.apps.health/ValueSet/nexus-privacy-exception-purposes",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "TREAT",
            "display": "treatment"
          },
          {
            "code": "HPAYMT",
            "display": "healthcare payment"
          },
          {
            "code": "HOPERAT",
            "display": "healthcare operations"
          },
          {
            "code": "BTG",
            "display": "break the glass"
          }
        ]
      }
    ]
  }
}
