As a dev, I want to be promptly aware of observation mapping updates so that I can update the lookup table and prevent mapping errors due to missing/outdated data
Description/Use Case
Two notification mechanisms have been identified for updates to the ValueSets and OID list for the observation mapping table:
We can query the OID list for new values and notify the user that new OIDs exist
We can subscribe to emails for when RCTC updates happen
Risks/Impacts/Considerations
A NMLS VSAC API key is required
Dev Notes
When querying OID list, filter by Steward as CSTE and Code System as LOINC or SNOMED.
Be sure to lookup context-appropriate values
Use the ReportStream email for the update subscription
Acceptance Criteria
The CLI update utility will notify the user if there are new OIDs
The ReportStream email receives notifications of RCTC updates
User Story
As a dev, I want to be promptly aware of observation mapping updates so that I can update the lookup table and prevent mapping errors due to missing/outdated data
Description/Use Case
Two notification mechanisms have been identified for updates to the ValueSets and OID list for the observation mapping table:
Risks/Impacts/Considerations
Dev Notes
Acceptance Criteria