Is there any way to create a url that would load a specific patient into the dashboard? For example https://my-emr.com/patient/patient-id that would take a clinician to the dashboard with that patient already selected? If not, does anyone have any tips on how to implement this myself?
hi @sprizzla, would the clinician already be signed in to openemr when click on your link?
Let’s say yes, they would be logged in. (I think they wouldn’t actually, but I can find a way to store the intended url and access it after they have logged in if not.)
like logging into https://eight.openemr.io/c/openemr/interface/login/login.php?site=default
and then using this url?
https://eight.openemr.io/c/openemr/interface/patient_file/summary/demographics.php?set_pid=1
Ah, yes exactly! Thanks!