Skip to content

Instantly share code, notes, and snippets.

@indiejoseph
Created July 2, 2020 02:34
Show Gist options
  • Save indiejoseph/4732b23776dec434126fe7a956f4ce60 to your computer and use it in GitHub Desktop.
Save indiejoseph/4732b23776dec434126fe7a956f4ce60 to your computer and use it in GitHub Desktop.
[
{ "name": "contact_id", "type": "INTEGER", "mode": "REQUIRED" },
{ "name": "firstname", "type": "STRING" },
{ "name": "lastname", "type": "STRING" },
{ "name": "client_address", "type": "STRING" },
{ "name": "gender", "type": "STRING" },
{ "name": "level_of_dependence", "type": "STRING" },
{ "name": "cg_rank", "type": "STRING" },
{ "name": "update_date", "type": "INTEGER" },
{ "name": "special_request_free_text", "type": "STRING" },
{ "name": "mobility", "type": "STRING" },
{ "name": "area", "type": "STRING" },
{ "name": "medical_condition", "type": "STRING" },
{ "name": "status", "type": "STRING" },
{ "name": "phone", "type": "STRING" },
{ "name": "caregiver_gender", "type": "STRING" },
{ "name": "end_date", "type": "INTEGER" },
{ "name": "service", "type": "STRING" },
{ "name": "weight_group", "type": "STRING" },
{ "name": "relationship", "type": "STRING" },
{ "name": "language", "type": "STRING" },
{ "name": "source", "type": "STRING" },
{ "name": "email", "type": "STRING" },
{ "name": "clients_email", "type": "STRING" },
{ "name": "client_number", "type": "INTEGER" },
{ "name": "client_name", "type": "STRING" },
{ "name": "age_group", "type": "STRING" },
{ "name": "createdate", "type": "INTEGER" },
{ "name": "cd_termination_reason", "type": "STRING" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment