org.hl7.types
Interface CR

All Superinterfaces:
ANY
All Known Implementing Classes:
CRimpl, CRnull

public interface CR
extends ANY

A concept qualifier code with optionally named role. Both qualifier role and value codes must be defined by the coding system. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows to add the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg".


Method Summary
 BL inverted()
          Indicates if the sense of the role name is inverted.
 CV name()
           
 CD value()
           
 
Methods inherited from interface org.hl7.types.ANY
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ
 

Method Detail

name

CV name()

inverted

BL inverted()
Indicates if the sense of the role name is inverted. This can be used in cases where the underlying code system defines inversion but does not provide reciprocal pairs of role names. By default, inverted is false.


value

CD value()