Skip to content

Commit 07ef56f

Browse files
Add missing NPDB categories
1 parent 4210ad2 commit 07ef56f

File tree

1 file changed

+4
-1
lines changed
  • backend/compact-connect/lambdas/python/common/cc_common/data_model/schema

1 file changed

+4
-1
lines changed

backend/compact-connect/lambdas/python/common/cc_common/data_model/schema/common.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,13 @@ class ClinicalPrivilegeActionCategory(CCEnum):
311311
https://www.npdb.hrsa.gov/software/CodeLists.pdf, Tables 41-45
312312
"""
313313

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'
314318
FRAUD = 'Fraud, Deception, or Misrepresentation'
315319
UNSAFE_PRACTICE = 'Unsafe Practice or Substandard Care'
316320
IMPROPER_SUPERVISION = 'Improper Supervision or Allowing Unlicensed Practice'
317-
IMPROPER_MEDICATION = 'Improper Prescribing, Dispensing, Administering Medication/Drug Violation'
318321
OTHER = 'Other'
319322

320323

0 commit comments

Comments
 (0)