Class FilterOperatorCodes
The kind of operation to perform as a part of a property based filter.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class FilterOperatorCodes : object
Fields
| Improve this Doc View SourceEquals
The specified property of the code equals the provided value.
Declaration
public static readonly Coding Equals
Field Value
| Type | Description |
|---|---|
| Coding |
InSet
The specified property of the code is in the set of codes or concepts specified in the provided value (comma separated list).
Declaration
public static readonly Coding InSet
Field Value
| Type | Description |
|---|---|
| Coding |
IsABySubsumption
Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself.
Declaration
public static readonly Coding IsABySubsumption
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralEquals
Literal for code: Equals
Declaration
public const string LiteralEquals = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorEquals
Literal for code: FilterOperatorEquals
Declaration
public const string LiteralFilterOperatorEquals = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorInSet
Literal for code: FilterOperatorInSet
Declaration
public const string LiteralFilterOperatorInSet = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorIsABySubsumption
Literal for code: FilterOperatorIsABySubsumption
Declaration
public const string LiteralFilterOperatorIsABySubsumption = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorNotInSet
Literal for code: FilterOperatorNotInSet
Declaration
public const string LiteralFilterOperatorNotInSet = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorNotIsABySubsumption
Literal for code: FilterOperatorNotIsABySubsumption
Declaration
public const string LiteralFilterOperatorNotIsABySubsumption = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFilterOperatorRegularExpression
Literal for code: FilterOperatorRegularExpression
Declaration
public const string LiteralFilterOperatorRegularExpression = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralInSet
Literal for code: InSet
Declaration
public const string LiteralInSet = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralIsABySubsumption
Literal for code: IsABySubsumption
Declaration
public const string LiteralIsABySubsumption = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNotInSet
Literal for code: NotInSet
Declaration
public const string LiteralNotInSet = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNotIsABySubsumption
Literal for code: NotIsABySubsumption
Declaration
public const string LiteralNotIsABySubsumption = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralRegularExpression
Literal for code: RegularExpression
Declaration
public const string LiteralRegularExpression = null
Field Value
| Type | Description |
|---|---|
| System.String |
NotInSet
The specified property of the code is not in the set of codes or concepts specified in the provided value (comma separated list).
Declaration
public static readonly Coding NotInSet
Field Value
| Type | Description |
|---|---|
| Coding |
NotIsABySubsumption
The specified property of the code does not have an is-a relationship with the provided value.
Declaration
public static readonly Coding NotIsABySubsumption
Field Value
| Type | Description |
|---|---|
| Coding |
RegularExpression
The specified property of the code matches the regex specified in the provided value.
Declaration
public static readonly Coding RegularExpression
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up FilterOperator Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |