-
Notifications
You must be signed in to change notification settings - Fork 4
Use programmatic interface to ICD codes #83
Copy link
Copy link
Open
Labels
maintenancee.g. upgrading framework or librariese.g. upgrading framework or librariespythonPull requests that update Python codePull requests that update Python code
Metadata
Metadata
Assignees
Labels
maintenancee.g. upgrading framework or librariese.g. upgrading framework or librariespythonPull requests that update Python codePull requests that update Python code
Type
Fields
Give feedbackNo fields configured for issues without a type.
It is annoying and error-prone to hard-code the ICD codes into the interface. It would make more sense to programmatically retrieve and check the relevant ICD codes to ensure they meet the standards.
There are a couple of projects I could use or draw inspiration from, e.g. this Python package or the official WHO ICD API.