File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
backend/compact-connect/lambdas/python/common/cc_common/data_model/schema Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -311,10 +311,13 @@ class ClinicalPrivilegeActionCategory(CCEnum):
311
311
https://www.npdb.hrsa.gov/software/CodeLists.pdf, Tables 41-45
312
312
"""
313
313
314
+ NON_COMPLIANCE = 'Non-compliance With Requirements'
315
+ CRIMINAL_CONVICTION = 'Criminal Conviction or Adjudication'
316
+ CONFIDENTIALITY_VIOLATION = 'Confidentiality, Consent or Disclosure Violations'
317
+ MISCONDUCT_ABUSE = 'Misconduct or Abuse'
314
318
FRAUD = 'Fraud, Deception, or Misrepresentation'
315
319
UNSAFE_PRACTICE = 'Unsafe Practice or Substandard Care'
316
320
IMPROPER_SUPERVISION = 'Improper Supervision or Allowing Unlicensed Practice'
317
- IMPROPER_MEDICATION = 'Improper Prescribing, Dispensing, Administering Medication/Drug Violation'
318
321
OTHER = 'Other'
319
322
320
323
You can’t perform that action at this time.
0 commit comments