CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
72 stars 40 forks source link

Prime CLI can convert FHIR to FHIR using sender transforms #10191

Closed victor-chaparro closed 1 year ago

victor-chaparro commented 1 year ago

User Story:

As a developer, I want to be able to convert FHIR to FHIR using sender transform schemas by using the Prime CLI, so I can perform tests on data.

Description/Use Case

The Prime CLI current has the ability to convert FHIR to HL7 and HL7 to FHIR. This is useful for all kinds of testing. We need the same capability to convert FHIR to FHIR to test sender transforms.

Risks/Impacts/Considerations

Dev Notes:

Acceptance Criteria

kant777 commented 1 year ago

@victor-chaparro Does this mean we need to create a wrapper function FhirToFhir which internally would call FhirToHl7 and then Hl7toFhir? I am assuming No but just want to make sure