Show / Hide Table of Contents

Class SearchParamTypeCodes

Data types allowed to be used for search parameters.

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

Fields

| Improve this Doc View Source

Composite

A composite search parameter that combines a search on two values together.

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

DateDateTime

Search parameter is on a date/time. The date format is the standard XML format, though other formats may be supported.

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

LiteralComposite

Literal for code: Composite

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

LiteralDateDateTime

Literal for code: DateDateTime

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

LiteralNumber

Literal for code: Number

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

LiteralQuantity

Literal for code: Quantity

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

LiteralReference

Literal for code: Reference

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

LiteralSearchParamTypeComposite

Literal for code: SearchParamTypeComposite

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

LiteralSearchParamTypeDateDateTime

Literal for code: SearchParamTypeDateDateTime

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

LiteralSearchParamTypeNumber

Literal for code: SearchParamTypeNumber

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

LiteralSearchParamTypeQuantity

Literal for code: SearchParamTypeQuantity

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

LiteralSearchParamTypeReference

Literal for code: SearchParamTypeReference

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

LiteralSearchParamTypeString

Literal for code: SearchParamTypeString

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

LiteralSearchParamTypeToken

Literal for code: SearchParamTypeToken

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

LiteralSearchParamTypeURI

Literal for code: SearchParamTypeURI

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

LiteralString

Literal for code: String

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

LiteralToken

Literal for code: Token

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

LiteralURI

Literal for code: URI

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

Number

Search parameter SHALL be a number (a whole number, or a decimal).

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

Quantity

A search parameter that searches on a quantity.

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

Reference

A reference to another resource.

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

String

Search parameter is a simple string, like a name part. Search is case-insensitive and accent-insensitive. May match just the start of a string. String parameters may contain spaces.

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

Token

Search parameter on a coded element or identifier. May be used to search through the text, displayname, code and code/codesystem (for codes) and label, system and key (for identifier). Its value is either a string or a pair of namespace and value, separated by a "|", depending on the modifier used.

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

URI

A search parameter that searches on a URI (RFC 3986).

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

Values

Dictionary for looking up SearchParamType 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