| Modifier and Type | Method and Description |
|---|---|
CodeSystem.ConceptDefinitionComponent |
IWorkerContext.ValidationResult.asConceptDefinition() |
| Constructor and Description |
|---|
ValidationResult(CodeSystem.ConceptDefinitionComponent definition) |
ValidationResult(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity,
String message,
CodeSystem.ConceptDefinitionComponent definition) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeSystem.ConceptDefinitionComponent |
JsonParser.parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json,
CodeSystem owner) |
protected CodeSystem.ConceptDefinitionComponent |
XmlParser.parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp,
CodeSystem owner) |
| 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 |
|---|---|
CodeSystem |
CodeSystem.setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) |
CodeSystem.ConceptDefinitionComponent |
CodeSystem.ConceptDefinitionComponent.setConcept(List<CodeSystem.ConceptDefinitionComponent> theConcept) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem.ConceptDefinitionComponent |
ITerminologyServices.getCodeDefinition(String system,
String code)
given a system|code, return a definition for it.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CodeSystemUtilities.isDeprecated(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent def) |
static boolean |
CodeSystemUtilities.isInactive(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent def) |
static boolean |
CodeSystemUtilities.isNotSelectable(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent def) |
static Type |
CodeSystemUtilities.readProperty(CodeSystem.ConceptDefinitionComponent concept,
String code) |
static void |
CodeSystemUtilities.setDeprecated(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent concept,
DateTimeType date) |
static void |
CodeSystemUtilities.setInactive(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent concept) |
static void |
CodeSystemUtilities.setNotSelectable(CodeSystem cs,
CodeSystem.ConceptDefinitionComponent concept) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolingExtensions.addCSComment(CodeSystem.ConceptDefinitionComponent nc,
String comment) |
static void |
ToolingExtensions.addSubsumes(CodeSystem.ConceptDefinitionComponent nc,
String code) |
static String |
ToolingExtensions.getCSComment(CodeSystem.ConceptDefinitionComponent c) |
static List<CodeType> |
ToolingExtensions.getSubsumes(CodeSystem.ConceptDefinitionComponent c) |
static boolean |
ToolingExtensions.hasCSComment(CodeSystem.ConceptDefinitionComponent c) |
Copyright © 2014–2018 University Health Network. All rights reserved.