Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

There currently is no way for openmrs to send HL7 messages out from openmrs.  There are several ways to receive HL7 (see HL7 wiki page).

The admin of a system should be able to say what and to whom a message should be generated.  For example, hospital is running openmrs and needs another system X to be notified every time a new patient is registered.  The X system needs to receive an ADTA28 HL7 message on every PatientService.savePatient action with a new patient.

...

How shall we fill in the ORC and OBR segments ?

Interested Parties

Output / Documentation

The existing OpenMRS system does not allow to send HL7 messages and allows only incoming messages. As per the requirements, we have created new HL7 messages using the HAPI(hl7 API) library to enable OpenMRS systems to be able to send messages. A web page also enlists the outgoing messages saved in the database.

...