Class SearchParamTypeCodes
Data types allowed to be used for search parameters.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SearchParamTypeCodes : object
Fields
| Improve this Doc View SourceComposite
A composite search parameter that combines a search on two values together.
Declaration
public static readonly Coding Composite
Field Value
Type | Description |
---|---|
Coding |
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 |
LiteralComposite
Literal for code: Composite
Declaration
public const string LiteralComposite = null
Field Value
Type | Description |
---|---|
System. |
LiteralDateDateTime
Literal for code: DateDateTime
Declaration
public const string LiteralDateDateTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralNumber
Literal for code: Number
Declaration
public const string LiteralNumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantity
Literal for code: Quantity
Declaration
public const string LiteralQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralReference
Literal for code: Reference
Declaration
public const string LiteralReference = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeComposite
Literal for code: SearchParamTypeComposite
Declaration
public const string LiteralSearchParamTypeComposite = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeDateDateTime
Literal for code: SearchParamTypeDateDateTime
Declaration
public const string LiteralSearchParamTypeDateDateTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeNumber
Literal for code: SearchParamTypeNumber
Declaration
public const string LiteralSearchParamTypeNumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeQuantity
Literal for code: SearchParamTypeQuantity
Declaration
public const string LiteralSearchParamTypeQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeReference
Literal for code: SearchParamTypeReference
Declaration
public const string LiteralSearchParamTypeReference = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeString
Literal for code: SearchParamTypeString
Declaration
public const string LiteralSearchParamTypeString = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeToken
Literal for code: SearchParamTypeToken
Declaration
public const string LiteralSearchParamTypeToken = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchParamTypeURI
Literal for code: SearchParamTypeURI
Declaration
public const string LiteralSearchParamTypeURI = null
Field Value
Type | Description |
---|---|
System. |
LiteralString
Literal for code: String
Declaration
public const string LiteralString = null
Field Value
Type | Description |
---|---|
System. |
LiteralToken
Literal for code: Token
Declaration
public const string LiteralToken = null
Field Value
Type | Description |
---|---|
System. |
LiteralURI
Literal for code: URI
Declaration
public const string LiteralURI = null
Field Value
Type | Description |
---|---|
System. |
Number
Search parameter SHALL be a number (a whole number, or a decimal).
Declaration
public static readonly Coding Number
Field Value
Type | Description |
---|---|
Coding |
Quantity
A search parameter that searches on a quantity.
Declaration
public static readonly Coding Quantity
Field Value
Type | Description |
---|---|
Coding |
Reference
A reference to another resource.
Declaration
public static readonly Coding Reference
Field Value
Type | Description |
---|---|
Coding |
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 |
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 |
URI
A search parameter that searches on a URI (RFC 3986).
Declaration
public static readonly Coding URI
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SearchParamType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |