Skip to content

Datasets Service

Service
URL: https://demo-datasets.datasafe.dev

REST API serving medication, treatment, and procedure datasets from multiple sources, with full-text search.

  • 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
  • SNOMED-CT-STORMM — curated SNOMED-CT subset for clinical treatments (8 fertility regimens) and procedures (15 fertility procedures), driven by the STORMM intake.
  • GET /medication?search=aspirin — full-text search across all sources
  • GET /medication/sources — list available data sources
  • GET /treatment?search=ivf, GET /procedure?search=laparoscopy — search curated treatment / procedure subsets
  • GET /treatment/sources, GET /procedure/sources — entry counts per source key
  • Source filtering on /medication via system parameter
  • Node.js, Express, SQLite + FTS5
  • Deployed on Dokku (dev: demo-datasets.datasafe.dev)