Since we will use ValueSet internally to model valuesets within the application and we will receive valuesets in a FHIR format from VSAC and possibly other terminology services in the future we need a way to transfrom from FHIR to our ValueSet model.
Additional Information
Left a slew of questions in the translation function that'd love feedback on!
PULL REQUEST
Summary
Adds a translation function / stubs out a test for translating a VSAC ValueSet response into our internal ValueSet type.
Related Issue
Fixes #phdi 2792
Acceptance Criteria
Since we will use ValueSet internally to model valuesets within the application and we will receive valuesets in a FHIR format from VSAC and possibly other terminology services in the future we need a way to transfrom from FHIR to our ValueSet model.
Additional Information
Left a slew of questions in the translation function that'd love feedback on!