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. |
LiteralFilterOperatorEquals
Literal for code: FilterOperatorEquals
Declaration
public const string LiteralFilterOperatorEquals = null
Field Value
Type | Description |
---|---|
System. |
LiteralFilterOperatorInSet
Literal for code: FilterOperatorInSet
Declaration
public const string LiteralFilterOperatorInSet = null
Field Value
Type | Description |
---|---|
System. |
LiteralFilterOperatorIsABySubsumption
Literal for code: FilterOperatorIsABySubsumption
Declaration
public const string LiteralFilterOperatorIsABySubsumption = null
Field Value
Type | Description |
---|---|
System. |
LiteralFilterOperatorNotInSet
Literal for code: FilterOperatorNotInSet
Declaration
public const string LiteralFilterOperatorNotInSet = null
Field Value
Type | Description |
---|---|
System. |
LiteralFilterOperatorNotIsABySubsumption
Literal for code: FilterOperatorNotIsABySubsumption
Declaration
public const string LiteralFilterOperatorNotIsABySubsumption = null
Field Value
Type | Description |
---|---|
System. |
LiteralFilterOperatorRegularExpression
Literal for code: FilterOperatorRegularExpression
Declaration
public const string LiteralFilterOperatorRegularExpression = null
Field Value
Type | Description |
---|---|
System. |
LiteralInSet
Literal for code: InSet
Declaration
public const string LiteralInSet = null
Field Value
Type | Description |
---|---|
System. |
LiteralIsABySubsumption
Literal for code: IsABySubsumption
Declaration
public const string LiteralIsABySubsumption = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotInSet
Literal for code: NotInSet
Declaration
public const string LiteralNotInSet = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotIsABySubsumption
Literal for code: NotIsABySubsumption
Declaration
public const string LiteralNotIsABySubsumption = null
Field Value
Type | Description |
---|---|
System. |
LiteralRegularExpression
Literal for code: RegularExpression
Declaration
public const string LiteralRegularExpression = null
Field Value
Type | Description |
---|---|
System. |
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. |