Show / Hide Table of Contents

Class ProcedureRequestPriorityCodes

The priority of the request.

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

Fields

| Improve this Doc View Source

ASAP

The request 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

LiteralProcedureRequestPriorityASAP

Literal for code: ProcedureRequestPriorityASAP

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

LiteralProcedureRequestPriorityRoutine

Literal for code: ProcedureRequestPriorityRoutine

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

LiteralProcedureRequestPriorityStat

Literal for code: ProcedureRequestPriorityStat

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

LiteralProcedureRequestPriorityUrgent

Literal for code: ProcedureRequestPriorityUrgent

Declaration
public const string LiteralProcedureRequestPriorityUrgent = 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 request has a normal priority.

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

Stat

The request is time-critical.

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

Urgent

The request should be done urgently.

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

Values

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