Show / Hide Table of Contents

Class ParticipantstatusCodes

The Participation status of an appointment.

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

Fields

| Improve this Doc View Source

Accepted

The appointment participant has accepted that they can attend the appointment at the time specified in the AppointmentResponse.

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

Completed

The participant has completed the appointment.

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

Declined

The appointment participant has declined the appointment.

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

InProcess

The participant has in-process the appointment.

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

LiteralAccepted

Literal for code: Accepted

Declaration
public const string LiteralAccepted = 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

LiteralDeclined

Literal for code: Declined

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

LiteralInProcess

Literal for code: InProcess

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

LiteralNeedsAction

Literal for code: NeedsAction

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

LiteralParticipantstatusAccepted

Literal for code: ParticipantstatusAccepted

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

LiteralParticipantstatusCompleted

Literal for code: ParticipantstatusCompleted

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

LiteralParticipantstatusDeclined

Literal for code: ParticipantstatusDeclined

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

LiteralParticipantstatusInProcess

Literal for code: ParticipantstatusInProcess

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

LiteralParticipantstatusNeedsAction

Literal for code: ParticipantstatusNeedsAction

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

LiteralParticipantstatusTentative

Literal for code: ParticipantstatusTentative

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

LiteralTentative

Literal for code: Tentative

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

NeedsAction

This is the intitial status of an appointment participant until a participant has replied. It implies that there is no commitment for the appointment.

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

Tentative

The appointment participant has tentatively accepted the appointment.

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

Values

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