Healthcare
Drug formulary
ATC/GTIN-coded drug catalog. Emits FHIR Medication.
Schema
The canonical field set, printed as it ships.
6 fields with multilingual hints (DE / FR / IT / EN / ES) and field-level validators. Any source column that resolves to one of these is mapped by the cascade — most of them on the deterministic layers, with no LLM call.
drug_formulary_v1FHIR · Medication- fields
- 6
- required
- 2
- validated
- 3
- hints
- 16
| Canonical column | Type | Required | Validators | Header hints the cascade matches |
|---|---|---|---|---|
atc_code | string | yes | atc_code | atcwirkstoffcode |
gtin | string | — | gtin | gtineanbarcode |
pharmacode | string | — | pharmacode | pharmacodepharma-code |
name | string | yes | — | präparatpréparationmedicamento |
dosage_form | string | — | — | darreichungsformforme galéniqueforma |
strength | string | — | — | stärkedosagedosis |
Read the same definition as JSON at GET /v1/templates/drug_formulary_v1. A hint match resolves on layer 2 — no LLM call, no token spend, just the flat per-map fee. Hover a validator id to see what it checks.
- 6 canonical fields
- 2 required
- 3 validated
- 16 header hints
- Healthcare pack
Try it
A real file, a real call, one template id.
15 rows, real ATC codes, synthetic CH-prefix GTINs. Fully synthetic — safe to share, commit, and run in CI.
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"requires_hitl: true so you can gate your own commit. Schema-only mode — headers plus at most three sample rows, each clamped to 80 characters — is a data-minimization mode. Full-data routes the metered layer-5 call in-region under a BAA at a 20% uplift, and stays locked until the workspace accepts the BAA/NDA in-app.adaptivmapr.match_headers({
template_id: "drug_formulary_v1",
headers: ["atc_code", "gtin", "pharmacode", "name"]
})Committed rows can be emitted as FHIR Medication resources — a healthcare-vertical feature on a vertical-agnostic engine.
Ready when you are
Put drug formulary in production — without shipping raw records.
Schema-only mapping leaves only headers and a handful of clamped samples. Add full-data when you need row-level AI, routed in-region under a BAA.