We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: