Referral template

Hi,

I noticed the referral template contains lack of information such as medical problems, allergies and medications. It only show reason for referral, vital signs and etc.

I wonder if there is anyway I can customise the template so it will be able to show the details of medical problems, allergies and medications. What codes I will have to insert into the referral templates so these details will show up.

Please advise.

Thanks

Hi @jhunyan,

For referral template, that can be edited at Administration->Layouts->Referral

You can either set up fields where you can enter these in manually or create new datatypes (ie. this requires code development) for these in options.inc.php to bring them in automatically.

Another potential place to customize this if wish to automate this, is in the openemr/print_referral.php at master · openemr/openemr · GitHub file.

-brady