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 SourceAboted
The procedure was terminated without completing successfully.
Declaration
public static readonly Coding Aboted
Field Value
Type | Description |
---|---|
Coding |
Completed
All actions involved in the procedure have taken place.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
EnteredInError
The statement was entered in error and Is not valid.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
InProgress
The procedure is still occurring.
Declaration
public static readonly Coding InProgress
Field Value
Type | Description |
---|---|
Coding |
LiteralAboted
Literal for code: Aboted
Declaration
public const string LiteralAboted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralProcedureStatusAboted
Literal for code: ProcedureStatusAboted
Declaration
public const string LiteralProcedureStatusAboted = null
Field Value
Type | Description |
---|---|
System. |
LiteralProcedureStatusCompleted
Literal for code: ProcedureStatusCompleted
Declaration
public const string LiteralProcedureStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralProcedureStatusEnteredInError
Literal for code: ProcedureStatusEnteredInError
Declaration
public const string LiteralProcedureStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralProcedureStatusInProgress
Literal for code: ProcedureStatusInProgress
Declaration
public const string LiteralProcedureStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up ProcedureStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |