fieldnotesai
Preparing search index...
src/types
HealthAssessment
Interface HealthAssessment
Provides functionality for health assessment.
interface
HealthAssessment
{
barriers_to_care
?:
string
;
care_accessed
:
boolean
;
case_id
:
string
;
created_at
:
string
;
id
:
string
;
mental_health_notes
?:
string
;
physical_health_notes
?:
string
;
}
Index
Properties
barriers_
to_
care?
care_
accessed
case_
id
created_
at
id
mental_
health_
notes?
physical_
health_
notes?
Properties
Optional
barriers_
to_
care
barriers_to_care
?:
string
care_
accessed
care_accessed
:
boolean
case_
id
case_id
:
string
created_
at
created_at
:
string
id
id
:
string
Optional
mental_
health_
notes
mental_health_notes
?:
string
Optional
physical_
health_
notes
physical_health_notes
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
barriers_
to_
care
care_
accessed
case_
id
created_
at
id
mental_
health_
notes
physical_
health_
notes
fieldnotesai
Loading...
Provides functionality for health assessment.