GenoConnect requires your data to be passed in as a JSON string.
For example, a simple data set that defines the person in context only might look like:
Logically, the Genogram data is structured as:
where person is defined as:
and professional, institution and pet as:
Thus, a typical data string with parents, grandparents, siblings, partners and children, and some extra person information added in, might look like:
In the next section we look at each piece of data in more detail.