Class ParticipationstatusCodes
The Participation status of an appointment.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ParticipationstatusCodes : object
Fields
| Improve this Doc View SourceAccepted
The participant has accepted the appointment.
Declaration
public static readonly Coding Accepted
Field Value
Type | Description |
---|---|
Coding |
Declined
The participant has declined the appointment and will not participate in the appointment.
Declaration
public static readonly Coding Declined
Field Value
Type | Description |
---|---|
Coding |
LiteralAccepted
Literal for code: Accepted
Declaration
public const string LiteralAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDeclined
Literal for code: Declined
Declaration
public const string LiteralDeclined = null
Field Value
Type | Description |
---|---|
System. |
LiteralNeedsAction
Literal for code: NeedsAction
Declaration
public const string LiteralNeedsAction = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipationstatusAccepted
Literal for code: ParticipationstatusAccepted
Declaration
public const string LiteralParticipationstatusAccepted = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipationstatusDeclined
Literal for code: ParticipationstatusDeclined
Declaration
public const string LiteralParticipationstatusDeclined = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipationstatusNeedsAction
Literal for code: ParticipationstatusNeedsAction
Declaration
public const string LiteralParticipationstatusNeedsAction = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipationstatusTentative
Literal for code: ParticipationstatusTentative
Declaration
public const string LiteralParticipationstatusTentative = null
Field Value
Type | Description |
---|---|
System. |
LiteralTentative
Literal for code: Tentative
Declaration
public const string LiteralTentative = null
Field Value
Type | Description |
---|---|
System. |
NeedsAction
The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.
Declaration
public static readonly Coding NeedsAction
Field Value
Type | Description |
---|---|
Coding |
Tentative
The participant has tentatively accepted the appointment. This could be automatically created by a system and requires further processing before it can be accepted. There is no commitment that attendance will occur.
Declaration
public static readonly Coding Tentative
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up Participationstatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |