Fee sheet, medical problem list, procedure orders in Layout Forms

Im on 7.0.2 w latest patch. Im trying to utilize layout forms to make a master lbf to chart and bill and order procedure orders. I have a lbf to chart and i see that i can enable service and diagosis sections. However those enabled sections seem to just enable a master search for cpt and icd10. Therefore id have to manually seach for each code. whereas, ive built my fee sheet with my most common cpt and icd10 codes using the admin, list, fee sheet edits which allows fast button click entry. Same for procedure orders, i have favorite groups but it requires me to enter another section and generate the procedure order form. Lastly, i enter medical problem issues for patients which i can acccess in the nation notes popup. But when i bill with fee sheet those icd10s are not in a que to select from?

Is there a way to unify this all with one LBF and pull all related data and codes. If so am i missing something on the configuration?

Thanks

Todd

@toddmleleux

The quick access to CPT codes can be done here.
These are found in the list.

This list can be used to create your short list for LBF. Yes there are two places in the system to do the same thing but shows up in different places.

If the ICD10s look at this thread here.
Show the patient’s previous diagnoses on the finder popup

There are two different popup finders in the system. If you know how to code you can switch them out. They both do the exact same thing. The one that is mentioned in this thread is the one I use to display a list of the previous diagnosis codes as a short list.

Best,

Thanks Sherwin,

I am trying to follow the PR but i am unsure of what this means "I switched out the find_code_dynamic.php and used the search_code.php. They produce the same results. Client happy.
But this would mean to standardize the program and switch out everywhere the find_code_dynamic.php is being used.

That would cause a big to do and I rather not rock the boat on this one.

If the dynamic finder did not preload the screen. It would work. But I don’t want to unring that bell either."

Did you actually copy the code from search_code.php into find_code_dynamic.php or did you update another code file to use search_code.php instead of find_code_dynamic.php to ultilize the new search function with history. if its the latter, then what code was modified to substitute the code find/search function?

Todd

I see that the PR edited the find_code_popup.php file so I made those edits. but where is the effect seen in openemr? in fee sheet, procedure orders, diagnosis section of LBF?

Todd

So ive copied the code from the PR to find_code_popup.php. there is not effect. I copied the code from search_code.php with edits you posted on the PR chain into the code for find_code_dynamic.php and just a blank screen apears on the code popup. I have the latest commit with the SQL update. Am i doing this wrong?

Todd

Any update to these questions?
Todd

@toddmleleux I have not updated the PR. I will try to get to it this weekend.