Datasets Service
Service
URL:
https://demo-datasets.datasafe.devREST API serving medication, treatment, and procedure datasets from multiple sources, with full-text search.
Data Sources
Section titled “Data Sources”Medication
Section titled “Medication”- 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
Treatment / Procedure (Plan 46)
Section titled “Treatment / Procedure (Plan 46)”- 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 sourcesGET /medication/sources— list available data sourcesGET /treatment?search=ivf,GET /procedure?search=laparoscopy— search curated treatment / procedure subsetsGET /treatment/sources,GET /procedure/sources— entry counts per source key- Source filtering on
/medicationviasystemparameter
Tech Stack
Section titled “Tech Stack”- Node.js, Express, SQLite + FTS5
- Deployed on Dokku (dev: demo-datasets.datasafe.dev)