Show / Hide Table of Contents

Class ParticipationstatusCodes

The Participation status of an appointment.

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

Fields

| Improve this Doc View Source

Accepted

The participant has accepted the appointment.

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

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
| 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

LiteralDeclined

Literal for code: Declined

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

LiteralParticipationstatusAccepted

Literal for code: ParticipationstatusAccepted

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

LiteralParticipationstatusDeclined

Literal for code: ParticipationstatusDeclined

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

LiteralParticipationstatusNeedsAction

Literal for code: ParticipationstatusNeedsAction

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

LiteralParticipationstatusTentative

Literal for code: ParticipationstatusTentative

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

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Values

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