Class ValueSet.ComposeInclude

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeInclude
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
ValueSet

public static class ValueSet.ComposeInclude extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ValueSet.compose.include ()

Definition: Include one or more codes from a code system

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getSystemElement

      public ca.uhn.fhir.model.primitive.UriDt getSystemElement()
      Gets the value(s) for system (). creating it if it does not exist. Will not return null.

      Definition: An absolute URI which is the code system from which the selected codes come from

    • getSystem

      public String getSystem()
      Gets the value(s) for system (). creating it if it does not exist. This method may return null.

      Definition: An absolute URI which is the code system from which the selected codes come from

    • setSystem

      public ValueSet.ComposeInclude setSystem(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for system ()

      Definition: An absolute URI which is the code system from which the selected codes come from

    • setSystem

      Sets the value for system ()

      Definition: An absolute URI which is the code system from which the selected codes come from

    • getVersionElement

      public ca.uhn.fhir.model.primitive.StringDt getVersionElement()
      Gets the value(s) for version (). creating it if it does not exist. Will not return null.

      Definition: The version of the code system that the codes are selected from

    • getVersion

      public String getVersion()
      Gets the value(s) for version (). creating it if it does not exist. This method may return null.

      Definition: The version of the code system that the codes are selected from

    • setVersion

      public ValueSet.ComposeInclude setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for version ()

      Definition: The version of the code system that the codes are selected from

    • setVersion

      Sets the value for version ()

      Definition: The version of the code system that the codes are selected from

    • getConcept

      Gets the value(s) for concept (). creating it if it does not exist. Will not return null.

      Definition: Specifies a concept to be included or excluded.

    • setConcept

      Sets the value(s) for concept ()

      Definition: Specifies a concept to be included or excluded.

    • addConcept

      Adds and returns a new value for concept ()

      Definition: Specifies a concept to be included or excluded.

    • addConcept

      Adds a given new value for concept ()

      Definition: Specifies a concept to be included or excluded.

      Parameters:
      theValue - The concept to add (must not be null)
    • getConceptFirstRep

      Gets the first repetition for concept (), creating it if it does not already exist.

      Definition: Specifies a concept to be included or excluded.

    • getFilter

      Gets the value(s) for filter (). creating it if it does not exist. Will not return null.

      Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.

    • setFilter

      Sets the value(s) for filter ()

      Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.

    • addFilter

      Adds and returns a new value for filter ()

      Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.

    • addFilter

      Adds a given new value for filter ()

      Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.

      Parameters:
      theValue - The filter to add (must not be null)
    • getFilterFirstRep

      Gets the first repetition for filter (), creating it if it does not already exist.

      Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.