| Package | Description |
|---|---|
| org.hl7.fhir.instance.client | |
| org.hl7.fhir.instance.model | |
| org.hl7.fhir.instance.terminologies | |
| org.hl7.fhir.instance.utils |
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
IFHIRClient.expandValueset(ValueSet source)
invoke the expand operation and pass the value set for expansion
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
IFHIRClient.expandValueset(ValueSet source)
invoke the expand operation and pass the value set for expansion
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueSet |
Questionnaire.QuestionComponent.optionsTarget
The actual object that is the target of the reference (Reference to a value set containing a list of codes representing permitted answers for the question.)
|
| Modifier and Type | Method and Description |
|---|---|
Questionnaire.QuestionComponent |
Questionnaire.QuestionComponent.setOptionsTarget(ValueSet value) |
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
ValueSetExpander.ValueSetExpansionOutcome.getValueset() |
| Modifier and Type | Method and Description |
|---|---|
ValueSetExpander.ValueSetExpansionOutcome |
ValueSetExpanderSimple.expand(ValueSet source) |
ValueSetExpander.ValueSetExpansionOutcome |
ValueSetExpander.expand(ValueSet source) |
ValueSetExpander.ValueSetExpansionOutcome |
ITerminologyServices.expand(ValueSet vs) |
ValueSetExpander.ValueSetExpansionOutcome |
ValueSetExpansionCache.CacheAwareExpander.expand(ValueSet source) |
| Constructor and Description |
|---|
ValueSetCheckerSimple(ValueSet source,
ValueSetExpanderFactory factory,
IWorkerContext context) |
ValueSetExpansionOutcome(ValueSet valueset) |
ValueSetExpansionOutcome(ValueSet valueset,
String error) |
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
WorkerContext.NullClient.expandValueset(ValueSet source) |
ValueSet |
IWorkerContext.fetchCodeSystem(String system)
Find a value set for the nominated system uri.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueSet> |
WorkerContext.getCodeSystems() |
Map<String,ValueSet> |
WorkerContext.getValueSets() |
| Modifier and Type | Method and Description |
|---|---|
ValueSetExpander.ValueSetExpansionOutcome |
WorkerContext.NullTerminologyServices.expand(ValueSet vs) |
ValueSet |
WorkerContext.NullClient.expandValueset(ValueSet source) |
ValueSetExpander.ValueSetExpansionOutcome |
IWorkerContext.expandVS(ValueSet source,
boolean cacheOk)
ValueSet Expansion - see $expand
|
static String |
ToolingExtensions.getOID(ValueSet vs) |
void |
WorkerContext.seeValueSet(String url,
ValueSet vs) |
static void |
ToolingExtensions.setOID(ValueSet vs,
String oid) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(CodeableConcept code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(Coding code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display,
ValueSet vs)
Validation of a code - consult the terminology service
to see whether it is known.
|
| Constructor and Description |
|---|
WorkerContext(ITerminologyServices conceptLocator,
IFHIRClient client,
Map<String,ValueSet> codeSystems,
Map<String,ValueSet> valueSets,
Map<String,ConceptMap> maps,
Map<String,StructureDefinition> profiles) |
WorkerContext(ITerminologyServices conceptLocator,
IFHIRClient client,
Map<String,ValueSet> codeSystems,
Map<String,ValueSet> valueSets,
Map<String,ConceptMap> maps,
Map<String,StructureDefinition> profiles) |
Copyright © 2014–2018 University Health Network. All rights reserved.