Search



Page tree

Versions Compared

Key

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

...

SNOMED CT User Interface examples


Image Added

SNOMED International has prepared a demonstration available in: https://ihtsdo.github.io/snomed-ui-examples/Image Removed.

This example simulates the user interface of a typical electronic clinical records application, allowing the user to represent diagnosis, procedures, allergies, etc. using different techniques described in the DOCSEARCH.

In this example common search and data entry techniques are in place, for example, 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 even 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