| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CodeSystem.CodeSystemContentMode> |
CodeSystem.content
The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeSystem.CodeSystemContentMode |
CodeSystem.CodeSystemContentMode.fromCode(String codeString) |
CodeSystem.CodeSystemContentMode |
CodeSystem.CodeSystemContentModeEnumFactory.fromCode(String codeString) |
CodeSystem.CodeSystemContentMode |
CodeSystem.getContent() |
static CodeSystem.CodeSystemContentMode |
CodeSystem.CodeSystemContentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSystem.CodeSystemContentMode[] |
CodeSystem.CodeSystemContentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CodeSystem.CodeSystemContentMode> |
CodeSystem.CodeSystemContentModeEnumFactory.fromType(Base code) |
Enumeration<CodeSystem.CodeSystemContentMode> |
CodeSystem.getContentElement() |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.setContent(CodeSystem.CodeSystemContentMode value) |
String |
CodeSystem.CodeSystemContentModeEnumFactory.toCode(CodeSystem.CodeSystemContentMode code) |
String |
CodeSystem.CodeSystemContentModeEnumFactory.toSystem(CodeSystem.CodeSystemContentMode code) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.setContentElement(Enumeration<CodeSystem.CodeSystemContentMode> value) |
| Constructor and Description |
|---|
CodeSystem(Enumeration<Enumerations.PublicationStatus> status,
Enumeration<CodeSystem.CodeSystemContentMode> content)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.