Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Most of the setup process and instructions you can find Third-Party App Setup and Support Guide on Galaxy. This document serves as a supplement - it adds details specific to Way to Health, and points you to specific sections of the Galaxy document as not all portions of that document are necessary.

...

Build and testing for a connected health program

TODO

Setup and testing for Epic integration

TODO

Information to send to Way to Health

...

Mechanism

Content

Flowsheet row identifiers

Encounter

Receiving system

Requires VPN

HL7 over TCP

HL7 message (ORU^R01)

OBX-3 identifier

Can be created by interface

Interface engine or Bridges

Yes

HL7 over HTTPS

Interconnect

No

Observation.Create

JSON

flowsheet ID (FLO .1)

Must already exist, and encounter ID in w2h

...

More information on setting up HL7v2 over HTTPS can be found in the Galaxy document Incoming HL7v2 Over HTTP or HTTPS Using Interconnect.

Setup required

...

  • New interface setup:

    • Interface Kind: Incoming Clinical Documentation Flowsheet Data [97]

    • No custom setting or custom executable codes used.  All standard settings.

We have found success with having Bridges create a new encounter for each new data point received. That can be done by setting Bridges Profile variable  VISIT_MATCH_USE_DATE_RANGE [80604] to 0 - Use visit ID only (default 1 - Use visit ID, then search by date range).

Sample message

...

Code Block
breakoutModewide
MSH|^~\&|WAYTOHEALTH|WAYTOHEALTH|YOUR_HOSPITAL|EPIC|20230614112200||ORU^R01^ORU_R01|12234|T|2.6
PID|1||0123456^^^^MR|876876^^^^WAYTOHEALTH|Doe^Jane||19600101
PV1|1||DEPT_A|
OBR|1||148745|29274-8^VITAL SIGNS MEASUREMENTS^LN|||20230614112132||||||||||||||||||F
OBX|1|NM|SYSTOLIC^INTRAVASCULAR SYSTOLIC^||126|^mmHg|||||F|||20230614112132
OBX|2|NM|DIASTOLIC^INTRAVASCULAR DIASTOLIC^||71|^mmHg|||||F|||20230614112132

...