public enum ConceptMapEquivalence extends Enum<ConceptMapEquivalence>
| Enum Constant and Description |
|---|
DISJOINT
This is an explicit assertion that there is no mapping between the source and target concept.
|
EQUAL
The definitions of the concepts are exactly the same (i.e.
|
EQUIVALENT
The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e.
|
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.
|
NARROWER
The target mapping is narrower in meaning than the source concept.
|
NULL
added to help the parsers
|
RELATEDTO
The concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.
|
SPECIALIZES
The target mapping specializes the meaning of the source concept (e.g.
|
SUBSUMES
The target mapping subsumes the meaning of the source concept (e.g.
|
UNMATCHED
There is no match for this concept in the target code system.
|
WIDER
The target mapping is wider in meaning than the source concept.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptMapEquivalence |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConceptMapEquivalence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptMapEquivalence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptMapEquivalence RELATEDTO
public static final ConceptMapEquivalence EQUIVALENT
public static final ConceptMapEquivalence EQUAL
public static final ConceptMapEquivalence WIDER
public static final ConceptMapEquivalence SUBSUMES
public static final ConceptMapEquivalence NARROWER
public static final ConceptMapEquivalence SPECIALIZES
public static final ConceptMapEquivalence INEXACT
public static final ConceptMapEquivalence UNMATCHED
public static final ConceptMapEquivalence DISJOINT
public static final ConceptMapEquivalence NULL
public static ConceptMapEquivalence[] values()
for (ConceptMapEquivalence c : ConceptMapEquivalence.values()) System.out.println(c);
public static ConceptMapEquivalence valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ConceptMapEquivalence fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.