bookAppointmentEmail element
Type: | cancelAppointmentEmail |
Namespace: | http://healthcare.agilex.com/directScheduling |
XML Schema: | ns1.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<bookAppointmentEmail xmlns="http://healthcare.agilex.com/directScheduling">
<clinicId xmlns="">...</clinicId>
<appointmentTime xmlns="">...</appointmentTime>
<cancelCode xmlns="">...</cancelCode>
<cancelReason xmlns="">...</cancelReason>
<remarks xmlns="">...</remarks>
<clinicName xmlns="">...</clinicName>
<patientIdentifier xmlns="">
<assigningAuthority>...</assigningAuthority>
<uniqueId>...</uniqueId>
</patientIdentifier>
<emailAddress xmlns="">...</emailAddress>
<facility 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...-->
<type>...</type>
<facilityCode>...</facilityCode>
<address>...</address>
<state>...</state>
<city>...</city>
<parentSiteCode>...</parentSiteCode>
<name>...</name>
</facility>
</bookAppointmentEmail>
Example JSON
{
"emailAddress" : "...",
"facility" : {
"type" : "...",
"facilityCode" : "...",
"address" : "...",
"state" : "...",
"city" : "...",
"parentSiteCode" : "...",
"name" : "...",
"object-type" : "...",
"link" : [ {
}, {
} ]
},
"clinicId" : "...",
"appointmentTime" : "...",
"cancelCode" : "...",
"cancelReason" : "...",
"remarks" : "...",
"clinicName" : "...",
"patientIdentifier" : {
"assigningAuthority" : "...",
"uniqueId" : "..."
}
}