Show / Hide Table of Contents

Class ProcedureStatusCodes

A code specifying the state of the procedure.

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

Fields

| Improve this Doc View Source

Aboted

The procedure was terminated without completing successfully.

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

Completed

All actions involved in the procedure have taken place.

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

EnteredInError

The statement was entered in error and Is not valid.

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

InProgress

The procedure is still occurring.

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

LiteralAboted

Literal for code: Aboted

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

LiteralCompleted

Literal for code: Completed

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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralInProgress

Literal for code: InProgress

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

LiteralProcedureStatusAboted

Literal for code: ProcedureStatusAboted

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

LiteralProcedureStatusCompleted

Literal for code: ProcedureStatusCompleted

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

LiteralProcedureStatusEnteredInError

Literal for code: ProcedureStatusEnteredInError

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

LiteralProcedureStatusInProgress

Literal for code: ProcedureStatusInProgress

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

Values

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