public enum CodesystemHierarchyMeaning extends Enum<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
|
PARTOF
Child elements list the individual parts of a composite whole (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static CodesystemHierarchyMeaning |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CodesystemHierarchyMeaning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodesystemHierarchyMeaning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodesystemHierarchyMeaning GROUPEDBY
public static final CodesystemHierarchyMeaning ISA
public static final CodesystemHierarchyMeaning PARTOF
public static final CodesystemHierarchyMeaning CLASSIFIEDWITH
public static final CodesystemHierarchyMeaning NULL
public static CodesystemHierarchyMeaning[] values()
for (CodesystemHierarchyMeaning c : CodesystemHierarchyMeaning.values()) System.out.println(c);
public static 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 CodesystemHierarchyMeaning 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.