Clinical evidence & market access

HTA cost-effectiveness assessment

One HTA body's cost-effectiveness decision for a drug×indication, with ICER/QALY economics. Maps to drug-database.hta_assessments.

medium riskhta_assessment_v1

Schema

Fields

20 canonical fields with multilingual hints and field-level validators. Any source column that resolves to one of these is mapped automatically by the cascade.

ColumnTypeRequiredHints / validators
sourceenumyeshta body · agency · assessment body · appraisal
agencystringagency · committee · appraisal committee · assessment group
countrystringcountry · jurisdiction · nation
drugstringyesdrug · technology · intervention · product · medicine · inn · brand
atc_codestringatc · atc_code
indicationstringyesindication · condition · population · disease · for the treatment of
efo_idstringefo · mondo · doid · ontology id
decisionenumrecommendation · decision · guidance · recommended · not recommended · restricted use · optimised · do not recommend
icer_valuenumbericer · incremental cost-effectiveness ratio · cost per qaly · cost/qaly · £/qaly · $/qaly · incremental cost effectiveness
icer_currencystringcurrency · £ · $ · € · gbp · usd · cad · eur
icer_perstringper qaly · per life-year · per lay
willingness_thresholdnumberthreshold · willingness to pay · wtp · cost-effectiveness threshold · 20000 to 30000 · 20,000 · 30,000 · 50000 · 100000 · 150000
qaly_gainnumberqaly gain · incremental qalys · qalys gained · quality-adjusted life years
hbpb_lownumberhealth benefit price benchmark · hbpb · value-based price · price benchmark · fair price · health-benefit price benchmark
hbpb_highnumberhealth benefit price benchmark · hbpb · value-based price · price benchmark · upper benchmark
hbpb_basisenumper year · annual · per treatment · one-time · per course
list_pricenumberlist price · annual list price · wac · wholesale acquisition cost · launch price · announced price
comparatorstringcomparator · versus · compared with · vs · standard of care · best supportive care · placebo
urlstringurl · link · reference · ta number · doi
published_datedatepublished · date of publication · issued · final appraisal

Try it

Use it

Map a file to this template with one call. The cascade resolves most columns for free on the deterministic layers; only the leftovers reach the metered LLM.

REST

POST the file with template=hta_assessment_v1 to /v1/uploads. Schema-only mode sends only headers plus a few clamped sample rows; full-data mode runs row-level AI in-region under a BAA and spends a few tokens per map from your prepaid wallet.

curl
curl -X POST https://api.adaptivmapr.com/v1/uploads \
  -H "Authorization: Bearer $ADAPTIVMAPR_API_KEY" \
  -F "template=hta_assessment_v1"
Model Context Protocol

Drop AdaptivMapr into Cursor or Claude Desktop and call the same cascade as an MCP tool. Schema-only calls leave only column names and a few clamped samples — a data-minimization mode by design.

mcp
adaptivmapr.match_headers({
  template: "hta_assessment_v1",
  headers: ["first_name", "last_name", /* ... */]
})
MCP install instructions →

Compliance

Full-data on this template

This is a medium-risk template. Full-data mode routes the metered layer-5 call under a BAA and spends a few tokens per map from your prepaid wallet. Schema-only mode (headers + ≤3 sample rows, each clamped to 80 characters) is a data-minimization mode — only column names and a few samples ever leave your tenant. See pricing →

Ready when you are

Put hta cost-effectiveness assessment in production — without shipping raw records.

Spin up a key in minutes. Schema-only mapping runs on the free deterministic cascade; a $10 prepaid wallet covers the metered layer when you need it.

Schema-only is a data-minimization mode · a few tokens per map