Show / Hide Table of Contents

Class ParticipantrequiredCodes

Is the Participant required to attend the appointment.

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

Fields

| Improve this Doc View Source

InformationOnly

The participant is excluded from the appointment, and may not be informed of the appointment taking place. (Appointment is about them, not for them - such as 2 doctors discussing results about a patient's test).

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

LiteralInformationOnly

Literal for code: InformationOnly

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

LiteralOptional

Literal for code: Optional

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

LiteralParticipantrequiredInformationOnly

Literal for code: ParticipantrequiredInformationOnly

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

LiteralParticipantrequiredOptional

Literal for code: ParticipantrequiredOptional

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

LiteralParticipantrequiredRequired

Literal for code: ParticipantrequiredRequired

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

LiteralRequired

Literal for code: Required

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

Optional

The participant may optionally attend the appointment.

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

Required

The participant is required to attend the appointment.

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

Values

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