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

MimeTypeTerminologyService cannot handle ValueSet canonicals with version #2502

Closed
marcovisserFurore opened this issue Jun 15, 2023 · 0 comments · Fixed by #2506
Closed

MimeTypeTerminologyService cannot handle ValueSet canonicals with version #2502

marcovisserFurore opened this issue Jun 15, 2023 · 0 comments · Fixed by #2506
Assignees
Labels

Comments

@marcovisserFurore
Copy link
Member

Describe the bug
Currently, the terminology service MimeTypeTerminologyService is unable to handle ValueSet canonicals that include versions. Consequently, when the Url parameter is set to http://hl7.org/fhir/ValueSet/mimetypes|4.0.1, it throws a FhirOperationException with the following error message: "Cannot find valueset 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'".

Expected behavior
Ideally, the MimeTypeTerminologyService should be modified to accommodate ValueSet canonicals with versions. Therefore, it should perform a check on the incoming Url, specifically http://hl7.org/fhir/ValueSet/mimetype, excluding the version.

Version used:

  • FHIR Version: all
  • Version: 5.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants