CSFPInfo Element
Basic CSFPInfo
A basic CSFPInfo has the following structure:
<CSFPInfo id="..."> <Location uuid="..."/> <Status>suspended</Status> </CSFPInfo>
EnrollmentDate
This is the date the Person first enrolled with the CSFP program if known. As with all other dates, it requires a 4 digit year, with month and day with leading zeroes in year, month, day order separated by hyphens: 2015-07-23.
Signatories
Signatories is the list of people who are authorised to sign on behalf of the client. There can be up to a maximum of 3 entries. The signer requires the full name and an optional PhoneNumber that is a PhoneNumber element.
The following example has two authorised signers, with the second having a phone number:
<Signatories> <Signer> <Name>Sue Smith</Name> </Signer> <Signer> <Name>Lawyer</Name> <PhoneNumber type="work"> <SubscriberNumber>1234567890</SubscriberNumber> </PhoneNumber> </Signer> </Signatories>
RecertificationLog
The RecertificationLog is a record of all times the Person has been re-certified for eligibility into the CSFP program. The log entries require both:
- Date and time of recertification, and
- Signature of the person who signed.
The structure of this element is:
<RecertificationLog> <RecertificationLogEntry> <Date>2015-06-29T10:44:25-06:00</Date> <Signature type="signed_canvas"> <SignatoryFullName>Bob Smith</SignatoryFullName> <SignatoryType>client</SignatoryType> <SignatureString>Bob Smith</SignatureString> <BinaryData> <Filename>sig_1234356.jpg</Filename> <MimeType>image/jpeg</MimeType> <Data><!-- a base64 encoded binary string of JPEG data, no examples to hand --></Data> </BinaryData> </Signature> </RecertificationLogEntry> </RecertificationLog>
See Signature Element for details on the signature element.
The recertification Date is a date/time element and expects the date and time in UTC. A timezone offset can be set.