Uses of Class
org.hl7.fhir.r4.model.ValueSet.ConceptSetComponent
-
Packages that use ValueSet.ConceptSetComponent Package Description 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 -
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet.ConceptSetComponent inc, boolean heirachical)ValueSetExpander.ValueSetExpansionOutcomeIWorkerContext. expandVS(ValueSet.ConceptSetComponent inc, boolean heirarchical)Value set expanion inside the internal expansion engine - used for references to supported system (see "supportsSystem") for which there is no value set.IWorkerContext.ValidationResultBaseWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet.ConceptSetComponent vsi)IWorkerContext.ValidationResultIWorkerContext. validateCode(org.hl7.fhir.utilities.validation.ValidationOptions options, String system, String code, String display, ValueSet.ConceptSetComponent vsi)Validation of a code - consult the terminology service to see whether it is known. -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ConceptSetComponent Modifier and Type Method Description protected ValueSet.ConceptSetComponentJsonParser. parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptSetComponentXmlParser. parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ValueSet.ConceptSetComponent Modifier and Type Field Description protected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. excludeExclude one or more codes from the value set based on code system filters and/or other value sets.protected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. includeInclude one or more codes from a code system or other value set(s).Methods in org.hl7.fhir.r4.model that return types with arguments of type ValueSet.ConceptSetComponent Modifier and Type Method Description List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getExclude()List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getInclude()Methods in org.hl7.fhir.r4.model with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. addExclude(ValueSet.ConceptSetComponent t)ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. addInclude(ValueSet.ConceptSetComponent t)voidValueSet.ConceptSetComponent. copyValues(ValueSet.ConceptSetComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. setExclude(List<ValueSet.ConceptSetComponent> theExclude)ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. setInclude(List<ValueSet.ConceptSetComponent> theInclude) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description booleanITerminologyServices. checkVS(ValueSet.ConceptSetComponent vsi, String system, String code)Test the value set fragment (system | codes | filters).voidValueSetExpanderSimple. doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs)ValueSet.ValueSetExpansionComponentITerminologyServices. expandVS(ValueSet.ConceptSetComponent inc)Expand the value set fragment (system | codes | filters). -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description static voidToolingExtensions. addVSComment(ValueSet.ConceptSetComponent nc, String comment)
-