Basic Single Client

This is the most basic example possible: a single client, no visit with the most basic information.

<Household uuid="...">
    <Organization uuid="..."/>
    <HouseholdMembers>
        <Person uuid="123" primary="true">
            <Organization uuid="..."/>
            <FirstName>Bob</FirstName>
            <LastName>Smith</LastName>
            <DateOfBirth>1978-11-19</DateOfBirth>
            <Gender>male</Gender>
        </Person>
    </HouseholdMembers>
</Household> 

Remember: it is one Household per file.