Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validation issues with ICF CodeSystem #27

Open
jimsteel opened this issue Jan 30, 2024 · 3 comments
Open

validation issues with ICF CodeSystem #27

jimsteel opened this issue Jan 30, 2024 · 3 comments

Comments

@jimsteel
Copy link
Contributor

jimsteel commented Jan 30, 2024

ICF CodeSystem has validation issues. In particular:

  • Quite a few concepts (mostly near the end of the JSON file) have no code
  • Codes provide values for a uri property, but this is not declared. Probably should be icd11-uri, which is declared but never used

I also noticed there is also some weirdness in the hierarchy - there are a bunch (actually, quite a lot) of codes that appear as children of "BlockL2-s81 Skin and related structures" that do not belong there (in that they are not skin and related structures codes). This is not a validation problem, but its a bad smell.

@jimsteel
Copy link
Contributor Author

jimsteel commented Jan 31, 2024

It looks like the latest iteration of ICF is expressed as an ICD-11 linearization: https://icd.who.int/dev11/l-icf/en

I wonder if we could extend the ICD11Generator from org.hl7.fhir.convertors to generate a (more valid and more up-to-date) CodeSystem?

@grahamegrieve
Copy link
Contributor

sure we could do that. I'm not sure when I'll get to it though. Want to have.a go?

@jimsteel
Copy link
Contributor Author

Yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants