| Package | Description |
|---|---|
| org.hl7.fhir.r4.context | |
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.terminologies | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
ValueSetExpander.ValueSetExpansionOutcome |
BaseWorkerContext.expandVS(ValueSet.ConceptSetComponent inc,
boolean heirachical) |
ValueSetExpander.ValueSetExpansionOutcome |
IWorkerContext.expandVS(ValueSet.ConceptSetComponent inc,
boolean heirarchical)
Value set expanion inside the internal expansion engine - used
for references to supported system (see "supportsSystem") for
which there is no value set.
|
IWorkerContext.ValidationResult |
BaseWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options,
String system,
String code,
String display,
ValueSet.ConceptSetComponent vsi) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options,
String system,
String code,
String display,
ValueSet.ConceptSetComponent vsi)
Validation of a code - consult the terminology service
to see whether it is known.
|
| Modifier and Type | Method and Description |
|---|---|
protected ValueSet.ConceptSetComponent |
JsonParser.parseValueSetConceptSetComponent(com.google.gson.JsonObject json,
ValueSet owner) |
protected ValueSet.ConceptSetComponent |
XmlParser.parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp,
ValueSet owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.exclude
Exclude one or more codes from the value set based on code system filters and/or other value sets.
|
protected List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.include
Include one or more codes from a code system or other value set(s).
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.getExclude() |
List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.getInclude() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ValueSetComposeComponent |
ValueSet.ValueSetComposeComponent.addExclude(ValueSet.ConceptSetComponent t) |
ValueSet.ValueSetComposeComponent |
ValueSet.ValueSetComposeComponent.addInclude(ValueSet.ConceptSetComponent t) |
void |
ValueSet.ConceptSetComponent.copyValues(ValueSet.ConceptSetComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ValueSetComposeComponent |
ValueSet.ValueSetComposeComponent.setExclude(List<ValueSet.ConceptSetComponent> theExclude) |
ValueSet.ValueSetComposeComponent |
ValueSet.ValueSetComposeComponent.setInclude(List<ValueSet.ConceptSetComponent> theInclude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITerminologyServices.checkVS(ValueSet.ConceptSetComponent vsi,
String system,
String code)
Test the value set fragment (system | codes | filters).
|
void |
ValueSetExpanderSimple.doInternalIncludeCodes(ValueSet.ConceptSetComponent inc,
List<ValueSet.ValueSetExpansionParameterComponent> params,
Parameters expParams,
List<ValueSet> imports,
CodeSystem cs) |
ValueSet.ValueSetExpansionComponent |
ITerminologyServices.expandVS(ValueSet.ConceptSetComponent inc)
Expand the value set fragment (system | codes | filters).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolingExtensions.addVSComment(ValueSet.ConceptSetComponent nc,
String comment) |
Copyright © 2014–2021 Health Level 7. All rights reserved.