Table of Contents: 2024 JANUARY–FEBRUARY No. 456
New Terminology Release API Endpoint. NLM Tech Bull. 2024 Jan-Feb;(456):e1.
We are pleased to announce the publication of a new API endpoint for NLM terminology releases. This endpoint provides an updated list of releases for RxNorm, SNOMED CT, and UMLS. You can use this endpoint to completely automate the retrieval of the latest release files without having to manually download the files. For example, if you load RxNorm data weekly or monthly, you can monitor our release API and automatically download the data immediately when it becomes available.
Documentation:
https://documentation.uts.nlm.nih.gov/automating-downloads.html
Examples:
Request all RxNorm Full Monthly Releases:
https://uts-ws.nlm.nih.gov/releases?releaseType=rxnorm-full-monthly-release
Request the current RxNorm Full Monthly Release:
https://uts-ws.nlm.nih.gov/releases?releaseType=rxnorm-full-monthly-release¤t=true
{
"fileName": "RxNorm_full_01022024.zip",
"releaseVersion": "2024-01-02",
"releaseDate": "2024-01-02",
"downloadUrl": https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_01022024.zip,
"releaseType": "RxNorm Full Monthly Release",
"product": "RxNorm",
"current": true
}
Download the current RxNorm Full Monthly Release:
curl "https://uts-
ws.nlm.nih.gov/download?url=https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_01022024.
zip&apiKey=YOUR_API_KEY" -o RxNorm_full_01022024.zip
Questions?
Please contact us through the NLM Customer Service form