LibreHealthIO / lh-ehr

LibreHealth EHR - Free Open Source Electronic Health Records
Other
238 stars 261 forks source link

Patient Portal URL #626

Closed rehoyt closed 6 years ago

rehoyt commented 7 years ago

I am writing a patient portal exercise. Do we have a portal URL yet?

yehster commented 7 years ago

I updated the configuration with the correct url. https://nhanes.librehealth.io/patients

rehoyt commented 7 years ago

Great. The only issue I see is that the actual lab results do not port over. You can see that they got the NHANES panel but no actual results. In another post, I mentioned that the medical problems are not showing up in CCDs which is an issue

yehster commented 7 years ago

ccdtest This screen has lab results. Is there a different one you are looking at where they are still missing?

rehoyt commented 7 years ago

I think what the problem was that there are a lot of lab reports with no results. So I saw several that showed the units but no results. For example, what I see is 17 potential lab results on e.g. Steve Abbott but only about half show results. Thanks.

yehster commented 7 years ago

Not the simplest task, but instead of having one single lab panel for all of the NHANES results, splitting them up separately based on the original data files would probably be better. e.g. CBC, triglycerides, hdl and total cholesterol, etc. could be listed as separate procedure orders. This way, total cholesterol would be listed for all of the ~6000+ patients where it's available, and triglycerides will only be displayed for the 3000 with results.

rehoyt commented 7 years ago

I think we need to do that and whenever we have the time and money create the tools to search for individual labs. This would expand our teaching capabilities. Example, find every diabetic with a creatinine > 2. Today I'm going to see how productive it is to search for chronic renal disease and see what I get. My HIM friend would like the ability to go over some of these patients with students and ask how the coding (ICD-10) could be improved

rehoyt commented 7 years ago

I did find 19 patients on renal dialysis so created an exercise based on these patients

yehster commented 7 years ago

Going to start looking into splitting the labs up into separate panels. At present there are 10 tables from NHANES. So this means needing to create 10 new procedure orders to start. Going to see if I can create the procedure orders programmatically which will make introducing new lab data in the future simpler as well.

teryhill commented 7 years ago

@yehster Is this still an active Issue. It is a little misleading as a portal issue. Maybe you could close it and open one that better describes the issue.