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

Allow the FhirClient to connect to other FhirVersions servers #2142

Conversation

marcovisserFurore
Copy link
Member

Description

When the FhirClientSettings.VerifyFhirVersion = false (which is the default), the FhirClient is now able to connect to another FHIR server with another FHIR version. It is now possible that a R4 FhirClient can connect to a R4B server. When there are errors, we provide additional information that the client and server may not be compatible.

Related issues

Resolves #2131

Testing

See the FhirClientMockTest

FirelyTeam Checklist

  • Update the title of the PR to be succinct and less than 50 characters
  • Mark the PR with the label breaking change when this PR introduces breaking changes

@marcovisserFurore marcovisserFurore merged commit 55d3018 into develop-stu3 Jul 6, 2022
@marcovisserFurore marcovisserFurore deleted the feature/allow-fhirclient-connect-other-versions branch July 6, 2022 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make FhirClient more version agnostic
2 participants