directBookingEligibilityCriteria element
Type: | directBookingEligibilityCriteria |
Namespace: | http://healthcare.agilex.com/VeteranAppointmentRequest |
XML Schema: | ns2.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<directBookingEligibilityCriteria xmlns="http://healthcare.agilex.com/VeteranAppointmentRequest">
<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...-->
<id xmlns="">...</id>
<createdDate xmlns="">...</createdDate>
<lastModifiedDate xmlns="">...</lastModifiedDate>
<createdBy xmlns="">...</createdBy>
<modifiedBy xmlns="">...</modifiedBy>
<coreSettings xmlns="">
<typeOfCare>...</typeOfCare>
<patientHistoryRequired>...</patientHistoryRequired>
<patientHistoryDuration>...</patientHistoryDuration>
</coreSettings>
<coreSettings xmlns="">
<!--...-->
</coreSettings>
<!--...more "coreSettings" elements...-->
</directBookingEligibilityCriteria>
Example JSON
{
"coreSettings" : [ {
"typeOfCare" : "...",
"patientHistoryRequired" : "...",
"patientHistoryDuration" : ...
}, ... ],
"id" : "...",
"createdDate" : "...",
"lastModifiedDate" : "...",
"createdBy" : "...",
"modifiedBy" : "...",
"object-type" : "...",
"link" : [ {
}, {
} ]
}