public enum ConceptSubsumptionOutcome extends Enum<ConceptSubsumptionOutcome>
| Enum Constant and Description |
|---|
EQUIVALENT
The two concepts are equivalent (have the same properties).
|
NOTSUBSUMED
Coding/code "A" and Coding/code "B" are disjoint (e.g.
|
NULL
added to help the parsers
|
SUBSUMEDBY
Coding/code "A" is subsumed by Coding/code "B" (e.g.
|
SUBSUMES
Coding/code "A" subsumes Coding/code "B" (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptSubsumptionOutcome |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConceptSubsumptionOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptSubsumptionOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptSubsumptionOutcome EQUIVALENT
public static final ConceptSubsumptionOutcome SUBSUMES
public static final ConceptSubsumptionOutcome SUBSUMEDBY
public static final ConceptSubsumptionOutcome NOTSUBSUMED
public static final ConceptSubsumptionOutcome NULL
public static ConceptSubsumptionOutcome[] values()
for (ConceptSubsumptionOutcome c : ConceptSubsumptionOutcome.values()) System.out.println(c);
public static ConceptSubsumptionOutcome 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 ConceptSubsumptionOutcome 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.