CXR-K1 Model - Flagship claim analysis model with 7-plane fusion
Project description
CXR-K1 Model
Flagship CXR claim analysis model with full 7-plane fusion.
Installation
pip install cxr-k1
Quick Start
from cxr_k1 import analyze
claim = {
"claimId": "CLM-001",
"patientId": "PAT-001",
"providerId": "PROV-001",
"serviceDate": "2024-01-15",
"procedureCode": "99213",
"billedAmount": 120.0,
"metadata": {"reviewThreshold": 0.8}
}
result = analyze(claim, tenant_id="tenant-123")
print(result["verdict"]) # approved/denied/pending_review
Features
- 7-Plane Fusion: Structured, Unstructured, Contextual, Patient, Provider, Payer, Temporal
- All 7 Context Types: Comprehensive context gathering
- Maximum Precision: Best precision and recall
- Balanced Speed: Optimized for production use
Model Capabilities
- Fusion Planes: 7
- Monte Carlo: No
- Speed Profile: Balanced
- Precision Level: Maximum
Usage
from cxr_k1 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_k1-0.1.0.tar.gz
(2.2 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_k1-0.1.0.tar.gz.
File metadata
- Download URL: cxr_k1-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f577c0d680236dd1c2134dd7dbd18ecde1315724b943471e5c52be268a9f6a61
|
|
| MD5 |
28a98985320e24606c6e0d45671eaf74
|
|
| BLAKE2b-256 |
55eeb80480d2163c90f4bc6344ab75127f0687b7703d65ba29968ce35f7a69f5
|
File details
Details for the file cxr_k1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cxr_k1-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 |
0cb99629d50351aa9548f51312f43cd8cd63a1d5e2039cbe6ee4a45d1b3d3581
|
|
| MD5 |
490cfc90291f909561c551efcf76e997
|
|
| BLAKE2b-256 |
3f15438329dc9c5cf79595bb9e49e19d8d56db3cfdbd71d78933986b152994bb
|