This topic contains 1 reply, has 2 voices, and was last updated by Richard 3 months, 4 weeks ago.
Online ICD Code Lookups
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by Richard 3 months, 4 weeks ago.
Curious if anyone has attempted to utilize an API to an online ICD code database with Iguana Lua in an attempt to grab an ICD code that say best matches a diagnosis in an OBX segment?
I’m always encountering resulting systems that don’t provide ICD coding functionality to go with the diagnosis they are sending back to the EMR, and just wondering if this gap can be filled enroute, and can then just be verified and signed off on at the EMR side, saving valuable Physician time.
Sure, it depends on what’s your OBX code looks like. You can use Iguana Translator API:
https://help.interfaceware.com/api/#net_http_get to make online ICD Code lookup.
Example
local result = net.http.get{url="http://icd10api.com/?s=U07&desc=short&r=json", live=true}
Hope this could help. Otherwise, you can send us an support request: support@interfaceware.com
You must be logged in to reply to this topic.