CXR-K-Audit1 Model - Compliance and audit-focused analysis
Project description
CXR-K-Audit1 Model
Compliance-focused CXR model emphasizing policy adherence and documentation requirements.
Installation
pip install cxr-k-audit1
Quick Start
from cxr_k_audit1 import analyze
claim = {
"claimId": "CLM-AUD-001",
"patientId": "PAT-001",
"providerId": "PROV-001",
"serviceDate": "2024-01-15",
"procedureCode": "99213",
"documentation": {...}, # Provide supporting docs
}
result = analyze(claim, tenant_id="tenant-123")
print(result["explanation"]["compliance"])
Features
- 7-plane fusion with emphasis on policy evidence
- Compliance scoring and documentation checks
- Audit-specific explanations
Model Capabilities
- Fusion Planes: 7
- Monte Carlo: No
- Speed Profile: Balanced
- Precision Level: Maximum
- Compliance Focus: Yes
Usage
from cxr_k_audit1 import get_model
model = get_model()
result = model.analyze(claim, tenant_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cxr_k_audit1-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cxr_k_audit1-0.1.0.tar.gz.
File metadata
- Download URL: cxr_k_audit1-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
811afaac481f56a89756471e8677282aef91105110191c32fcc63385446113e9
|
|
| MD5 |
e6530bf911e5d949d43a2518f5d139e2
|
|
| BLAKE2b-256 |
abe1ca89937c160b0c2920bf64f076288a4f67db0b1a999852e3adc8e84f14c9
|
File details
Details for the file cxr_k_audit1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cxr_k_audit1-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114c613113999267367b8bca3e9c35a093ae6ff4c4b18192ae6a609eb2241ef9
|
|
| MD5 |
38105688c23e15d051fb6a28c73152b1
|
|
| BLAKE2b-256 |
4f259942df61b77df65f24854cfad3132cb9448b4148d7015bddf535658fa650
|