This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Qualifier Notes"

From HL7Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
The CD specification includes the ability to test for [http://www.hl7.org/v3ballot/html/infrastructure/datatypes/datatypes.htm#prop-CD.equal equality] and [http://www.hl7.org/v3ballot/html/infrastructure/datatypes/datatypes.htm#prop-CD.implies subsumption].
 
The CD specification includes the ability to test for [http://www.hl7.org/v3ballot/html/infrastructure/datatypes/datatypes.htm#prop-CD.equal equality] and [http://www.hl7.org/v3ballot/html/infrastructure/datatypes/datatypes.htm#prop-CD.implies subsumption].
 +
 +
The [http://www.hl7.org/v3ballot/html/infrastructure/cts/cts.htm HL7 CTS Specification] includes supporting functions for both of these requirements:
 +
 +
[http://www.hl7.org/v3ballot/html/infrastructure/cts/cts.htm#CTSTestTwoCodedAtt equality/equivalence]
 +
[http://www.hl7.org/v3ballot/html/infrastructure/cts/cts.htm#CTSDetOneCodedAtt implies/subsumes]
 +
 +
<br/>
 +
* Note that these two methods don't define how equivalence and subsumption are determined - they simply define an interface that allows the question to be posed and an answer to be supplied

Revision as of 18:44, 16 May 2005

The CTS Messaging API defines an interface that supports Qualifiers, as specified in the HL7 Version 3 Data Types Specification

The HL7 Version 3 Concept Descriptor (CD) Data Type includes a Qualifier component, which can "..constrain the meaning of the primary code, but cannot negate it or change it's meaning to that of another value in the primary coding system". The qualifier field is a list of Concept Role elements, which carry a name/CD tuple.

The CD specification includes the ability to test for equality and subsumption.

The HL7 CTS Specification includes supporting functions for both of these requirements:

equality/equivalence implies/subsumes


  • Note that these two methods don't define how equivalence and subsumption are determined - they simply define an interface that allows the question to be posed and an answer to be supplied