Background
Any self-respecting medical record system needs to be able to track patient conditions (what is often called the patient's "Problem List"). We have chosen "Condition" instead of "Problem" to align with contemporary thinking (e.g., since "Pregnancy" isn't really a "Problem" for most people).
Definitions
- Chief Complaint
- Condition
- Condition List
- Diagnosis
- Diagnosis List
Design Ideas
Condition
- Patient
- Codes (0-to-n reference terms) <- Don't these come from the concept? Or is this something different?
- Typically used for billing (e.g., ICD codes)
- AdditionalDetail (String)
- DateCreated
- CreatedBy
- Voided
- VoidedBy
- VoidReason
Condition List
0-to-n Conditions assigned to a patient
You should have to explicitly ask for historical (voided) items
Diagnosis List
- 0-to-n Conditions associated with an Encounter
See Also
- Notes from 2014-09-29 Design Forum
- Notes from 2014-09-24 Design Forum