cdwfacilities element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <cdwfacilities 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...--> <name xmlns="">...</name> <type xmlns="">...</type> <facilityCode xmlns="">...</facilityCode> <state xmlns="">...</state> <city xmlns="">...</city> <address xmlns="">...</address> <parentSiteCode xmlns="">...</parentSiteCode> <facility>...</facility> <facility>...</facility> <!--...more "facility" elements...--> </cdwfacilities>

Example JSON

{ "facility" : [ { }, { } ], "name" : "...", "type" : "...", "facilityCode" : "...", "state" : "...", "city" : "...", "address" : "...", "parentSiteCode" : "...", "object-type" : "...", "link" : [ { }, { } ] }