Class DiagnosticOrderPriorityCodes
The clinical priority of a diagnostic order.
Inheritance
System.Object
DiagnosticOrderPriorityCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DiagnosticOrderPriorityCodes : object
Fields
| Improve this Doc View SourceASAP
The order should be acted on as soon as possible.
Declaration
public static readonly Coding ASAP
Field Value
Type | Description |
---|---|
Coding |
LiteralASAP
Literal for code: ASAP
Declaration
public const string LiteralASAP = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderPriorityASAP
Literal for code: DiagnosticOrderPriorityASAP
Declaration
public const string LiteralDiagnosticOrderPriorityASAP = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderPriorityRoutine
Literal for code: DiagnosticOrderPriorityRoutine
Declaration
public const string LiteralDiagnosticOrderPriorityRoutine = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderPriorityStat
Literal for code: DiagnosticOrderPriorityStat
Declaration
public const string LiteralDiagnosticOrderPriorityStat = null
Field Value
Type | Description |
---|---|
System. |
LiteralDiagnosticOrderPriorityUrgent
Literal for code: DiagnosticOrderPriorityUrgent
Declaration
public const string LiteralDiagnosticOrderPriorityUrgent = null
Field Value
Type | Description |
---|---|
System. |
LiteralRoutine
Literal for code: Routine
Declaration
public const string LiteralRoutine = null
Field Value
Type | Description |
---|---|
System. |
LiteralStat
Literal for code: Stat
Declaration
public const string LiteralStat = null
Field Value
Type | Description |
---|---|
System. |
LiteralUrgent
Literal for code: Urgent
Declaration
public const string LiteralUrgent = null
Field Value
Type | Description |
---|---|
System. |
Routine
The order has a normal priority .
Declaration
public static readonly Coding Routine
Field Value
Type | Description |
---|---|
Coding |
Stat
The order is time-critical.
Declaration
public static readonly Coding Stat
Field Value
Type | Description |
---|---|
Coding |
Urgent
The order should be urgently.
Declaration
public static readonly Coding Urgent
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up DiagnosticOrderPriority Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |