appointmentRequestDetailCode element
Type: | VARAppointmentRequestDetailCode |
Namespace: | http://healthcare.agilex.com/VeteranAppointmentRequest |
XML Schema: | ns2.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<appointmentRequestDetailCode 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...-->
<appointmentRequestDetailCodeId xmlns="">...</appointmentRequestDetailCodeId>
<createdDate xmlns="">...</createdDate>
<detailCode 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>
</detailCode>
<userId xmlns="">...</userId>
</appointmentRequestDetailCode>
Example JSON
{
"appointmentRequestDetailCodeId" : "...",
"createdDate" : "...",
"detailCode" : {
"code" : "...",
"providerMessage" : "...",
"veteranMessage" : "...",
"object-type" : "...",
"link" : [ {
}, {
} ]
},
"userId" : "...",
"object-type" : "...",
"link" : [ {
}, {
} ]
}