Search



  

This section examines how clinical guidelines can be linked to SNOMED CT to enable the automated display of contextually relevant knowledge resources. We begin by reviewing how a guideline can be linked to a SNOMED CT concept using semantic tags. Next we will examine how SNOMED CT concepts can be associated with guidelines using a reference set. Lastly, we will look at the automated display of a contextually relevant guideline, based on the selection of a SNOMED CT concept in a data entry protocol.

Linking Guidelines to SNOMED CT

One approach known as simple markup, involves the application of semantic tags using terminology codes (such as SNOMED CT concept identifiers) to free text clinical guidelines. When using SNOMED CT, concept identifiers (or expressions) are added as document metadata to the appropriate guideline or text within the guideline. For example, when applying semantic tags to asthma management guidelines, we might add the following concept identifiers, to enable the guideline to be linked to a patient's health record that includes a diagnosis of 195967001 | Asthma| , a regime of 406162001 | Asthma management| , or an assessment scale coded with 445531003 | Asthma control questionnaire| (respectively):

The diagram below depicts the process of tagging the SNOMED CT concepts mentioned above to an Asthma Management Guideline.1

Figure 3.2.1-1: Asthma Management Guideline tagged with SNOMED CT concepts

This tagged resource may then be presented as reference material when a relevant clinical scenario arises. For example, the guidelines shown in Figure 3.2.1-1 could be presented upon the diagnosis of | Asthma| . Additional details on the mechanics of this process are provided below in the Selecting Relevant Guidelines section below.  

Linking SNOMED CT to Guidelines

SNOMED CT Annotation Reference Sets can be used as a mechanism to define, share, and distribute links from SNOMED CT components to appropriate guidelines. This approach involves defining one or more links to relevant guidelines (using a URL) as a string based annotation for each relevant concept. An example of this is shown in Table 3.2.1-1. In this example, the same clinical guideline is relevant to more than one SNOMED CT concept.

Table 3.2.1-1: Concepts which refer to NIH: Asthma Care Quick Reference guideline

Another example use case is linking a specific clinical field, such as a diagnosis, to an appropriate clinical guideline. Given the more specific scope, it may be possible to avoid repeating the same guideline for multiple SNOMED CT concepts referenced by the reference set. Table 3.2.1-2 below, shows an example in which disorder concepts are linked to appropriate clinical guidelines.

Table 3.2.1-2: Respiratory diagnoses linked to relevant clinical guidelines

Selecting Relevant Guidelines

EHR systems, designed to use clinical guidelines marked up with semantic tags, are able to display relevant guidelines to the user when a subtype (or self) of the semantic tag concept is recorded in the health record.

Below is a generic template that could be used in an EHR system to facilitate the display of an appropriate clinical guideline, when a relevant diagnosis is recorded.

IF diagnosis = << [[ + $semanticTag]]
THEN  display clinical guideline

For example, the above template could be used on a clinical guideline that has the semantic tag 195967001 | Asthma| , generating the CDS rule:

IF diagnosis = <<  195967001 | Asthma|
THEN
display NIH Asthma Care Quick Reference

Using the above CDS rule, if a clinician selects a diagnosis of 195949008 | Chronic asthmatic bronchitis| , the NIH Asthma Care Quick Reference would be displayed  because 195949008 | Chronic asthmatic bronchitis| is a subtype of 195967001 | Asthma| .

This enables contextually relevant clinical knowledge to be presented to the user, based on the specific codes recorded in the patient's health record. The diagram below illustrates this scenario:

Figure 3.2.1-2: Upon entry of a specific diagnosis, a contextually relevant knowledge resource is presented on the user interface



Footnotes
Ref Notes
1 Asthma Care Quick Reference used for demonstration purposes.


Feedback
  • No labels