Uses of Class
org.hl7.fhir.dstu2.model.ValueSet
Package
Description
-
Uses of ValueSet in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected ValueSet
JsonParser.parseValueSet
(com.google.gson.JsonObject json) protected ValueSet
XmlParser.parseValueSet
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSet
(String name, ValueSet element) protected void
XmlParser.composeValueSet
(String name, ValueSet element) protected void
JsonParser.composeValueSetInner
(ValueSet element) protected ValueSet.ConceptDefinitionComponent
JsonParser.parseValueSetConceptDefinitionComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptDefinitionComponent
XmlParser.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.ConceptReferenceComponent
JsonParser.parseValueSetConceptReferenceComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptReferenceComponent
XmlParser.parseValueSetConceptReferenceComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetComponent
JsonParser.parseValueSetConceptSetComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetComponent
XmlParser.parseValueSetConceptSetComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ConceptSetFilterComponent
JsonParser.parseValueSetConceptSetFilterComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetFilterComponent
XmlParser.parseValueSetConceptSetFilterComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponent
JsonParser.parseValueSetValueSetCodeSystemComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetCodeSystemComponent
XmlParser.parseValueSetValueSetCodeSystemComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetComposeComponent
JsonParser.parseValueSetValueSetComposeComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetComposeComponent
XmlParser.parseValueSetValueSetComposeComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetContactComponent
JsonParser.parseValueSetValueSetContactComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetContactComponent
XmlParser.parseValueSetValueSetContactComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) protected ValueSet.ValueSetExpansionComponent
JsonParser.parseValueSetValueSetExpansionComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetExpansionComponent
XmlParser.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
Modifier and TypeFieldDescriptionprotected 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 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 ValueSet
ValueSet.typedCopy()
Modifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setOptionsTarget
(ValueSet value) -
Uses of ValueSet in org.hl7.fhir.dstu2.terminologies
Modifier and TypeMethodDescriptionValueSetExpander.ValueSetExpansionOutcome.getValueset()
static ValueSet
ValueSetUtilities.makeShareable
(ValueSet vs) Modifier and TypeMethodDescriptionstatic void
ValueSetUtilities.checkShareable
(ValueSet vs) static ValueSet
ValueSetUtilities.makeShareable
(ValueSet vs) ModifierConstructorDescriptionValueSetCheckerSimple
(ValueSet source, ValueSetExpanderFactory factory, IWorkerContext context) ValueSetExpansionOutcome
(ValueSet valueset) ValueSetExpansionOutcome
(ValueSet valueset, String error) -
Uses of ValueSet in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionBaseWorkerContext.fetchCodeSystem
(String system) IWorkerContext.fetchCodeSystem
(String system) Find a value set for the nominated system uri.Modifier and TypeMethodDescriptionProfileComparer.addValueSet
(ValueSet cvs) ValueSet Expansion - see $expandvoid
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.void
static String
static void
BaseWorkerContext.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
Modifier and TypeMethodDescriptionFHIRToolingClient.expandValueset
(ValueSet source, Parameters expParams) Modifier and TypeMethodDescriptionFHIRToolingClient.expandValueset
(ValueSet source, Parameters expParams)