Search



Versions Compared

Key

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

Gloss
tterminology binding
 that represents the clinical meaning of a data item or collection of data items.

Notes

  • SNOMED CT meaning bindings associate a meaning, represented by A meaning binding associates a clinical meaning with either

    Gloss
    tconcept
    Gloss
    texpression
     or
    data entry context
     or a defined collection of data items in an 
    Gloss
    texpression template
    , with a data item (or a collection of data items) defined by an information
    electronic health record
     information model.  The clinical meaning represented by of an instance of a data item with a meaning binding is determined by applying the meaning bindingto the value or set of values in that instance. The

  • SNOMED CT meaning bindings should be represented by an instance of a defined collection of data items with meaning binding is determined by applying the meaning binding to the values in that instance. by 
    Gloss
    texpression templates
     containing one or more 
    Gloss
    ttemplate slots
     that can be replaced by concepts entered or stored in a particular context.

Example

  • An application that manages surgical procedure requests could identify requested procedures using concepts that are subtypes of 
    Concept
    t387713003 Surgical procedure
    . In this case, the data item in which that concept is recorded should have a meaning binding that explicitly indicates that this is a request (e.g. the for that procedure. The expression template below ). When this meaning binding is applied this data item is interpreted as a subtype of 
    Concept
    t400999005 Procedure requested (situation)
     and not as a completed procedurerepresents this meaning binding. It indicates that the procedure selected should replace the "@procedure" 
    Gloss
    ttemplate slot
    , resulting in an 
    Gloss
    texpression
     that means procedure has been requested, rather than suggesting incorrectly, that it has been done.
Scg expression
Indent60
Bordersolid
/* Expression Template */

400999005 |Procedure requested (situation)|:
      { 363589002 |Associated procedure (attribute)| = [[ +id <387713003 |Surgical procedure| @procedure ]] }

/* Resulting Expression if "38102005 Cholecystectomy (procedure)" is entered */ 

400999005 |Procedure requested (situation)|:
      { 363589002 |Associated procedure (attribute)| = 38102005 | Cholecystectomy (procedure) | }

Alternative

    • Semantic binding

...