-
Notifications
You must be signed in to change notification settings - Fork 246
Migration Guide to Frappe Health version 15
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.
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).
Service and Medication Request
To bill an Appointment order, the visit_charge_item and amount are fetched in the following order:
- First, as configured in Healthcare Practitioner master (you’ll need to set the charges if you're setting a billing Item at this level)
- Then, in Appointment Type master based on Medical Department
- Finally, from the Healthcare Settings (billing Item only)
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