cancelAppointment element

Type: cancelAppointment
Namespace: http://healthcare.agilex.com/directScheduling
XML Schema: ns1.xsd

Created with IntelliJ IDEA. User: patelh Date: 10/2/13 Time: 11:39 AM To change this template use File | Settings | File Templates.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <cancelAppointment xmlns="http://healthcare.agilex.com/directScheduling"> <clinicId xmlns="">...</clinicId> <appointmentTime xmlns="">...</appointmentTime> <cancelCode xmlns="">...</cancelCode> <cancelReason xmlns="">...</cancelReason> <remarks xmlns="">...</remarks> <clinicName xmlns="">...</clinicName> <patientIdentifier xmlns=""> <assigningAuthority>...</assigningAuthority> <uniqueId>...</uniqueId> </patientIdentifier> </cancelAppointment>

Example JSON

{ "clinicId" : "...", "appointmentTime" : "...", "cancelCode" : "...", "cancelReason" : "...", "remarks" : "...", "clinicName" : "...", "patientIdentifier" : { "assigningAuthority" : "...", "uniqueId" : "..." } }