SPIKE: Add FHIR IG version to converter API #2921
Labels
spike
This ticket represearch engineering research.
Streamline eCR
Issues for Streamline eCR team to work on
Description
Applications making requests to the FHIR Converter should have a way to retrieve the version of the FHIR eCR implementation guide that the FHIR Converter conforms to.
What needs to be done
Calling
GET [baseUrl]/
(or maybeGET [baseUrl]/$versions
if we want to be consistent with the FHIR spec for ease of use) returns an object with the FHIR eCR version and FHIR version.Why it needs to be done
Client applications may this information to process bundles differently based on the IG version.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: