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 SourceInformationOnly
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 |
LiteralInformationOnly
Literal for code: InformationOnly
Declaration
public const string LiteralInformationOnly = null
Field Value
Type | Description |
---|---|
System. |
LiteralOptional
Literal for code: Optional
Declaration
public const string LiteralOptional = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantrequiredInformationOnly
Literal for code: ParticipantrequiredInformationOnly
Declaration
public const string LiteralParticipantrequiredInformationOnly = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantrequiredOptional
Literal for code: ParticipantrequiredOptional
Declaration
public const string LiteralParticipantrequiredOptional = null
Field Value
Type | Description |
---|---|
System. |
LiteralParticipantrequiredRequired
Literal for code: ParticipantrequiredRequired
Declaration
public const string LiteralParticipantrequiredRequired = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequired
Literal for code: Required
Declaration
public const string LiteralRequired = null
Field Value
Type | Description |
---|---|
System. |
Optional
The participant may optionally attend the appointment.
Declaration
public static readonly Coding Optional
Field Value
Type | Description |
---|---|
Coding |
Required
The participant is required to attend the appointment.
Declaration
public static readonly Coding Required
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up Participantrequired Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |