feat: Court-Ready Legal & HIPAA Compliance Vault, 21 CFR Part 11 Audit Trail, Subpoena PDF & CMS-1500 coding engine
This commit is contained in:
@@ -120,6 +120,17 @@ export interface Icd10CodeItem {
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface AuditTrailEvent {
|
||||
id: string;
|
||||
timestamp: string;
|
||||
action: 'created' | 'viewed' | 'amended' | 'signed_locked' | 'subpoena_exported' | 'superbill_billed';
|
||||
actorName: string;
|
||||
actorRole: string;
|
||||
actorIp: string;
|
||||
hashSignature: string;
|
||||
details: string;
|
||||
}
|
||||
|
||||
export interface SoapNote {
|
||||
id: string;
|
||||
tenantId: string;
|
||||
@@ -141,6 +152,10 @@ export interface SoapNote {
|
||||
vasScore: number;
|
||||
signedAt?: string;
|
||||
signedBy?: string;
|
||||
cryptographicHash?: string;
|
||||
auditTrail?: AuditTrailEvent[];
|
||||
legalAffidavitId?: string;
|
||||
licenseNumber?: string;
|
||||
}
|
||||
|
||||
export interface SuperbillLineItem {
|
||||
|
||||
Reference in New Issue
Block a user