CDCgov / trusted-intermediary

Bringing together healthcare providers by reducing the connection burden.
Apache License 2.0
10 stars 3 forks source link

Inbound OML Processing #819

Open sfradkin opened 6 months ago

sfradkin commented 6 months ago

Story

As an HCO, so that our OML orders can be sent to our public health lab, we want RS to be able to process inbound HL7v2.5.1 OML messages.

Acceptance Criteria

Tasks

Research

n/a

Engineering

Definition of Done

Research Questions

Decisions

Notes

scleary1cs commented 5 months ago

RS already supports inbound ORM.

scleary1cs commented 5 months ago

Specify/What is the expected format for the FHIR message coming out of RS?

scleary1cs commented 5 months ago

The converter partially supports the following message types/events:

OML_O21 - Laboratory Order Repeating ORDER groups are not supported ServiceRequest resources are only created when both ORC and OBR are provided PID must be provided to avoid FHIR validation errors OBX and Observations are not yet supported

JohnNKing commented 5 months ago

Created draft PR: https://github.com/CDCgov/prime-reportstream/pull/13766