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/#1 icd10 api #5

Merged
merged 27 commits into from
Aug 28, 2020
Merged

Epic/#1 icd10 api #5

merged 27 commits into from
Aug 28, 2020

Conversation

andreakreichgauer
Copy link
Contributor

@andreakreichgauer andreakreichgauer commented Aug 18, 2020

First API version for searching conditions based on the ICD10gm terminology.

Includes the following:

  • fuzzy search
  • processing of icd.json as FHIR Codesystem
  • search for matches in icd-field description but also nested field inclusion
  • icd-code based and text search
  • searching for multiple terms - and their combinations / regardless of their order

Does not yet include:

  • a convenient scoring and ranking of matches

This closes #3 and closes #2

@friedow friedow added Priority: Medium Medium priority issue. Status: Review Needed Please review the corresponding code. Type: Story An improvement to the project from a user's perspective. Type: Epic Bigger project goal that encloses multiple user stories. and removed Type: Story An improvement to the project from a user's perspective. labels Aug 19, 2020
@friedow
Copy link
Contributor

friedow commented Aug 19, 2020

This closes #3 and closes #2.

src/server.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/services/filter.ts Outdated Show resolved Hide resolved
src/services/filter.ts Outdated Show resolved Hide resolved
src/services/filter.ts Outdated Show resolved Hide resolved
src/services/filter.ts Outdated Show resolved Hide resolved
src/services/textFilter.ts Show resolved Hide resolved
@friedow friedow added Status: Revision Needed Something that needs to be overhauled. and removed Status: Review Needed Please review the corresponding code. Priority: Medium Medium priority issue. Status: Revision Needed Something that needs to be overhauled. Type: Epic Bigger project goal that encloses multiple user stories. labels Aug 20, 2020
Copy link
Contributor

@friedow friedow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely refactored :)! Only some style things left ;).

src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/model/ICD10gmCodesystem.ts Outdated Show resolved Hide resolved
src/services/filter.ts Outdated Show resolved Hide resolved
src/services/codeFilter.ts Outdated Show resolved Hide resolved
src/services/fuseSearch.ts Show resolved Hide resolved
src/services/fuseSearch.ts Outdated Show resolved Hide resolved
src/services/textFilter.ts Outdated Show resolved Hide resolved
friedow
friedow previously approved these changes Aug 28, 2020
Copy link
Contributor

@friedow friedow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work 👍!

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

Successfully merging this pull request may close these issues.

ICD-10 API: processing base data (icd10-gm.json) ICD-10 API: implement search algorithm
2 participants