Uses of Class
org.hl7.fhir.r4.model.ValueSet
-
Packages that use ValueSet Package Description org.hl7.fhir.r4.conformance 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 org.hl7.fhir.r4.utils.client -
-
Uses of ValueSet in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance that return types with arguments of type ValueSet Modifier and Type Method Description List<ValueSet>ProfileComparer. getValuesets()Methods in org.hl7.fhir.r4.conformance with parameters of type ValueSet Modifier and Type Method Description StringProfileComparer. addValueSet(ValueSet cvs) -
Uses of ValueSet in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return ValueSet Modifier and Type Method Description ValueSetTerminologyCache. getVSEssense(ValueSet vs)Methods in org.hl7.fhir.r4.context with parameters of type ValueSet Modifier and Type Method Description IWorkerContext.ValidationResultBaseWorkerContext. doValidateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs, boolean implySystem)ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet vs, boolean cacheOk, boolean heirarchical)ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet vs, boolean cacheOk, boolean heirarchical, Parameters p)ValueSetExpander.ValueSetExpansionOutcomeIWorkerContext. expandVS(ValueSet source, boolean cacheOk, boolean heiarchical)ValueSet Expansion - see $expandTerminologyCache.CacheTokenTerminologyCache. generateExpandToken(ValueSet vs, boolean heirarchical)TerminologyCache.CacheTokenTerminologyCache. generateValidationToken(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs)TerminologyCache.CacheTokenTerminologyCache. generateValidationToken(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs)ValueSetTerminologyCache. getVSEssense(ValueSet vs)StringTerminologyCache. summary(ValueSet vs)IWorkerContext.ValidationResultBaseWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet vs)IWorkerContext.ValidationResultBaseWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String code, ValueSet vs)IWorkerContext.ValidationResultBaseWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs)IWorkerContext.ValidationResultBaseWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs)IWorkerContext.ValidationResultIWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet vs)Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.ValidationResultIWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String code, ValueSet vs)IWorkerContext.ValidationResultIWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, CodeableConcept code, ValueSet vs)IWorkerContext.ValidationResultIWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, Coding code, ValueSet vs) -
Uses of ValueSet in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet Modifier and Type Method Description protected ValueSetJsonParser. parseValueSet(com.google.gson.JsonObject json)protected ValueSetXmlParser. parseValueSet(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ValueSet Modifier and Type Field Description protected ValueSetObservationDefinition. abnormalCodedValueSetTargetThe actual object that is the target of the reference (The set of abnormal coded results for the observation conforming to this ObservationDefinition.)protected ValueSetObservationDefinition. criticalCodedValueSetTargetThe actual object that is the target of the reference (The set of critical coded results for the observation conforming to this ObservationDefinition.)protected ValueSetObservationDefinition. normalCodedValueSetTargetThe actual object that is the target of the reference (The set of normal coded results for the observations conforming to this ObservationDefinition.)protected ValueSetObservationDefinition. validCodedValueSetTargetThe actual object that is the target of the reference (The set of valid coded results for the observations conforming to this ObservationDefinition.)Methods in org.hl7.fhir.r4.model with parameters of type ValueSet Modifier and Type Method Description voidValueSet. copyValues(ValueSet dst)ObservationDefinitionObservationDefinition. setAbnormalCodedValueSetTarget(ValueSet value)ObservationDefinitionObservationDefinition. setCriticalCodedValueSetTarget(ValueSet value)ObservationDefinitionObservationDefinition. setNormalCodedValueSetTarget(ValueSet value)ObservationDefinitionObservationDefinition. setValidCodedValueSetTarget(ValueSet value) -
Uses of ValueSet in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return ValueSet Modifier and Type Method Description static ValueSetImplicitValueSets. build(String url)ValueSetTerminologyClient. expandValueset(ValueSet vs, Parameters p, Map<String,String> params)ValueSetTerminologyClientR4. expandValueset(ValueSet vs, Parameters p, Map<String,String> params)ValueSetValueSetExpander.ValueSetExpansionOutcome. getValueset()static ValueSetValueSetUtilities. makeShareable(ValueSet vs)Methods in org.hl7.fhir.r4.terminologies with parameters of type ValueSet Modifier and Type Method Description static voidValueSetUtilities. checkShareable(ValueSet vs)ValueSetExpander.ValueSetExpansionOutcomeValueSetExpanderSimple. doExpand(ValueSet source, Parameters expParams)ValueSetExpander.ValueSetExpansionOutcomeITerminologyServices. expand(ValueSet vs)ValueSetExpander.ValueSetExpansionOutcomeValueSetExpander. expand(ValueSet source, Parameters parameters)ValueSetExpander.ValueSetExpansionOutcomeValueSetExpanderSimple. expand(ValueSet source, Parameters expParams)ValueSetExpander.ValueSetExpansionOutcomeValueSetExpansionCache.CacheAwareExpander. expand(ValueSet source, Parameters expParams)ValueSetTerminologyClient. expandValueset(ValueSet vs, Parameters p, Map<String,String> params)ValueSetTerminologyClientR4. expandValueset(ValueSet vs, Parameters p, Map<String,String> params)static StringValueSetUtilities. getOID(ValueSet vs)static booleanValueSetUtilities. hasOID(ValueSet vs)static ValueSetValueSetUtilities. makeShareable(ValueSet vs)static voidValueSetUtilities. markStatus(ValueSet vs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, IWorkerContext context, String normativeVersion)static voidValueSetUtilities. setOID(ValueSet vs, String oid)Constructors in org.hl7.fhir.r4.terminologies with parameters of type ValueSet Constructor Description ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context)ValueSetExpansionOutcome(ValueSet valueset)ValueSetExpansionOutcome(ValueSet valueset, String error, ValueSetExpander.TerminologyServiceErrorClass errorClass) -
Uses of ValueSet in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ValueSet Modifier and Type Method Description ValueSetFHIRPathEngine.IEvaluationContext. resolveValueSet(Object appContext, String url)ValueSetLiquidEngine. resolveValueSet(Object appContext, String url)Methods in org.hl7.fhir.r4.utils with parameters of type ValueSet Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, boolean header)This generate is optimised for the FHIR build process itself in as much as it generates hyperlinks in the narrative that are only going to be correct for the purposes of the build.voidNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, ValueSet vs, ValueSet src, boolean header) -
Uses of ValueSet in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return ValueSet Modifier and Type Method Description ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams)ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)Methods in org.hl7.fhir.r4.utils.client with parameters of type ValueSet Modifier and Type Method Description ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams)ValueSetFHIRToolingClient. expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)
-