Uses of Class
org.hl7.fhir.dstu2.model.ValueSet
Packages that use ValueSet
Package
Description
-
Uses of ValueSet in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSetModifier and TypeMethodDescriptionprotected ValueSetJsonParser.parseValueSet(com.google.gson.JsonObject json)protected ValueSetXmlParser.parseValueSet(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSetModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSet(String name, ValueSet element)protected voidXmlParser.composeValueSet(String name, ValueSet element)protected voidJsonParser.composeValueSetInner(ValueSet element)protected ValueSet.ConceptDefinitionComponentJsonParser.parseValueSetConceptDefinitionComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptDefinitionComponentXmlParser.parseValueSetConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)JsonParser.parseValueSetConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, ValueSet owner)XmlParser.parseValueSetConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ConceptReferenceComponentJsonParser.parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptReferenceComponentXmlParser.parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ConceptSetComponentJsonParser.parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptSetComponentXmlParser.parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ConceptSetFilterComponentJsonParser.parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptSetFilterComponentXmlParser.parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ValueSetCodeSystemComponentJsonParser.parseValueSetValueSetCodeSystemComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetCodeSystemComponentXmlParser.parseValueSetValueSetCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ValueSetComposeComponentJsonParser.parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetComposeComponentXmlParser.parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ValueSetContactComponentJsonParser.parseValueSetValueSetContactComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetContactComponentXmlParser.parseValueSetValueSetContactComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)protected ValueSet.ValueSetExpansionComponentJsonParser.parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetExpansionComponentXmlParser.parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)JsonParser.parseValueSetValueSetExpansionContainsComponent(com.google.gson.JsonObject json, ValueSet owner)XmlParser.parseValueSetValueSetExpansionContainsComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)JsonParser.parseValueSetValueSetExpansionParameterComponent(com.google.gson.JsonObject json, ValueSet owner)XmlParser.parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ValueSetModifier and TypeFieldDescriptionprotected ValueSetQuestionnaire.QuestionComponent.optionsTargetThe 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.)Methods in org.hl7.fhir.dstu2.model that return ValueSetModifier and TypeMethodDescriptionValueSet.addContact(ValueSet.ValueSetContactComponent t)ValueSet.addUseContext(CodeableConcept t)ValueSet.copy()Questionnaire.QuestionComponent.getOptionsTarget()ValueSet.setCodeSystem(ValueSet.ValueSetCodeSystemComponent value)ValueSet.setCompose(ValueSet.ValueSetComposeComponent value)ValueSet.setCopyright(String value)ValueSet.setCopyrightElement(StringType value)ValueSet.setDateElement(DateTimeType value)ValueSet.setDescription(String value)ValueSet.setDescriptionElement(StringType value)ValueSet.setExpansion(ValueSet.ValueSetExpansionComponent value)ValueSet.setExperimental(boolean value)ValueSet.setExperimentalElement(BooleanType value)ValueSet.setExtensible(boolean value)ValueSet.setExtensibleElement(BooleanType value)ValueSet.setIdentifier(Identifier value)ValueSet.setImmutable(boolean value)ValueSet.setImmutableElement(BooleanType value)ValueSet.setLockedDate(Date value)ValueSet.setLockedDateElement(DateType value)ValueSet.setNameElement(StringType value)ValueSet.setPublisher(String value)ValueSet.setPublisherElement(StringType value)ValueSet.setRequirements(String value)ValueSet.setRequirementsElement(StringType value)ValueSet.setStatus(Enumerations.ConformanceResourceStatus value)ValueSet.setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)ValueSet.setUrlElement(UriType value)ValueSet.setVersion(String value)ValueSet.setVersionElement(StringType value)protected ValueSetValueSet.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSetModifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setOptionsTarget(ValueSet value) -
Uses of ValueSet in org.hl7.fhir.dstu2.terminologies
Methods in org.hl7.fhir.dstu2.terminologies that return ValueSetModifier and TypeMethodDescriptionValueSetExpander.ValueSetExpansionOutcome.getValueset()static ValueSetValueSetUtilities.makeShareable(ValueSet vs)Methods in org.hl7.fhir.dstu2.terminologies with parameters of type ValueSetModifier and TypeMethodDescriptionstatic voidValueSetUtilities.checkShareable(ValueSet vs)static ValueSetValueSetUtilities.makeShareable(ValueSet vs)Constructors in org.hl7.fhir.dstu2.terminologies with parameters of type ValueSetModifierConstructorDescriptionValueSetCheckerSimple(ValueSet source, ValueSetExpanderFactory factory, IWorkerContext context)ValueSetExpansionOutcome(ValueSet valueset)ValueSetExpansionOutcome(ValueSet valueset, String error) -
Uses of ValueSet in org.hl7.fhir.dstu2.utils
Fields in org.hl7.fhir.dstu2.utils with type parameters of type ValueSetMethods in org.hl7.fhir.dstu2.utils that return ValueSetModifier and TypeMethodDescriptionBaseWorkerContext.fetchCodeSystem(String system)IWorkerContext.fetchCodeSystem(String system)Find a value set for the nominated system uri.Methods in org.hl7.fhir.dstu2.utils that return types with arguments of type ValueSetMethods in org.hl7.fhir.dstu2.utils with parameters of type ValueSetModifier and TypeMethodDescriptionProfileComparer.addValueSet(ValueSet cvs)ValueSet Expansion - see $expandvoidThis 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.voidstatic Stringstatic voidBaseWorkerContext.validateCode(String system, String code, String display, ValueSet vs)BaseWorkerContext.validateCode(CodeableConcept code, ValueSet vs)BaseWorkerContext.validateCode(Coding code, ValueSet vs)IWorkerContext.validateCode(String system, String code, String display, ValueSet vs)Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode(CodeableConcept code, ValueSet vs)IWorkerContext.validateCode(Coding code, ValueSet vs) -
Uses of ValueSet in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return ValueSetModifier and TypeMethodDescriptionFHIRToolingClient.expandValueset(ValueSet source)FHIRToolingClient.expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)Methods in org.hl7.fhir.dstu2.utils.client with parameters of type ValueSetModifier and TypeMethodDescriptionFHIRToolingClient.expandValueset(ValueSet source)FHIRToolingClient.expandValueset(ValueSet source, Parameters expParams, Map<String,String> params)