Class SearchXpathUsageCodes
How a search parameter relates to the set of elements returned by evaluating its xpath query.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SearchXpathUsageCodes : object
Fields
| Improve this Doc View SourceDistance
The search parameter is based on a spatial transform of the selected nodes, using physical distance from the middle.
Declaration
public static readonly Coding Distance
Field Value
Type | Description |
---|---|
Coding |
LiteralDistance
Literal for code: Distance
Declaration
public const string LiteralDistance = null
Field Value
Type | Description |
---|---|
System. |
LiteralNearby
Literal for code: Nearby
Declaration
public const string LiteralNearby = null
Field Value
Type | Description |
---|---|
System. |
LiteralNormal
Literal for code: Normal
Declaration
public const string LiteralNormal = null
Field Value
Type | Description |
---|---|
System. |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralPhonetic
Literal for code: Phonetic
Declaration
public const string LiteralPhonetic = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchXpathUsageDistance
Literal for code: SearchXpathUsageDistance
Declaration
public const string LiteralSearchXpathUsageDistance = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchXpathUsageNearby
Literal for code: SearchXpathUsageNearby
Declaration
public const string LiteralSearchXpathUsageNearby = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchXpathUsageNormal
Literal for code: SearchXpathUsageNormal
Declaration
public const string LiteralSearchXpathUsageNormal = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchXpathUsageOther
Literal for code: SearchXpathUsageOther
Declaration
public const string LiteralSearchXpathUsageOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchXpathUsagePhonetic
Literal for code: SearchXpathUsagePhonetic
Declaration
public const string LiteralSearchXpathUsagePhonetic = null
Field Value
Type | Description |
---|---|
System. |
Nearby
The search parameter is based on a spatial transform of the selected nodes.
Declaration
public static readonly Coding Nearby
Field Value
Type | Description |
---|---|
Coding |
Normal
The search parameter is derived directly from the selected nodes based on the type definitions.
Declaration
public static readonly Coding Normal
Field Value
Type | Description |
---|---|
Coding |
Other
The interpretation of the xpath statement is unknown (and can't be automated).
Declaration
public static readonly Coding Other
Field Value
Type | Description |
---|---|
Coding |
Phonetic
The search parameter is derived by a phonetic transform from the selected nodes.
Declaration
public static readonly Coding Phonetic
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SearchXpathUsage Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |