OpenEMR Contributed Forms

From OpenEMR Project Wiki

Elements Of A New Form

Note there are a large number of forms that can be found within the OpenEMR package at openemr/contrib/forms directory. This area is used to post visit and other kinds of medical record related forms that OpenEMR Contributors wish to share. Please follow the basic guidelines below for a new form:

  • A link to a page with these elements:
  • A complete description of the forms intended purpose and target user.
  • Indication of skills level required for installation.
  • Detailed installation instructions.
  • Specific configuration and removal instructions.
  • A screen shot of the form.
  • A compressed ZIP or TAR.GZ file containing all the required components.
  • The contributor signature.

Installing A Form

  1. Files in the mentioned directory need to be installed in another directory.
  2. Do a copy => paste from openemr/contrib/forms/your_desired_form_directory to openemr/interface/forms/your_desired_form_directory
  3. Verify that your_desired_form is in the openemr/interface/forms folder before registering. If running AWS package ensure apache ownership permission is applied recursively to directory, for example, the assessment_intake form from the sudo bash shell, # chown -R apache interface/forms/assessment_intake/
  4. Go to your favourite Web browser and open OpenEMR. From Administration/Other/Forms; register, activate_db and make active the desired form. Video tutorial, below, on registration begins at 3:50.
  5. Open an Encounter form for a patient.
  6. Click on the tab, Administration, Miscellaneous, Clinical or whatever name you chose for the tab.
  7. Click on the desired form to open it.
New Encounter & Coding

Removing A Form

  • Delete the once desired form from openemr/interface/forms.
  • Delete the form from the database. If you are unfamiliar working with the database, disable the form by following the directions in the next paragraph. A false step in the database can make your copy of OpenEMR non-functional.
  • It is always safer to inactivate a form than it is to delete it. A form that falls out of favor may acquire a new luster down the road. Clicking "enable" will disable the form, thus retiring it for the time being. It will be merely one click to bring it back into service instead the more laborious process outlined in the prior section.

List of Forms

  • Forms, followed by an asterisk (*), have been pre-installed and registered. They are ready for use.
  • Forms, followed by an exclamation point (!), have been pre-installed but unregistered. They have to be registered before use.
  • Pics of most forms viewable on separate page at '(pic)' link; only forms not active by default. Some forms did not install or register so I couldn't get a pic of them.- Harley MI-Squared.
  1. CAMOS module!. (pic)
  2. Primary Care Physical Exam! - PE form with ordinary results (WNL) listed for quick, exception only reviews. posted by --Tony - www.mi-squared.com 07:07, 8 March 2011 (UTC) Download TAR and/or ZIP files suggested into openemr/contrib/forms/PE_Exam. Unzip files and follow instructions for inclusion in OpenEMR database.
  3. Graphic pain map! (pic) - Form to register client pain complaints with location and severity, if needed with extra remarks. Can be adapted for any specialty. Included in OpenEMR installations under contrib.
  4. Aftercare Plan!. (pic)
  5. Ankle Evaluation Form!. (pic)
  6. Assessment Intake. (pic)
  7. Body Composition. (pic)
  8. Bronchitis Form!. (pic)
  9. Clinical Notes. (pic)
  10. Contacts. (pic)
  11. Cricket Injury Audit. (pic)
  12. Evaluation. (pic)
  13. Example. (pic)
  14. Example 2.
  15. Eye Exam
  16. Fee Sheet*.
  17. Football Injury Audit. (pic)
  18. Form Maker.
  19. Hands. (pic)
  20. Hearing Test. (pic)
  21. History Exam Plan. (pic)
  22. HP TJE Primary. (pic)
  23. HPI. (pic)
  24. Individual Treatment Plan. (pic)
  25. IPPF SRH.
  26. Leg Length. (pic)
  27. Misc Billing Options HCFA*.
  28. New Encounter Form*.
  29. Nursing Notes. (pic)
  30. Obstetrical. (pic)
  31. Pain. (pic)
  32. Pediatric Fever. (pic)
  33. Pediatric GI. (pic)
  34. Pediatric Pain. (pic)
  35. Prior Authorization Form!. (pic)
  36. Procedure Order*.
  37. Prosthesis. (pic)
  38. Psychiatry Set. (pic)
  39. Review of Systems*.
  40. Review of Systems Checks*.
  41. Review of S.
  42. ROM. (pic)
  43. ROS 2.
  44. Scanned Notes.
  45. Snellen. (pic)
  46. Snellen peripheral (Removed from codebase but available at the following link) https://github.com/openemr/openemr/commit/6c43e60d560d6d9f1f6458f20dda18a546ec8b96
  47. SOAP*.
  48. SOAP 2. (pic)
  49. Soccer Injury. (pic)
  50. Specialist Notes. (pic)
  51. Speech Dictation*.
  52. Sport Fitness. (pic)
  53. Strength Conditioning. (pic)
  54. Track Anything!.
  55. Transfer Summary!.
  56. Treatment Plan!.
  57. Treatment Protocols. (pic)
  58. Vision. (pic)
  59. Vitals*.
  60. Work/School Note!.
  61. XMLFormGen.

Forum Discussion

Original Forum Topic that started this section