Class AppointmentResponse
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class AppointmentResponse : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Comment
Extension container element for Comment
Declaration
public Element _Comment { get; set; }
Property Value
Type | Description |
---|---|
Element |
_End
Extension container element for End
Declaration
public Element _End { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ParticipantStatus
Extension container element for ParticipantStatus
Declaration
public Element _ParticipantStatus { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Start
Extension container element for Start
Declaration
public Element _Start { get; set; }
Property Value
Type | Description |
---|---|
Element |
Actor
A Person, Location/HealthcareService or Device that is participating in the appointment.
Declaration
public Reference Actor { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Appointment
Appointment that this response is replying to.
Declaration
public Reference Appointment { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Comment
Additional comments about the appointment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
End
This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time.
Declaration
public string End { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identifier
This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ParticipantStatus
Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty.
Declaration
public string ParticipantStatus { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParticipantType
Role of participant in the appointment.
Declaration
public List<CodeableConcept> ParticipantType { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStart
Date/Time that the appointment is to take place, or requested new start time.
Declaration
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |