edonnachie / ICD10gm

R Package: ICD-10-GM Metadata
https://edonnachie.github.io/ICD10gm/
Other
10 stars 2 forks source link

icd_history: Explain automatic "back" and "forward" #8

Open edonnachie opened 5 years ago

edonnachie commented 5 years ago

The differentiation between automatic and non-automatic transitions is a potential source of .confusion and error. Improve documentation of icd_history function and vignette to explain:

Examples:

16mc1r commented 2 years ago

So if I understand this correctly, when converting older ICD codes from diagnosis histories to a uniform standard (lets say ICD10gm 2021) one can only use the transitions with automatic forward (compatibility) to retain (construct) valditiy of the codes?

edonnachie commented 2 years ago

Yes. As I understand it, an automatic transition means that the same diagnosis is now coded by a different key. If there is no ambiguity in the transition, it can be done automatically.

Sometimes, there might be several new codes to replace the old one, which means that an automatic transition is not possible. In such cases, we might want to add a custom transition to define how this should be handled.