bookAppointment element
Type: | bookAppointment |
Namespace: | http://healthcare.agilex.com/directScheduling |
XML Schema: | ns1.xsd |
Created with IntelliJ IDEA. User: patelh Date: 9/5/13 Time: 12:45 PM To change this template use File | Settings | File Templates.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<bookAppointment xmlns="http://healthcare.agilex.com/directScheduling">
<patientIdentifier xmlns="">
<assigningAuthority>...</assigningAuthority>
<uniqueId>...</uniqueId>
</patientIdentifier>
<clinicId xmlns="">...</clinicId>
<apptLength xmlns="">...</apptLength>
<bookingNotes xmlns="">...</bookingNotes>
<dateTime xmlns="">...</dateTime>
<purpose xmlns="">...</purpose>
<apptType xmlns="">...</apptType>
<purposeSubcategory xmlns="">...</purposeSubcategory>
<lab xmlns="">...</lab>
<xRay xmlns="">...</xRay>
<ekg xmlns="">...</ekg>
<lvl xmlns="">...</lvl>
<desiredDate xmlns="">...</desiredDate>
</bookAppointment>
Example JSON
{
"patientIdentifier" : {
"assigningAuthority" : "...",
"uniqueId" : "..."
},
"clinicId" : "...",
"apptLength" : "...",
"bookingNotes" : "...",
"dateTime" : "...",
"purpose" : "...",
"apptType" : "...",
"purposeSubcategory" : "...",
"lab" : "...",
"xRay" : "...",
"ekg" : "...",
"lvl" : "...",
"desiredDate" : "..."
}