Datasets Service
Service
REST API serving medication data from multiple sources, with full-text search.
Data Sources
Section titled “Data Sources”- WHO-ATC — ~6K medications from WHO Anatomical Therapeutic Chemical classification
- RxNorm — ~20K medications (SCD+SBD) from NLM
- SNOMED CT — ~24.7K medication concepts
- Cross-references — 45K+ cross-refs between sources
GET /medication?search=aspirin— full-text search across all sourcesGET /medication/sources— list available data sources- Source filtering via
systemparameter
Tech Stack
Section titled “Tech Stack”- Node.js, Express, SQLite + FTS5
- Deployed on Dokku (dev: demo-datasets.datasafe.dev)