| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.context | |
| org.hl7.fhir.dstu3.hapi.validation | |
| org.hl7.fhir.dstu3.model | |
| org.hl7.fhir.dstu3.terminologies |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ValueSetExpansionComponent |
IWorkerContext.expandVS(ValueSet.ConceptSetComponent inc,
boolean heiarchical)
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 |
IWorkerContext.validateCode(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 | 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) |
| 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).
|
ValueSet.ValueSetExpansionComponent |
ITerminologyServices.expandVS(ValueSet.ConceptSetComponent inc)
Expand the value set fragment (system | codes | filters).
|
Copyright © 2014–2017 University Health Network. All rights reserved.