public enum CodesystemContentMode extends Enum<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
|
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 CodesystemContentMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CodesystemContentMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodesystemContentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodesystemContentMode NOTPRESENT
public static final CodesystemContentMode EXAMPLE
public static final CodesystemContentMode FRAGMENT
public static final CodesystemContentMode COMPLETE
public static final CodesystemContentMode SUPPLEMENT
public static final CodesystemContentMode NULL
public static CodesystemContentMode[] values()
for (CodesystemContentMode c : CodesystemContentMode.values()) System.out.println(c);
public static 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 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.