-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GT1 Mapping in ReportStream #1614
Comments
Split into 2 or 3 stories?
|
Typically the segment mappings are completed as one ticket for the HL7 to FHIR and FHIR to HL7. The data mapping integration tests will test the round trip from HL7 to FHIR then back to HL7 so it's helpful to do all the mapping in one PR. There could be an opportunity to split out tickets for any new data types that are part of GT1 but not currently mapped. |
Branch for GT1 Mapping https://github.com/CDCgov/prime-reportstream/tree/Flexion/jgilmore/GT1-mapping-OML |
Added Account resource to RS FHIR R4 mapping model for OML. After discussion we are going to map all fields in GT1 to a newly created extension https://reportstream.cdc.gov/fhir/StructureDefinition/gt1-account and then also map any fields in accordance with the linked confluence document. On the FHIR->HL7 side we will then set conditions so that the extension values are used first if available, then if not to use the other mappings. This ensures that we will faithfully return the input value for each field even if it differs from the official guidance |
Mapped GT1-1 -> GT1-20 for HL7-> FHIR onto branch |
exception to mapping strategy made for GT1.13 and GT1.14 to follow IN1 pattern |
Story
As a sender of Orders, so that I can send insurance information, I need the GT1 segment to be read on incoming OML messages and output in OML messages.
Pre-conditions
Acceptance Criteria
Notes
Tasks
Research
Engineering
Definition of Done
/adr
folder)README.md
ReportStream Setup
section inREADME.md
rs-e2e
project for any new transformations. Includes improvements to the assertion code required to make the new assertionsNote: Please remove any DoD items that are not applicable
Research Questions
Decisions
The text was updated successfully, but these errors were encountered: