Is it possible to import progress notes to an existing encounter in OpenEMR using HL7?
The use case is this: a clinician uses an external device to record progress notes during an office visit. The progress note needs to be visable in the encounter record in OpenEMR.
Those notes will be transcribed and can be converted into an HL7 message. I have the lab interface working, so I can import results to an ordered procedure, but I haven’t been able to find a way to import anything else, like notes on a regular office visit.
Yes, its possible to import notes to OpenEMR encounter. Assuming you are using openemr for parsing hl7 results.
You can use the NTE segment field 3 to send the notes along with lab results, it will be parsed in openemr and linked to procedure order. For reference, see the attachement (notes.png).
Thanks for the response. Is it possible to import notes without linking them to an order? Let’s say a patient comes in for a routine office visit. No procedures are ordered. Is there a way to import the doctor’s notes for that visit?