| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.hapi.validation | |
| org.hl7.fhir.dstu2016may.model | |
| org.hl7.fhir.dstu2016may.utils |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ValueSetExpansionComponent |
IValidationSupport.expandValueSet(ca.uhn.fhir.context.FhirContext theContext,
ValueSet.ConceptSetComponent theInclude)
Expands the given portion of a ValueSet
|
ValueSet.ValueSetExpansionComponent |
ValidationSupportChain.expandValueSet(ca.uhn.fhir.context.FhirContext theCtx,
ValueSet.ConceptSetComponent theInclude) |
ValueSet.ValueSetExpansionComponent |
PrePopulatedValidationSupport.expandValueSet(ca.uhn.fhir.context.FhirContext theContext,
ValueSet.ConceptSetComponent theInclude) |
ValueSet.ValueSetExpansionComponent |
DefaultProfileValidationSupport.expandValueSet(ca.uhn.fhir.context.FhirContext theContext,
ValueSet.ConceptSetComponent theInclude) |
ValueSet.ValueSetExpansionComponent |
HapiWorkerContext.expandVS(ValueSet.ConceptSetComponent theInc) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(String theSystem,
String theCode,
String theDisplay,
ValueSet.ConceptSetComponent theVsi) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.exclude
Exclude one or more codes from the value set.
|
protected List<ValueSet.ConceptSetComponent> |
ValueSet.ValueSetComposeComponent.include
Include one or more codes from a code system.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.addConcept(ValueSet.ConceptReferenceComponent t) |
ValueSet.ConceptSetComponent |
ValueSet.ValueSetComposeComponent.addExclude() |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.addFilter(ValueSet.ConceptSetFilterComponent t) |
ValueSet.ConceptSetComponent |
ValueSet.ValueSetComposeComponent.addInclude() |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.copy() |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.setSystem(String value) |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.setSystemElement(UriType value) |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.setVersion(String value) |
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.setVersionElement(StringType value) |
| 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.ValueSetExpansionComponent |
IWorkerContext.expandVS(ValueSet.ConceptSetComponent inc)
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.
|
Copyright © 2014–2018 University Health Network. All rights reserved.