Class SearchModifierCodeCodes
A supported modifier for a search parameter.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SearchModifierCodeCodes : object
Fields
| Improve this Doc View SourceAbove
The search parameter tests whether the value in a resource subsumes the specified value (is-a, or hierarchical relationships).
Declaration
public static readonly Coding Above
Field Value
Type | Description |
---|---|
Coding |
Below
The search parameter tests whether the value in a resource is subsumed by the specified value (is-a, or hierarchical relationships).
Declaration
public static readonly Coding Below
Field Value
Type | Description |
---|---|
Coding |
Contains
The search parameter returns resources that include the supplied parameter value anywhere within the field being searched.
Declaration
public static readonly Coding Contains
Field Value
Type | Description |
---|---|
Coding |
Exact
The search parameter returns resources that have a value that exactly matches the supplied parameter (the whole string, including casing and accents).
Declaration
public static readonly Coding Exact
Field Value
Type | Description |
---|---|
Coding |
In
The search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the coding is in the specified value set.
Declaration
public static readonly Coding In
Field Value
Type | Description |
---|---|
Coding |
LiteralAbove
Literal for code: Above
Declaration
public const string LiteralAbove = null
Field Value
Type | Description |
---|---|
System. |
LiteralBelow
Literal for code: Below
Declaration
public const string LiteralBelow = null
Field Value
Type | Description |
---|---|
System. |
LiteralContains
Literal for code: Contains
Declaration
public const string LiteralContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralExact
Literal for code: Exact
Declaration
public const string LiteralExact = null
Field Value
Type | Description |
---|---|
System. |
LiteralIn
Literal for code: In
Declaration
public const string LiteralIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralMissing
Literal for code: Missing
Declaration
public const string LiteralMissing = null
Field Value
Type | Description |
---|---|
System. |
LiteralNot
Literal for code: Not
Declaration
public const string LiteralNot = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotIn
Literal for code: NotIn
Declaration
public const string LiteralNotIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeAbove
Literal for code: SearchModifierCodeAbove
Declaration
public const string LiteralSearchModifierCodeAbove = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeBelow
Literal for code: SearchModifierCodeBelow
Declaration
public const string LiteralSearchModifierCodeBelow = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeContains
Literal for code: SearchModifierCodeContains
Declaration
public const string LiteralSearchModifierCodeContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeExact
Literal for code: SearchModifierCodeExact
Declaration
public const string LiteralSearchModifierCodeExact = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeIn
Literal for code: SearchModifierCodeIn
Declaration
public const string LiteralSearchModifierCodeIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeMissing
Literal for code: SearchModifierCodeMissing
Declaration
public const string LiteralSearchModifierCodeMissing = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeNot
Literal for code: SearchModifierCodeNot
Declaration
public const string LiteralSearchModifierCodeNot = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeNotIn
Literal for code: SearchModifierCodeNotIn
Declaration
public const string LiteralSearchModifierCodeNotIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeText
Literal for code: SearchModifierCodeText
Declaration
public const string LiteralSearchModifierCodeText = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchModifierCodeType
Literal for code: SearchModifierCodeType
Declaration
public const string LiteralSearchModifierCodeType = null
Field Value
Type | Description |
---|---|
System. |
LiteralText
Literal for code: Text
Declaration
public const string LiteralText = null
Field Value
Type | Description |
---|---|
System. |
LiteralType
Literal for code: Type
Declaration
public const string LiteralType = null
Field Value
Type | Description |
---|---|
System. |
Missing
The search parameter returns resources that have a value or not.
Declaration
public static readonly Coding Missing
Field Value
Type | Description |
---|---|
Coding |
Not
The search parameter returns resources that do not contain a match .
Declaration
public static readonly Coding Not
Field Value
Type | Description |
---|---|
Coding |
NotIn
The search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the coding is not in the specified value set.
Declaration
public static readonly Coding NotIn
Field Value
Type | Description |
---|---|
Coding |
Text
The search parameter is processed as a string that searches text associated with the code/value - either CodeableConcept.text, Coding.display, or Identifier.type.text.
Declaration
public static readonly Coding Text
Field Value
Type | Description |
---|---|
Coding |
Type
The search parameter only applies to the Resource Type specified as a modifier (e.g. the modifier is not actually :type, but :Patient etc.).
Declaration
public static readonly Coding Type
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SearchModifierCode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |