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:
[x] transform base data to typed Codesystem
[x] preprocessing of base data
🧰 Possible Solution
A helpful tool for converting DIMDI data into a FHIR Codesystem are fhir types
For further info, read also this article
🚀 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