dot-base / icd-10-api

Rest API to search the 10th revision of the International Statistical Classification of Diseases Database.
GNU General Public License v3.0
18 stars 4 forks source link

Support ICD11 #47

Open rti opened 2 years ago

rti commented 2 years ago

🚀 Feature Description

Update the API to support using the current ICD-11-GM release on top to ICD-10. ICD-11-GM is published by BfArM: https://www.bfarm.de/DE/Kodiersysteme/Services/Downloads/_node.html

BfArM publishes the ICD catalogues as a ClaML / XML. This can be converted to a FHIR CodeSystem using this tool . For ICD-10 a already parsed CodeSystem from Medizininformatik Initiative is available, but none for ICD-11 so far.

✔ Acceptance Criteria