Claims line items
mediumFHIR · Claim.itemCPT/ICD-10-coded claim line items.
claims_line_items_v1PHI Gateway bundle required for full-data mode on this template. Schema-only mode (headers + ≤3 sample rows) is free and always available. Activate the bundle →
Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| cpt_code | string | yes | cpt · procedure |
| icd10_code | string | — | icd · icd-10 · diagnose |
| amount | number | yes | betrag · montant · importe · amount |
| service_date | date | — | leistungsdatum · date du service · fecha del servicio |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "claims_line_items_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →