public static enum CodeSystem.CodeSystemHierarchyMeaning extends Enum<CodeSystem.CodeSystemHierarchyMeaning>
Enum Constant and Description |
---|
CLASSIFIEDWITH
Child concepts in the hierarchy may have only one parent, and there is a presumption that the code system is a "closed world" meaning all things must be in the hierarchy.
|
GROUPEDBY
No particular relationship between the concepts can be assumed, except what can be determined by inspection of the definitions of the elements (possible reasons to use this: importing from a source where this is not defined, or where various parts of the hierarchy have different meanings)
|
ISA
A hierarchy where the child concepts have an IS-A relationship with the parents - that is, all the properties of the parent are also true for its child concepts
|
NULL
added to help the parsers with the generic types
|
PARTOF
Child elements list the individual parts of a composite whole (e.g.
|
Modifier and Type | Method and Description |
---|---|
static CodeSystem.CodeSystemHierarchyMeaning |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CodeSystem.CodeSystemHierarchyMeaning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSystem.CodeSystemHierarchyMeaning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeSystem.CodeSystemHierarchyMeaning GROUPEDBY
public static final CodeSystem.CodeSystemHierarchyMeaning ISA
public static final CodeSystem.CodeSystemHierarchyMeaning PARTOF
public static final CodeSystem.CodeSystemHierarchyMeaning CLASSIFIEDWITH
public static final CodeSystem.CodeSystemHierarchyMeaning NULL
public static CodeSystem.CodeSystemHierarchyMeaning[] values()
for (CodeSystem.CodeSystemHierarchyMeaning c : CodeSystem.CodeSystemHierarchyMeaning.values()) System.out.println(c);
public static CodeSystem.CodeSystemHierarchyMeaning 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 CodeSystem.CodeSystemHierarchyMeaning fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.