Drug formulary

mediumFHIR · Medication

ATC/GTIN-coded drug catalog. Emits FHIR Medication.

drug_formulary_v1
PHI 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

ColumnTypeRequiredHints
atc_codestringyesatc · wirkstoffcode
gtinstringgtin · ean · barcode
pharmacodestringpharmacode · pharma-code
namestringyespräparat · préparation · medicamento
dosage_formstringdarreichungsform · forme galénique · forma
strengthstringstärke · dosage · dosis

Example data

15 rows, real ATC codes, synthetic CH-prefix GTINs. 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=@drug_formulary_sample.csv" \
  -F "template=drug_formulary_v1"

Use via MCP

Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.

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