public static enum CodeSystem.CodeSystemContentMode extends Enum<CodeSystem.CodeSystemContentMode>
| Enum Constant and Description |
|---|
COMPLETE
All the concepts defined by the code system are included in the code system resource.
|
EXAMPLE
A few representative concepts are included in the code system resource.
|
FRAGMENT
A subset of the code system concepts are included in the code system resource.
|
NOTPRESENT
None of the concepts defined by the code system are included in the code system resource.
|
NULL
added to help the parsers with the generic types
|
SUPPLEMENT
The resource doesn't define any new concepts; it just provides additional designations and properties to another code system.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeSystem.CodeSystemContentMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CodeSystem.CodeSystemContentMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSystem.CodeSystemContentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeSystem.CodeSystemContentMode NOTPRESENT
public static final CodeSystem.CodeSystemContentMode EXAMPLE
public static final CodeSystem.CodeSystemContentMode FRAGMENT
public static final CodeSystem.CodeSystemContentMode COMPLETE
public static final CodeSystem.CodeSystemContentMode SUPPLEMENT
public static final CodeSystem.CodeSystemContentMode NULL
public static CodeSystem.CodeSystemContentMode[] values()
for (CodeSystem.CodeSystemContentMode c : CodeSystem.CodeSystemContentMode.values()) System.out.println(c);
public static CodeSystem.CodeSystemContentMode 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.CodeSystemContentMode 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.