Drug formulary
mediumFHIR · MedicationATC/GTIN-coded drug catalog. Emits FHIR Medication.
drug_formulary_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 |
|---|---|---|---|
| atc_code | string | yes | atc · wirkstoffcode |
| gtin | string | — | gtin · ean · barcode |
| pharmacode | string | — | pharmacode · pharma-code |
| name | string | yes | präparat · préparation · medicamento |
| dosage_form | string | — | darreichungsform · forme galénique · forma |
| strength | string | — | stä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 →