Show / Hide Table of Contents

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 Source

ASAP

The order should be acted on as soon as possible.

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

LiteralASAP

Literal for code: ASAP

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

LiteralDiagnosticOrderPriorityASAP

Literal for code: DiagnosticOrderPriorityASAP

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

LiteralDiagnosticOrderPriorityRoutine

Literal for code: DiagnosticOrderPriorityRoutine

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

LiteralDiagnosticOrderPriorityStat

Literal for code: DiagnosticOrderPriorityStat

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

LiteralDiagnosticOrderPriorityUrgent

Literal for code: DiagnosticOrderPriorityUrgent

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

LiteralRoutine

Literal for code: Routine

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

LiteralStat

Literal for code: Stat

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

LiteralUrgent

Literal for code: Urgent

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

Routine

The order has a normal priority .

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

Stat

The order is time-critical.

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

Urgent

The order should be urgently.

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

Values

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