Skip to content

Migration Guide to Frappe Health version 15

Akash Krishna edited this page Feb 21, 2024 · 2 revisions

Service/Medication Request

In a Patient Encounter, if any procedures, investigations, or therapy are prescribed, upon submission of the encounter, Service Requests will be created based on the prescriptions.

How does this change affect you?

Previously service orders were maintained inside the child table in Patient Encounter and from version-15 onwards for this purpose a separate doc, Service Request is introduced

Similarly Medication handling has been moved to Medication Request from Drug Prescription child table of Patient Encounter

Note: Medication won't temporarily affect the normal flow of Drug Prescriptions, i.e., you can simply add Items as before the upgrade without selecting Medications (this might get removed in one of the future minor versions).

Documentation

Service and Medication Request

Patient Appointment

To bill an Appointment order, the visit_charge_item and amount are fetched in the following order:

  1. First, as configured in Healthcare Practitioner master (you’ll need to set the charges if you're setting a billing Item at this level)
  2. Then, in Appointment Type master based on Medical Department
  3. Finally, from the Healthcare Settings (billing Item only)

Diagnostic Module

In one of the future versions, Lab Test and Lab Test Template will be phased out and for that introduced HL7 Observation, Observation Template and Diagnostic Report as better replacements. We recommend you start using the new Diagnostic Module.

Note: The existing Lab Tests will be migrated as Observations

Documentations

Observation

Observation Template

Diagnostic Report