Insurance contracts

lowFHIR · Coverage

Payer / contract metadata.

insurance_contracts_v1

Fields

ColumnTypeRequiredHints
payerstringyesversicherer · assureur · asegurador
contract_typeenumvertrag · contrat · contrato
valid_fromdate
valid_untildate

Example data

10 rows, synthetic policy/payer data. Fully synthetic — safe to share, commit, and run in CI.

Download sample CSVTry in Workbench →insurance_contracts_sample.csv

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 →
Insurance contracts — AdaptivMapr