Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
icd-10-search
Advanced tools
A TypeScript library for parsing and searching medical classification systems in ClaML format, with a focus on ICD-10-GM (German Modification). While primarily developed for ICD-10-GM, it works with any classification system in ClaML format, including:
A TypeScript library for parsing and searching medical classification systems in ClaML format, with a focus on ICD-10-GM (German Modification). While primarily developed for ICD-10-GM, it works with any classification system in ClaML format, including:
npm install icd-10-search
import { parseClaML, CodeSearch } from 'icd-10-search'
// Parse ClaML XML file
const xml = fs.readFileSync('./icd10gm.xml', 'utf-8')
const { topLevelCodes } = parseClaML(xml)
// Create search instance
const search = new CodeSearch(topLevelCodes)
// Search for codes
const results = search.search('diabetes')
The repository includes a simple Vue.js demo interface in src/playground/index.html
. To use it:
npm run dev
src/playground
directory with a web serverindex.html
in your browserOfficial ClaML files for ICD-10-GM and OPS can be downloaded from the German Federal Institute for Drugs and Medical Devices (BfArM):
www.bfarm.de/DE/Kodiersysteme/Services/Downloads/_node.html
Look for files with "ClaML" in their name, such as:
icd10gm2024syst-claml_YYYYMMDD.xml
for ICD-10-GMops2024syst-claml_YYYYMMDD.xml
for OPSMIT
FAQs
A TypeScript library for parsing and searching medical classification systems in ClaML format, with a focus on ICD-10-GM (German Modification). While primarily developed for ICD-10-GM, it works with any classification system in ClaML format, including:
The npm package icd-10-search receives a total of 64 weekly downloads. As such, icd-10-search popularity was classified as not popular.
We found that icd-10-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.