Example Claims Schema
Schema and example preview for datasets in this category, fetched from the blueprint API.
Variable Schema
| Column Name | Type | Description |
|---|---|---|
| patient_id | string | Unique synthetic patient identifier |
| age | number | Patient age |
| sex | string | Patient sex |
| diagnosis_code | string | ICD diagnosis code |
| procedure_code | string | CPT/HCPCS procedure code |
| claim_amount | number | Total claim cost in USD |
| insurance_type | string | Payer type (Medicare, Medicaid, Private) |
| visit_type | string | Inpatient, Outpatient, Emergency |
Data Preview
First 9 rows (preview only)
| patient_id | age | sex | diagnosis_code | procedure_code | claim_amount | insurance_type | visit_type |
|---|---|---|---|---|---|---|---|
| P000001 | 68 | Female | I10 | 99213 | 245.5 | Medicare | Outpatient |
| P000002 | 55 | Male | E11.9 | 83036 | 89.2 | Private | Outpatient |
| P000003 | 72 | Female | J18.9 | 99223 | 1450.75 | Medicare | Inpatient |
| P000004 | 60 | Male | I21.3 | 92928 | 18250 | Private | Inpatient |
| P000005 | 47 | Female | M54.5 | 97110 | 120 | Private | Outpatient |
| P000006 | 80 | Male | I50.9 | 99285 | 980.4 | Medicare | Emergency |
| P000007 | 66 | Female | E78.5 | 80061 | 75.3 | Medicare | Outpatient |
| P000008 | 52 | Male | K21.9 | 43239 | 1350 | Private | Outpatient |
| P000009 | 70 | Female | N18.9 | 90935 | 450 | Medicare | Outpatient |