Insurance contracts
lowFHIR · CoveragePayer / contract metadata.
insurance_contracts_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| payer | string | yes | versicherer · assureur · asegurador |
| contract_type | enum | — | vertrag · contrat · contrato |
| valid_from | date | — | — |
| valid_until | date | — | — |
Example data
10 rows, synthetic policy/payer data. Fully synthetic — safe to share, commit, and run in CI.
Upload via the API
curl -X POST https://api.adaptivmapr.com/v1/uploads \ -H "Authorization: Bearer $ADAPTIVMAPR_API_KEY" \ -F "file=@insurance_contracts_sample.csv" \ -F "template=insurance_contracts_v1"
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "insurance_contracts_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →