| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.hapi.validation | |
| org.hl7.fhir.dstu2016may.model | |
| org.hl7.fhir.dstu2016may.terminologies | |
| org.hl7.fhir.dstu2016may.utils |
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
IValidationSupport.fetchValueSet(ca.uhn.fhir.context.FhirContext theContext,
String uri)
Fetch a valueset by Uri
|
ValueSet |
ValidationSupportChain.fetchValueSet(ca.uhn.fhir.context.FhirContext theCtx,
String uri) |
ValueSet |
PrePopulatedValidationSupport.fetchValueSet(ca.uhn.fhir.context.FhirContext theContext,
String uri) |
ValueSet |
DefaultProfileValidationSupport.fetchValueSet(ca.uhn.fhir.context.FhirContext theContext,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrePopulatedValidationSupport.addValueSet(ValueSet theValueSet)
Add a new ValueSet resource which will be available to the validator.
|
ValueSetExpander.ValueSetExpansionOutcome |
HapiWorkerContext.expandVS(ValueSet theSource,
boolean theCacheOk) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(CodeableConcept theCode,
ValueSet theVs) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(Coding theCode,
ValueSet theVs) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(String theSystem,
String theCode,
String theDisplay,
ValueSet theVs) |
| Constructor and Description |
|---|
PrePopulatedValidationSupport(Map<String,StructureDefinition> theStructureDefinitions,
Map<String,ValueSet> theValueSets,
Map<String,CodeSystem> theCodeSystems)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueSet |
Questionnaire.QuestionnaireItemComponent.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.QuestionnaireItemComponent |
Questionnaire.QuestionnaireItemComponent.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) |
| Constructor and Description |
|---|
ValueSetCheckerSimple(ValueSet source,
ValueSetExpanderFactory factory,
IWorkerContext context) |
ValueSetExpansionOutcome(ValueSet valueset) |
ValueSetExpansionOutcome(ValueSet valueset,
String error) |
| Modifier and Type | Method and Description |
|---|---|
ValueSetExpander.ValueSetExpansionOutcome |
IWorkerContext.expandVS(ValueSet source,
boolean cacheOk)
ValueSet Expansion - see $expand
|
static String |
ToolingExtensions.getOID(ValueSet vs) |
static boolean |
ToolingExtensions.hasOID(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.
|
Copyright © 2014–2019 University Health Network. All rights reserved.