Enum ConceptSubsumptionOutcome
java.lang.Object
java.lang.Enum<ConceptSubsumptionOutcome>
org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome
- All Implemented Interfaces:
Serializable
,Comparable<ConceptSubsumptionOutcome>
-
Enum Constant Summary
Enum ConstantDescriptionThe two concepts are equivalent (have the same properties).Coding/code "A" and Coding/code "B" are disjoint (e.g.added to help the parsersCoding/code "A" is subsumed by Coding/code "B" (e.g.Coding/code "A" subsumes Coding/code "B" (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConceptSubsumptionOutcome
toCode()
static ConceptSubsumptionOutcome
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.
-
Enum Constant Details
-
EQUIVALENT
The two concepts are equivalent (have the same properties). -
SUBSUMES
Coding/code "A" subsumes Coding/code "B" (e.g. B has all the properties A has, and some of it's own). -
SUBSUMEDBY
Coding/code "A" is subsumed by Coding/code "B" (e.g. A has all the properties B has, and some of it's own). -
NOTSUBSUMED
Coding/code "A" and Coding/code "B" are disjoint (e.g. each has propeties that the other doesn't have). -
NULL
added to help the parsers
-
-
Method Details
-
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 nameNullPointerException
- if the argument is null
-
fromCode
public static ConceptSubsumptionOutcome fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-