| Constructor and Description |
|---|
CodeValidationResult(CodeSystem.ConceptDefinitionComponent theNext) |
CodeValidationResult(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity,
String message,
CodeSystem.ConceptDefinitionComponent definition) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CodeSystem.ConceptDefinitionComponent> |
CodeSystem.concept
Concepts that are in the code system.
|
protected List<CodeSystem.ConceptDefinitionComponent> |
CodeSystem.ConceptDefinitionComponent.concept
Defines children of a concept to produce a hierarchy of concepts.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeSystem.ConceptDefinitionComponent> |
CodeSystem.getConcept() |
List<CodeSystem.ConceptDefinitionComponent> |
CodeSystem.ConceptDefinitionComponent.getConcept() |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.addConcept(CodeSystem.ConceptDefinitionComponent t) |
CodeSystem.ConceptDefinitionComponent |
CodeSystem.ConceptDefinitionComponent.addConcept(CodeSystem.ConceptDefinitionComponent t) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CodeSystemUtilities.isAbstract(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent def) |
static boolean |
CodeSystemUtilities.isDeprecated(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent def) |
static void |
CodeSystemUtilities.setAbstract(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent concept) |
static void |
CodeSystemUtilities.setDeprecated(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent concept) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem.ConceptDefinitionComponent |
IWorkerContext.ValidationResult.asConceptDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolingExtensions.addSubsumes(CodeSystem.ConceptDefinitionComponent nc,
String code) |
static String |
ToolingExtensions.getComment(CodeSystem.ConceptDefinitionComponent c) |
static List<CodeType> |
ToolingExtensions.getSubsumes(CodeSystem.ConceptDefinitionComponent c) |
static boolean |
ToolingExtensions.hasComment(CodeSystem.ConceptDefinitionComponent c) |
| Constructor and Description |
|---|
ValidationResult(CodeSystem.ConceptDefinitionComponent definition) |
ValidationResult(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity,
String message,
CodeSystem.ConceptDefinitionComponent definition) |
Copyright © 2014–2018 University Health Network. All rights reserved.