Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIKE: Add FHIR IG version to converter API #2921

Open
1 task
austin-hall-skylight opened this issue Nov 18, 2024 · 0 comments
Open
1 task

SPIKE: Add FHIR IG version to converter API #2921

austin-hall-skylight opened this issue Nov 18, 2024 · 0 comments
Labels
spike This ticket represearch engineering research. Streamline eCR Issues for Streamline eCR team to work on

Comments

@austin-hall-skylight
Copy link
Collaborator

austin-hall-skylight commented Nov 18, 2024

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 maybe GET [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

  • Making a GET request to the version endpoint returns an object that contains the FHIR eCR IG version and the FHIR version that are used by the FHIR converter.
@austin-hall-skylight austin-hall-skylight added Streamline eCR Issues for Streamline eCR team to work on tech debt Technical debt related work labels Nov 18, 2024
@emmastephenson emmastephenson added spike This ticket represearch engineering research. and removed tech debt Technical debt related work labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spike This ticket represearch engineering research. Streamline eCR Issues for Streamline eCR team to work on
Projects
None yet
Development

No branches or pull requests

2 participants