appointments-metadata element

Type: VARAppointmentsMetadata
Namespace: http://healthcare.agilex.com/VeteranAppointmentRequest
XML Schema: ns2.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <appointments-metadata xmlns="http://healthcare.agilex.com/VeteranAppointmentRequest"> <appointmentTypes xmlns="">...</appointmentTypes> <appointmentTypes xmlns="">...</appointmentTypes> <!--...more "appointmentTypes" elements...--> <bestTimetoCallOptions xmlns="">...</bestTimetoCallOptions> <bestTimetoCallOptions xmlns="">...</bestTimetoCallOptions> <!--...more "bestTimetoCallOptions" elements...--> <visitTypes xmlns="">...</visitTypes> <visitTypes xmlns="">...</visitTypes> <!--...more "visitTypes" elements...--> <purposeOfVisitOptions xmlns="">...</purposeOfVisitOptions> <purposeOfVisitOptions xmlns="">...</purposeOfVisitOptions> <!--...more "purposeOfVisitOptions" elements...--> <earliestTimeVeteranCanRequestAppointmentInDays xmlns="">...</earliestTimeVeteranCanRequestAppointmentInDays> <farthestTimeVeteranCanRequestAppointmentInDays xmlns="">...</farthestTimeVeteranCanRequestAppointmentInDays> <detailCodes 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...--> <code>...</code> <providerMessage>...</providerMessage> <veteranMessage>...</veteranMessage> </detailCodes> <detailCodes xmlns=""> <!--...--> </detailCodes> <!--...more "detailCodes" elements...--> <appointmentRequestStatusOptions xmlns="">...</appointmentRequestStatusOptions> <appointmentRequestStatusOptions xmlns="">...</appointmentRequestStatusOptions> <!--...more "appointmentRequestStatusOptions" elements...--> <appointmentProcessedAsPerUserNeedOptions xmlns="">...</appointmentProcessedAsPerUserNeedOptions> <appointmentProcessedAsPerUserNeedOptions xmlns="">...</appointmentProcessedAsPerUserNeedOptions> <!--...more "appointmentProcessedAsPerUserNeedOptions" elements...--> </appointments-metadata>

Example JSON

{ "appointmentTypes" : [ "...", ... ], "bestTimetoCallOptions" : [ "...", ... ], "visitTypes" : [ "...", ... ], "purposeOfVisitOptions" : [ "...", ... ], "earliestTimeVeteranCanRequestAppointmentInDays" : ..., "farthestTimeVeteranCanRequestAppointmentInDays" : ..., "detailCodes" : [ { "code" : "...", "providerMessage" : "...", "veteranMessage" : "...", "object-type" : "...", "link" : [ { }, { } ] }, ... ], "appointmentRequestStatusOptions" : [ "...", ... ], "appointmentProcessedAsPerUserNeedOptions" : [ "...", ... ] }