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

Epic: Offer api for terminology codes #102

Open
5 tasks
andreakreichgauer opened this issue Dec 4, 2023 · 1 comment
Open
5 tasks

Epic: Offer api for terminology codes #102

andreakreichgauer opened this issue Dec 4, 2023 · 1 comment
Assignees
Labels

Comments

@andreakreichgauer
Copy link
Contributor

andreakreichgauer commented Dec 4, 2023

🚀 Feature Description

In the editor, users should be able to search for terminology codes (such as LOINC), when they create a new chart. The most feasible solution for the moment needs to be evaluated again.

The following ideas were discussed:

  1. Currently we offer free text input (since it is only needed for a demo)
  2. Query Questionnaire resources and their items for all existing terminology codes
  3. refactor ICD-10 Api to be a general terminology API
  4. Use LOINCs FHIR Api or Charite Terminology Server

Acceptance Criteria:

  • Rename icd-10-api repo to terminology-code-api (optional)
    • update dotbase stack yml
    • update repo name
    • update repo package name
  • we want to have to routes with params search and version
    • icd10/
    • loinc/
  • get loinc code data dump to offer search through api

Data Format?

code: String
system: "loinc" | "icd10" | "icd11"
version: String

Related Epic from the past

https://github.com/dot-base/medical-dashboard/issues/963 (but @velramiir suggests another procedure)

Subtasks

@cheyer cheyer changed the title Offer api for terminology codes# Offer api for terminology codes Dec 14, 2023
@velramiir
Copy link
Contributor

velramiir commented Dec 14, 2023

  1. Check LOINC license and API usage terms --> License is permissive
  2. Check difference between Charité API and LOINC API (LOINC is preferred)
  3. What about Dotbase Codesystem?
  4. Rename Repo --> Consequences?

@CoraHin CoraHin changed the title Offer api for terminology codes Epic: Offer api for terminology codes Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants