SQL Advance
Client Name:
{{ client.fname }} {{ client.lname }}
Select Unit:
{{ place_str }}
{% for unit in units %}
{{unit.unit_id}} -- {{ unit.unit_lname }}
{% endfor %}
Demographic Data
Alias(es):
Allergy:
Address:
Apartment:
City:
State:
Postal Code:
Phone:
Mobile Phone:
Other Phone:
Sex Assigned at Birth:
{% for sex in sex_list %}
{{ sex[:60] }}{% if sex|length > 60 %}...{% endif %}
{% endfor %}
Gender Identity:
{% for value in gender_list %}
{{ value[:60] }}{% if value|length > 60 %}...{% endif %}
{% endfor %}
Sexual Orientation:
{% for orient in orient_list %}
{{ orient[:60] }}{% if orient|length > 60 %}...{% endif %}
{% endfor %}
Race (Identity):
{% for race in race_list %}
{{ race }}
{% endfor %}
Black (Detail):
{% for race in race_detail %}
{{ race }}
{% endfor %}
Asian (Detail):
{% for asian in asian_list %}
{{ asian }}
{% endfor %}
Pacific Islander (Detail):
{% for pacific in pacific_list %}
{{ pacific }}
{% endfor %}
Ethnicity (Identity):
{% for ethnic in ethnic_list %}
{{ ethnic }}
{% endfor %}
Hispanic/Latino (Detail):
{% for latin in ethnic_detail %}
{{ latin }}
{% endfor %}
Place of Birth:
US Citizen:
{% for value in bool_list %}
{{ value }}
{% endfor %}
Veteran:
{% for value in bool_list %}
{{ value }}
{% endfor %}
Preferred Language:
{% for value in lang_list %}
{{ value }}
{% endfor %}
Religion:
{% for value in religion_list %}
{{ value }}
{% endfor %}
Marital Status:
{% for value in marital_list %}
{{ value }}
{% endfor %}
Parental Status:
{% for value in parent_list %}
{{ value }}
{% endfor %}
Household Composition:
{% for value in house_list %}
{{ value }}
{% endfor %}
Submit
{% include '_footer.html' %}