Show / Hide Table of Contents

Class SearchModifierCodeCodes

A supported modifier for a search parameter.

Inheritance
System.Object
SearchModifierCodeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SearchModifierCodeCodes : object

Fields

| Improve this Doc View Source

Above

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralAbove

Literal for code: Above

Declaration
public const string LiteralAbove = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBelow

Literal for code: Below

Declaration
public const string LiteralBelow = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContains

Literal for code: Contains

Declaration
public const string LiteralContains = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralExact

Literal for code: Exact

Declaration
public const string LiteralExact = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIn

Literal for code: In

Declaration
public const string LiteralIn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMissing

Literal for code: Missing

Declaration
public const string LiteralMissing = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNot

Literal for code: Not

Declaration
public const string LiteralNot = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNotIn

Literal for code: NotIn

Declaration
public const string LiteralNotIn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeAbove

Literal for code: SearchModifierCodeAbove

Declaration
public const string LiteralSearchModifierCodeAbove = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeBelow

Literal for code: SearchModifierCodeBelow

Declaration
public const string LiteralSearchModifierCodeBelow = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeContains

Literal for code: SearchModifierCodeContains

Declaration
public const string LiteralSearchModifierCodeContains = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeExact

Literal for code: SearchModifierCodeExact

Declaration
public const string LiteralSearchModifierCodeExact = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeIn

Literal for code: SearchModifierCodeIn

Declaration
public const string LiteralSearchModifierCodeIn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeMissing

Literal for code: SearchModifierCodeMissing

Declaration
public const string LiteralSearchModifierCodeMissing = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeNot

Literal for code: SearchModifierCodeNot

Declaration
public const string LiteralSearchModifierCodeNot = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeNotIn

Literal for code: SearchModifierCodeNotIn

Declaration
public const string LiteralSearchModifierCodeNotIn = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeText

Literal for code: SearchModifierCodeText

Declaration
public const string LiteralSearchModifierCodeText = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSearchModifierCodeType

Literal for code: SearchModifierCodeType

Declaration
public const string LiteralSearchModifierCodeType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralText

Literal for code: Text

Declaration
public const string LiteralText = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralType

Literal for code: Type

Declaration
public const string LiteralType = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Missing

The search parameter returns resources that have a value or not.

Declaration
public static readonly Coding Missing
Field Value
Type Description
Coding
| Improve this Doc View Source

Not

The search parameter returns resources that do not contain a match .

Declaration
public static readonly Coding Not
Field Value
Type Description
Coding
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Values

Dictionary for looking up SearchModifierCode Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX