ParticipantRequired
public enum ParticipantRequired: String
Is the Participant required to attend the appointment.
URL: http://hl7.org/fhir/participantrequired ValueSet: http://hl7.org/fhir/ValueSet/participantrequired
-
The participant is required to attend the appointment.
Declaration
Swift
case required = "required"
-
The participant may optionally attend the appointment.
Declaration
Swift
case optional = "optional"
-
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
Swift
case informationOnly = "information-only"