skfit-uni-luebeck / GMDS2023_TerminologyServer-Challenge

https://mii-termserv.de/en/blogs/2023-07-17-gmds-terminology-server-challenge/
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Content issue in ICD-O Tuple CS #16

Closed jpwiedekopf closed 1 year ago

jpwiedekopf commented 1 year ago

From John: there are concepts in the CS "ICD-O Tuples" where trailing spaces occur in the concept.code< violating the FHIR Spec.

Definition of done:

jpwiedekopf commented 1 year ago

This affects these codes (searching for Regex "code": "([CD][0-9]{2}\.[0-9]+) "):

[
 {
     "code": "C16.4 ",
     "display": "Pyloric structure of stomach"
 }
 {
     "code": "C18.2 ",
     "display": "Ascending colon structure"
 }
 {
     "code": "C56.9 ",
     "display": "Ovarian structure"
 },
 {
     "code": "C77.0 ",
     "display": "Structure of lymph node of head and neck"
 }
]

Those should be removed from the CS, but won't affect the VS and CM.

jpwiedekopf commented 1 year ago

Also verified no concepts have trailing spaces like this: C12.3 4567/8 using "code": "([CD][0-9]{2}\.[0-9]+) [0-9/]+ ".