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

Implement FHIR Specification Terminology Operations #2

Open
biximilien opened this issue Dec 5, 2023 · 2 comments
Open

Implement FHIR Specification Terminology Operations #2

biximilien opened this issue Dec 5, 2023 · 2 comments
Assignees

Comments

@biximilien
Copy link
Member

biximilien commented Dec 5, 2023

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 via system and code. The version parameter currently is not supported.

@biximilien
Copy link
Member Author

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.

@biximilien biximilien self-assigned this Dec 5, 2023
@biximilien
Copy link
Member Author

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.

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