bookedAppointments element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <bookedAppointments xmlns="http://healthcare.agilex.com/directScheduling"> <object-type xmlns="">...</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 xmlns="">...</appointmentLength> <appointmentTime xmlns="">...</appointmentTime> <status xmlns="">...</status> <clinic xmlns=""> <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 xmlns="">...</patientId> <purpose xmlns="">...</purpose> <type xmlns="">...</type> <currentStatus xmlns="">...</currentStatus> <bookingNote xmlns="">...</bookingNote> <labDateTime xmlns="">...</labDateTime> <ekgDateTime xmlns="">...</ekgDateTime> <xrayDateTime xmlns="">...</xrayDateTime> <bookedAppointment> <object-type xmlns="">...</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 xmlns="">...</appointmentLength> <appointmentTime xmlns="">...</appointmentTime> <status xmlns="">...</status> <clinic xmlns=""> <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 xmlns="">...</patientId> <purpose xmlns="">...</purpose> <type xmlns="">...</type> <currentStatus xmlns="">...</currentStatus> <bookingNote xmlns="">...</bookingNote> <labDateTime xmlns="">...</labDateTime> <ekgDateTime xmlns="">...</ekgDateTime> <xrayDateTime xmlns="">...</xrayDateTime> </bookedAppointment> <bookedAppointment> <!--...--> </bookedAppointment> <!--...more "bookedAppointment" elements...--> </bookedAppointments>

Example JSON

{ "bookedAppointment" : [ { "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" : [ { }, { } ] }, ... ], "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" : [ { }, { } ] }