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

ConceptMap $translate operation: version param should not require effective time #9

Open
kaicode opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kaicode
Copy link
Member

kaicode commented Jun 19, 2024

When using ConceptMap $translate it should be possible to state a version of SNOMED CT using a module URI without including the release/effective time.

For example:

curl 'http:https://localhost:8080/fhir/ConceptMap/$translate?code=254153009&system=http:https://snomed.info/sct&version=http:https://snomed.info/sct/11000234105&targetsystem=http:https://hl7.org/fhir/sid/icd-10'

This currently fails with message Map not found. The requested version of SNOMED CT is not loaded.

It only works if version param includes the effective time: version=http:https://snomed.info/sct/11000234105/version/20240215

@kaicode kaicode added the bug Something isn't working label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant