Enum Enumerations.SubscriptionSearchModifier

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ABOVE
      The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource subsumes the specified search code.
      AP
      The value for the parameter in the resource is approximately the same to the provided value.
      BELOW
      The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource is subsumed by the specified search code.
      EB
      The value for the parameter in the resource ends before the provided value.
      EQ
      The value for the parameter in the resource is equal to the provided value.
      EQUAL
      Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002).
      GE
      The value for the parameter in the resource is greater or equal to the provided value.
      GT
      The value for the parameter in the resource is greater than the provided value.
      IN
      The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is present in the specified Group, List, or Value Set.
      LE
      The value for the parameter in the resource is less or equal to the provided value.
      LT
      The value for the parameter in the resource is less than the provided value.
      NE
      The value for the parameter in the resource is not equal to the provided value.
      NOTIN
      The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is NOT present in the specified Group, List, or Value Set.
      NULL
      added to help the parsers
      OFTYPE
      The search parameter has the format system|code|value, where the system and code refer to a Identifier.type.coding.system and .code, and match if any of the type codes match.
      SA
      The value for the parameter in the resource starts after the provided value.