Class ConceptMapEquivalence
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.ConceptMapEquivalence
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ConceptMapEquivalence extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConceptMapEquivalence.Builderstatic classConceptMapEquivalence.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ConceptMapEquivalenceDISJOINTDisjointstatic ConceptMapEquivalenceEQUALEqualstatic ConceptMapEquivalenceEQUIVALENTEquivalentstatic ConceptMapEquivalenceINEXACTInexactstatic ConceptMapEquivalenceNARROWERNarrowerstatic ConceptMapEquivalenceRELATEDTORelated Tostatic ConceptMapEquivalenceSPECIALIZESSpecializesstatic ConceptMapEquivalenceSUBSUMESSubsumesstatic ConceptMapEquivalenceUNMATCHEDUnmatchedstatic ConceptMapEquivalenceWIDERWider
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConceptMapEquivalence.Builderbuilder()static Codecode(String value)Inherited factory method for creating ConceptMapEquivalence objects from a passed string value.booleanequals(Object obj)ConceptMapEquivalence.ValueSetgetValueAsEnumConstant()inthashCode()static ConceptMapEquivalenceof(ConceptMapEquivalence.ValueSet value)Factory method for creating ConceptMapEquivalence objects from a passed enum value.static ConceptMapEquivalenceof(String value)Factory method for creating ConceptMapEquivalence objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ConceptMapEquivalence objects from a passed string value.ConceptMapEquivalence.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
RELATEDTO
public static final ConceptMapEquivalence RELATEDTO
Related ToThe concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.
-
EQUIVALENT
public static final ConceptMapEquivalence EQUIVALENT
EquivalentThe definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
-
EQUAL
public static final ConceptMapEquivalence EQUAL
EqualThe 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 ConceptMapEquivalence WIDER
WiderThe target mapping is wider in meaning than the source concept.
-
SUBSUMES
public static final ConceptMapEquivalence SUBSUMES
SubsumesThe target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
-
NARROWER
public static final ConceptMapEquivalence NARROWER
NarrowerThe target mapping is narrower in meaning than 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
public static final ConceptMapEquivalence SPECIALIZES
SpecializesThe target mapping specializes the meaning of the source concept (e.g. the target is-a source).
-
INEXACT
public static final ConceptMapEquivalence INEXACT
InexactThe 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 inexact 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 ConceptMapEquivalence UNMATCHED
UnmatchedThere is no match for this concept in the target code system.
-
DISJOINT
public static final ConceptMapEquivalence DISJOINT
DisjointThis is an explicit assertion that there is no mapping between the source and target concept.
-
-
Method Detail
-
getValueAsEnumConstant
public ConceptMapEquivalence.ValueSet getValueAsEnumConstant()
-
of
public static ConceptMapEquivalence of(ConceptMapEquivalence.ValueSet value)
Factory method for creating ConceptMapEquivalence objects from a passed enum value.
-
of
public static ConceptMapEquivalence of(String value)
Factory method for creating ConceptMapEquivalence objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating ConceptMapEquivalence objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating ConceptMapEquivalence objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public ConceptMapEquivalence.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ConceptMapEquivalence.Builder builder()
-
-