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

incorrect default code system version #103

Open
rhausam opened this issue Aug 7, 2019 · 0 comments
Open

incorrect default code system version #103

rhausam opened this issue Aug 7, 2019 · 0 comments

Comments

@rhausam
Copy link
Contributor

rhausam commented Aug 7, 2019

Currently if you do: GET http://tx.fhir.org/r4/CodeSystem/$lookup?system=http://snomed.info/sct&code=138875005
The version returned is: http://snomed.info/sct/20611000087101/version/20190430
That is the latest Canadian (French) edition, rather than the latest International Edition which would be expected to be the default.

Also, it isn't possible to specify a SNOMED CT edition without also specifying a specific version. If you do: GET http://tx.fhir.org/r4/CodeSystem/$lookup?system=http://snomed.info/sct&version=http://snomed.info/sct/900000000000207008&code=138875005
The return is: Unable to provide support for code system http://snomed.info/sct version http://snomed.info/sct/900000000000207008
But if you do: GET http://tx.fhir.org/r4/CodeSystem/$lookup?system=http://snomed.info/sct&version=http://snomed.info/sct/900000000000207008/version/20190731&code=138875005
The return is correct lookup details including the correct version: http://snomed.info/sct/900000000000207008/version/20190731

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

No branches or pull requests

1 participant