How to create a referral form and a medical certificate

Are there any support videos or articles about how to create a referral form and a medical certificate in OpenEMR?

@SolangaM
Hello! Yes, OpenEMR does provide tools that should do what you want.

OpenEMR also calls Referrals ‘Transactions’, and has a default form for them.
Open a patient record and in their dashboard, select ‘Transactions’ (first image below)
the print form button (second image below) lets you print the stock referral form (third image below)

You can customize that form at:
/var/www/openemr/interface/patient_file/transaction/print_referral.php

Alternatively, follow the steps in the OpenEMR wiki page to create a document template which can look much more attractive but has different data merge capabilities:
https://www.open-emr.org/wiki/index.php/Patient_Portal_Document_Templates

This template is suitable for making a certificate but may not be able to access enough, or the right sort of, data for a referral form.

Good luck! - Harley

2 Likes

@htuck Hi!!! Thank you very much.

you’re very welcome. I wrote the document and am happy to clarify anything that is poorly written (!) . sjpadgett the dev is very active on this forum and is responsive to questions about the inner functionality of the module, if you have any.
Good luck- HT

Actually I’ve created both referral form and medical certificate using LBV Forms using this document. LBV Forms - OpenEMR Project Wiki.


but I can’t save the details. What I want to do is to enable the doctor to enter the details, then when he clicks save and print button, the form should be generated with the inserted details.

Do you know anything about this?

Hi, Where do I change this nomenclature in the form?
image

try /interface/patient_file/transaction/print_referral.php to modify.

1 Like

Hello thank you so much!

Is it possible to print only this part of the form?

1 Like

Hi @Ederson_Nascente,

You just need to update the interface/patient_file/transaction/print_referral.php file and add the if loop for print option show for the filled forms