VARBookedAppointmentCollections element

Type: VARBookedAppointmentCollections
Namespace: http://healthcare.agilex.com/directScheduling
XML Schema: ns1.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <VARBookedAppointmentCollections xmlns="http://healthcare.agilex.com/directScheduling"> <bookedAppointmentCollections xmlns=""> <collectionName>...</collectionName> <bookedAppointments> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <appointmentLength>...</appointmentLength> <appointmentTime>...</appointmentTime> <status>...</status> <clinic> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <id>...</id> <name>...</name> <department>...</department> <service>...</service> <specialty>...</specialty> <stopCode>...</stopCode> <facility> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <siteCode>...</siteCode> <name>...</name> <displayName>...</displayName> <regionId>...</regionId> <lastEventTimestamp>...</lastEventTimestamp> <lastEventReason>...</lastEventReason> <uid>...</uid> <pid>...</pid> <type>...</type> <facilityCode>...</facilityCode> <state>...</state> <city>...</city> <address>...</address> <parentSiteCode>...</parentSiteCode> </facility> <askForCheckIn>...</askForCheckIn> <facilityCode>...</facilityCode> <dssId>...</dssId> </clinic> <patientId>...</patientId> <purpose>...</purpose> <type>...</type> <currentStatus>...</currentStatus> <bookingNote>...</bookingNote> <labDateTime>...</labDateTime> <ekgDateTime>...</ekgDateTime> <xrayDateTime>...</xrayDateTime> </bookedAppointments> <bookedAppointments> <!--...--> </bookedAppointments> <!--...more "bookedAppointments" elements...--> </bookedAppointmentCollections> <bookedAppointmentCollections xmlns=""> <!--...--> </bookedAppointmentCollections> <!--...more "bookedAppointmentCollections" elements...--> </VARBookedAppointmentCollections>

Example JSON

{ "bookedAppointmentCollections" : [ { "collectionName" : "...", "bookedAppointments" : [ { "appointmentLength" : "...", "appointmentTime" : "...", "status" : "...", "clinic" : { "id" : "...", "name" : "...", "department" : "...", "service" : "...", "specialty" : "...", "stopCode" : "...", "facility" : { "siteCode" : "...", "name" : "...", "displayName" : "...", "regionId" : "...", "lastEventTimestamp" : "...", "lastEventReason" : "...", "uid" : "...", "pid" : "...", "type" : "...", "facilityCode" : "...", "state" : "...", "city" : "...", "address" : "...", "parentSiteCode" : "...", "object-type" : "...", "link" : [ { }, { } ] }, "askForCheckIn" : false, "facilityCode" : "...", "dssId" : "...", "object-type" : "...", "link" : [ { }, { } ] }, "patientId" : "...", "purpose" : "...", "type" : "...", "currentStatus" : "...", "bookingNote" : "...", "labDateTime" : "...", "ekgDateTime" : "...", "xrayDateTime" : "...", "object-type" : "...", "link" : [ { }, { } ] }, ... ] }, ... ] }