Search



Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example common search and data entry techniques are in place, for example, search :

  • The UI is customized for recording a clinical encounter
  • Search supports partial matching with no order, for example, "asth alle" matches "allergic asthma"

...

  • Results are sorted with the shorter results first, and it has an advanced feature of boosting results by prioritizing the most commonly used concepts, this can be tested by searching "diabetes" on the diagnosis field, with or without boosting enabled

...

  • Fields are also constrained by domain, using ECLs, so searching for "appen" on the diagnosis field will match "appendicitis", and in the procedures field, will match "appendectomy"

...

  • The UI

...

  • provides a very basic form of post-coordination that allows adding a "laterality" refinement to a lateralizable procedure

...

  • The allergies and adverse reactions data entry panel shows how a more structured data entry UI can be implemented, with fields with other constraints, select fields, etc.

The source code for this demonstration app is available in https://github.com/IHTSDO/snomed-ui-examples

...


Feedback