You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only the CodeSystem/$lookup is partially implemented, it supports querying a code through the URL query parameters via system and code. The version parameter currently is not supported.
The text was updated successfully, but these errors were encountered:
I've added a partial implementation of the CodeSystem/$validate-code operation. It is built on top of the $lookup operation and provide basic validation for the code and system (url parameter ) with a basic equality test. If the concept is found and the input code and system matches it, it will return true, else it returns false. The message and issue output is currently not implemented.
We need to add support for matching URL like URL: [base]/CodeSystem/[id]/$validate-code, currently only this URL: [base]/CodeSystem/$validate-code is supported.
The specification can be found here: https://build.fhir.org/terminology-service.html
Currently only the
CodeSystem/$lookup
is partially implemented, it supports querying a code through the URL query parameters viasystem
andcode
. Theversion
parameter currently is not supported.The text was updated successfully, but these errors were encountered: