Enum ConceptMapEquivalenceEnum

java.lang.Object
java.lang.Enum<ConceptMapEquivalenceEnum>
ca.uhn.fhir.model.dstu2.valueset.ConceptMapEquivalenceEnum
All Implemented Interfaces:
Serializable, Comparable<ConceptMapEquivalenceEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Disjoint
    Code Value: disjoint This is an explicit assertion that there is no mapping between the source and target concept.
    Display: Equal
    Code Value: equal The definitions of the concepts are exactly the same (i.e.
    Display: Equivalent
    Code Value: equivalent The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e.
    Display: Inexact
    Code Value: inexact The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning.
    Display: Narrower
    Code Value: narrower The target mapping is narrower in meaning that the source concept.
    Display: Specializes
    Code Value: specializes The target mapping specializes the meaning of the source concept (e.g.
    Display: Subsumes
    Code Value: subsumes The target mapping subsumes the meaning of the source concept (e.g.
    Display: Unmatched
    Code Value: unmatched There is no match for this concept in the destination concept system.
    Display: Wider
    Code Value: wider The target mapping is wider in meaning than the source concept.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<ConceptMapEquivalenceEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: ConceptMapEquivalence
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • EQUIVALENT

      Display: Equivalent
      Code Value: equivalent The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
    • EQUAL

      public static final ConceptMapEquivalenceEnum EQUAL
      Display: Equal
      Code Value: equal The definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical).
    • WIDER

      public static final ConceptMapEquivalenceEnum WIDER
      Display: Wider
      Code Value: wider The target mapping is wider in meaning than the source concept.
    • SUBSUMES

      public static final ConceptMapEquivalenceEnum SUBSUMES
      Display: Subsumes
      Code Value: subsumes The target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
    • NARROWER

      public static final ConceptMapEquivalenceEnum NARROWER
      Display: Narrower
      Code Value: narrower The target mapping is narrower in meaning that the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
    • SPECIALIZES

      Display: Specializes
      Code Value: specializes The target mapping specializes the meaning of the source concept (e.g. the target is-a source).
    • INEXACT

      public static final ConceptMapEquivalenceEnum INEXACT
      Display: Inexact
      Code Value: inexact The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
    • UNMATCHED

      public static final ConceptMapEquivalenceEnum UNMATCHED
      Display: Unmatched
      Code Value: unmatched There is no match for this concept in the destination concept system.
    • DISJOINT

      public static final ConceptMapEquivalenceEnum DISJOINT
      Display: Disjoint
      Code Value: disjoint This is an explicit assertion that there is no mapping between the source and target concept.
  • Field Details

  • Method Details

    • values

      public static ConceptMapEquivalenceEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static ConceptMapEquivalenceEnum forCode(String theCode)
      Returns the enumerated value associated with this code