This PR creates a GET utility function that queries the VSAC FHIR API for the value sets associated with a given OID. It also develops integration testing for both of our external database service calls (to the eRSD and VSAC).
Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)
Additional Information
This is perhaps super pedantic, but I've noticed that throughout a lot of our codebase (at least in the past), we've written the construct of a value set Valueset when referring to a FHIR resource containing it. Per the VSAC FHIR API docs, it's more properly called a ValueSet. Just a completely inconsequential bit of terminology correctness / standardization we might want to align on going forward.
PULL REQUEST
Summary
This PR creates a GET utility function that queries the VSAC FHIR API for the value sets associated with a given OID. It also develops integration testing for both of our external database service calls (to the eRSD and VSAC).
Related Issue
Fixes #2759
Acceptance Criteria
Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)
Additional Information
This is perhaps super pedantic, but I've noticed that throughout a lot of our codebase (at least in the past), we've written the construct of a value set
Valueset
when referring to a FHIR resource containing it. Per the VSAC FHIR API docs, it's more properly called aValueSet
. Just a completely inconsequential bit of terminology correctness / standardization we might want to align on going forward.