Hello,
I noticed that HCPCS codes is not searchable.
Am using openemr 5.0 on xampp with windows 7.
When i go to administration > codes, then i click on HCPCS and click on search, it does not display anything. whereas in openemr 4.2, it displays all the codes under the HCPCS.
Please what could the problem be and the solution.
Hello Stephen,
Thanks for your response. I have checked the demo site likewise, you cant click on the search button because it will not display any listed codes under HCPCS but it does for others. Perphaps, this might be a bug. Dont know anyway but it’s not working.
Hello Stephen,
Yes you can add any code and it will display it no doubt but am particular about pre installed codes like icd9 and icd10.
Again one curious thing is that in version 4.2, the hcpcs is displaying.
Hello Perez,
The suggested code above is not importing without errors on 5.0, though it installed perfectly on version 4.2 and 4.1 without errors, I guess the tables in the 5.0 is not same as 4.2, hence the errors.
Time to revive this topic. I had an email come in this morning explaining how the HPCPS doesn’t display properly in the system. I have verified this in the first demo system. Here are the results.
After entering the HPCPS, two of them have a modifier and one does not. Note all three have the same code.
Absent the description, the SQL query only finds the number and modifier.
I have yet to really look into this. So, I am bringing it up here as requested. @stephenwaite Thanks!
I tested the system here with the latest patch and it does the same thing. I can select Group therapy and the Psychological testing shows with the HQ modifier.
regarding 6.0.0 demos, there are three of them at (and they now use patch 1) to avoid issues where credentials or demo is broken by user: https://www.open-emr.org/demo/
(and there are also a couple 6.0.0-dev demos that @stephenwaite pointed to)
Will be adding the feature that resets the passwords automatically every minute or so to avoid the folks getting locked out (have to update the code on demo farm that does this since no longer storing the salt separately in 6.0.0).
The code change worked well when working in the fee sheet as it now pulls the proper descriptor based on the modifier, thank you:
Now, can we get the changes also applied to relevant reports?
For example, we create the most-common reports for records requests by either using the “Generate Report” or “Download PDF” features from the patient record dashboard, under the “report” tab:
First Reporting:
When clicking on “Generate Report” for the respective encounter, the following is generated when using the code H2019:HR:
As you can see, the procedure codes is missing the modifier (HR) as well as the title.
But… when using the same code, H2019, without modifier, the following shows in the report:
Second Reporting:
Looks like the same is generated when using the “Download PDF” option:
and
I have not yet checked any other reporting modules, so not sure if more coding needs to be changed across reports.