Class ParticipantstatusCodes
The Participation status of an appointment.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ParticipantstatusCodes : object
Fields
| Improve this Doc View SourceAccepted
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 |
Completed
The participant has completed the appointment.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
Declined
The appointment participant has declined the appointment.
Declaration
public static readonly Coding Declined
Field Value
Type | Description |
---|---|
Coding |
InProcess
The participant has in-process the appointment.
Declaration
public static readonly Coding InProcess
Field Value
Type | Description |
---|---|
Coding |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDeclined
Literal for code: Declined
Declaration
public const string LiteralDeclined = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProcess
Literal for code: InProcess
Declaration
public const string LiteralInProcess = null
Field Value
Type | Description |
---|---|
System. |
LiteralNeedsAction
Literal for code: NeedsAction
Declaration
public const string LiteralNeedsAction = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusAccepted
Literal for code: ParticipantstatusAccepted
Declaration
public const string LiteralParticipantstatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusCompleted
Literal for code: ParticipantstatusCompleted
Declaration
public const string LiteralParticipantstatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusDeclined
Literal for code: ParticipantstatusDeclined
Declaration
public const string LiteralParticipantstatusDeclined = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusInProcess
Literal for code: ParticipantstatusInProcess
Declaration
public const string LiteralParticipantstatusInProcess = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusNeedsAction
Literal for code: ParticipantstatusNeedsAction
Declaration
public const string LiteralParticipantstatusNeedsAction = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantstatusTentative
Literal for code: ParticipantstatusTentative
Declaration
public const string LiteralParticipantstatusTentative = null
Field Value
Type | Description |
---|---|
System. |
LiteralTentative
Literal for code: Tentative
Declaration
public const string LiteralTentative = null
Field Value
Type | Description |
---|---|
System. |
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 |
Tentative
The appointment participant has tentatively accepted the appointment.
Declaration
public static readonly Coding Tentative
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up Participantstatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |