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

ICD-10 API: processing base data (icd10-gm.json) #3

Closed andreakreichgauer closed 4 years ago

andreakreichgauer commented 4 years ago

🚀 Describe the Improvement

As a user, I'd like to search for diagnoses in the officially published icd10 catalogue. For Germany this ICD10 data is published by DIMDI as a .json file in a custom format. To improve code quality (and enable future adaption) of the project the base data should be typed as a FHIR Codesystem.

✔ Goals

To complete this story, these things have to be done:

🧰 Possible Solution

friedow commented 4 years ago

Closing because corresponding PR #5 is merged.