AppointmentConnectionType
No description
type AppointmentConnectionType {
AppointmentConection(
_filter: String
date: [date]
specialty: [token]
service_category: [token]
_lastUpdated: [date]
slot: [reference]
reason_code: [token]
based_on: [reference]
patient: [reference]
supporting_info: [reference]
identifier: [token]
practitioner: [reference]
appointment_type: [token]
part_status: [token]
service_type: [token]
_security: [token]
actor: [reference]
_profile: [uri]
_tag: [token]
reason_reference: [reference]
_source: [uri]
location: [reference]
_id: [token]
_text: [String]
_content: [String]
status: [token]
_sort: String
_count: Int
_cursor: String
): AppointmentConnection
}