Update A Diganostic Record for
[ {{ client_id }}] {{ client.fname }} {{ client.lname }}
Client:
{{ client.fname }} {{ client.lname }}
Diagnostic History
DSM5 Diagnosis
ICD10 Diagnosis
Date Entered
{% for history in history %}
• {{ history.dsm5 }}
{{ history.icd10 }}
{{ history.start_date }}
{% endfor %}
Update Diagnosis
Select Unit:
{{ place_str }}
{% for unit in units %}
{{ record.unit_lname }}
{% endfor %}
Effective Date:
DSM5 Diagnosis:
{% for code in dsm5 %}
{{ code[:60] }}{% if code|length > 60 %}...{% endif %}
{% endfor %}
ICD10 Diagnosis:
{% for code in icd10 %}
{{ code[:60] }}{% if code|length > 60 %}...{% endif %}
{% endfor %}
Comments:
{{ record.notebody }}
Submit
To DELETE this record click here:
Delete
{% include '_footer.html' %}