/
Complex Single Client
Complex Single Client
This is an example of the level of data that can possibly be recorded in a Person.
<Household uuid="..."> <Organization uuid="..."/> <Location> <Address type="residential"> <AddressLine1>The Main Street</AddressLine1> <City>Some City</City> <State>Some Place</State> <Postcode>Some Where</Postcode> <Country>USA</Country> </Address> </Location> <HousingStatus>own_home</HousingStatus> <HouseholdExpenses> <Expense type="rent"> <Value currency="USD">850.00</Value> </Expense> </HouseholdExpenses> <HouseholdMembers> <Person uuid="123" primary="true"> <Organization uuid="..."/> <FirstName>Bob</FirstName> <LastName>Smith</LastName> <DateOfBirth>1978-11-19</DateOfBirth> <Gender>male</Gender> <MaritalStatus>single</MaritalStatus> <SocialPrograms> <SocialProgram>supplemental_assistance_for_women_infants_and_children_wic</SocialProgram> <SocialProgram>school_meals</SocialProgram> </SocialPrograms> <IncomeSources> <Income type="full_time_employment" primary="true"> <Value currency="USD">1850.00</Value> </Income> <Income type="social_assistance" primary="false"> <Value currency="USD">285.15</Value> </Income> </IncomeSources> <DemographicData> <EmploymentStatus>full_time</EmploymentStatus> <Citizenship>american</Citizenship> <Education> <HighestLevel>ged</HighestLevel> <Country>USA</Country> </Education> <Languages> <Language>English</Language> </Languages> <Ethnicities> <Ethnicity>white_anglo</Ethnicity> </Ethnicities> <SelfIdentifiesAs> <SelfIdentity>none</SelfIdentity> </SelfIdentifiesAs> </DemographicData> <ContactInfo> <EmailAddresses> <EmailAddress primary="true" type="personal">bob.smith@example.com</EmailAddress> </EmailAddresses> <PhoneNumbers> <PhoneNumber type="home" primary="true"> <SubscriberNumber>1234567890</SubscriberNumber> </PhoneNumber> <PhoneNumber type="work" primary="false"> <SubscriberNumber>1234567890</SubscriberNumber> <Extension>12345</Extension> </PhoneNumber> </PhoneNumbers> </ContactInfo> <CSFPInfo id="..."> <Location uuid="..."/> <Status>suspended</Status> <EnrollmentDate>2015-06-29</EnrollmentDate> <LastSuspensionDate>2015-07-15</LastSuspensionDate> <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> </CSFPInfo> <DietaryConsiderations> <DietaryConsideration type="dairy_allergy"/> <DietaryConsideration type="diabetic"/> </DietaryConsiderations> </Person> </HouseholdMembers> </Household>
Remember: it is one Household per file.
Note: some of these options are country dependent and may not be applicable to your country. Always refer to your XSD.
, multiple selections available,
Related content
Complex CSFP Client
Complex CSFP Client
More like this
Basic Single Client
Basic Single Client
More like this
Basic Simple Family
Basic Simple Family
More like this
Basic Simple Family with Visits
Basic Simple Family with Visits
More like this
Basic Simple Family with Relationships
Basic Simple Family with Relationships
More like this