- Attributes:
- Associations:
- belongs_to (1,1) :: Patient :: has (0,n)
- is_housed_at (1,1) :: Master_patient_service_location :: houses (0,n)
- is_a_role_of (1,1) :: Material :: takes_on_role (0,1)
- has_an_assessment_of (0,n) :: Health_chart_deficiency :: is_assessed_against (1,1)
- belongs_to (1,1) :: Patient_provider_association :: has (0,n)
- contains (0,n) :: Clinical_document_header :: contained_in (0,1)
Class steward is Information Management (Medical Records)
A record of health related events, facts, and related data for a particular patient.
Attribute definitions for: Health_chart
The unique identifier for the health chart.
A classification code for the health chart (e.g., inpatient, outpatient, mental health, . . .).
The current status of the health chart.
Association definitions for:
Health_chart
OpenIssue: Is it true that all Health charts must have a location? This would appear to be better modeled as optional on both ends.