Implement code to condition comparison API #16852
Labels
engineering
Work to be completed by an engineer
needs-refinement
Tickets that need refinement from the team
onboarding-ops
Work related to onboarding with a partner. Addressed by the Onboarding & Operations team in RS.
Problem statement
When onboarding a sender, they are currently required to provide a CSV file containing their supported LOINC and SNOMED codes. An onboarding engineer processes this file using a CLI command to identify codes not mapped in the code-to-condition table. To simplify and automate this workflow, a new UI is being developed that will allow senders to upload their CSV files directly and view which codes are mapped or unmapped.
To support this UI, a REST API is needed. This API will accept the contents of the sender's CSV file, process it to identify unmapped codes and any errors, and return the results.
What you need to know
API Requirements
Acceptance criteria
The text was updated successfully, but these errors were encountered: