Class CodeSystemContentMode
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.CodeSystemContentMode
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class CodeSystemContentMode extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodeSystemContentMode.Builderstatic classCodeSystemContentMode.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static CodeSystemContentModeCOMPLETECompletestatic CodeSystemContentModeEXAMPLEExamplestatic CodeSystemContentModeFRAGMENTFragmentstatic CodeSystemContentModeNOT_PRESENTNot Presentstatic CodeSystemContentModeSUPPLEMENTSupplement
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeSystemContentMode.Builderbuilder()static Codecode(String value)Inherited factory method for creating CodeSystemContentMode objects from a passed string value.booleanequals(Object obj)CodeSystemContentMode.ValueSetgetValueAsEnumConstant()inthashCode()static CodeSystemContentModeof(CodeSystemContentMode.ValueSet value)Factory method for creating CodeSystemContentMode objects from a passed enum value.static CodeSystemContentModeof(String value)Factory method for creating CodeSystemContentMode objects from a passed string value.static Stringstring(String value)Inherited factory method for creating CodeSystemContentMode objects from a passed string value.CodeSystemContentMode.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
NOT_PRESENT
public static final CodeSystemContentMode NOT_PRESENT
Not PresentNone of the concepts defined by the code system are included in the code system resource.
-
EXAMPLE
public static final CodeSystemContentMode EXAMPLE
ExampleA few representative concepts are included in the code system resource. There is no useful intent in the subset choice and there's no process to make it workable: it's not intended to be workable.
-
FRAGMENT
public static final CodeSystemContentMode FRAGMENT
FragmentA subset of the code system concepts are included in the code system resource. This is a curated subset released for a specific purpose under the governance of the code system steward, and that the intent, bounds and consequences of the fragmentation are clearly defined in the fragment or the code system documentation. Fragments are also known as partitions.
-
COMPLETE
public static final CodeSystemContentMode COMPLETE
CompleteAll the concepts defined by the code system are included in the code system resource.
-
SUPPLEMENT
public static final CodeSystemContentMode SUPPLEMENT
SupplementThe resource doesn't define any new concepts; it just provides additional designations and properties to another code system.
-
-
Method Detail
-
getValueAsEnumConstant
public CodeSystemContentMode.ValueSet getValueAsEnumConstant()
-
of
public static CodeSystemContentMode of(CodeSystemContentMode.ValueSet value)
Factory method for creating CodeSystemContentMode objects from a passed enum value.
-
of
public static CodeSystemContentMode of(String value)
Factory method for creating CodeSystemContentMode objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating CodeSystemContentMode objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating CodeSystemContentMode objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public CodeSystemContentMode.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static CodeSystemContentMode.Builder builder()
-
-