Stream: hapi
Topic: Error for dual coding in an ICD variant
Lin Zhang (Oct 24 2020 at 03:38):
For a variant of ICD-10, the server told me that: Unable to find code [A74.801+K67.0*], which means chlamydial peritonitis.
Then solution would be: following the instructions in the FHIR spec. That is to say, change the representation of such a code to "A74.801 K67.0" or "A74.801+ K67.0*".
Is that right? Thanks.
Lin Zhang (Oct 24 2020 at 04:20):
Furthermore, even the following single-coding with a plus/dagger also leads to an error:
A06.5†
Amoebic lung abscess (J99.8*)
Amoebic abscess of lung (and liver)
Lin Zhang (Oct 24 2020 at 05:52):
Working solution I use and test:
Change a dual coding into a spacebar-separated form such as "A74.801 K67.0" by removing the dagger and asterisk.
Lin Zhang (Oct 25 2020 at 07:06):
ICD-10 Block codes such as "V70-V79" and "S30-S39" cannot be correctly returned, and the GET operations would return "V70.1" and "S30", respectively. And some block codes can be returned correctly. For example, "A01-A09" and "B35-B49".
Lin Zhang (Oct 25 2020 at 07:16):
@James Agnew Any hints? Thanks.
James Agnew (Oct 25 2020 at 13:25):
I'm not sure I understand this issue. Are you able to provide an example on hapi.fhir.org?
Lin Zhang (Oct 25 2020 at 13:50):
Okay, I'll try to replicate it on hapi.fhir.org tomorrow morning. Thanks for swift response.
Lin Zhang (Oct 25 2020 at 14:04):
@James Agnew Terribly sorry, it's my sql mistake when importing the property values. Thank you for your time.
James Agnew (Oct 25 2020 at 14:12):
Cool cool, glad it's working then. :)
Lin Zhang (Oct 25 2020 at 15:01):
Yep:joy:Corrected and Tested. Appreciate that.
Last updated: Apr 12 2022 at 19:14 UTC