Hi, there’re total 4 parts in my stroke report,
1. Patient Information (done)
- “Patient” to store the basic information
- “Encounter” for doctor info , period info(admission and discharge) and a basic diagnostic (using “Condition” and put it under Encounter)
2. Quality record
Including:
- Details about the admission to a hospital (period from patient had seizure to hospital)
- Period details like the period of Brain CT time, period of consulting time, ICH/HH and their score of evaluation. also record the delay reason.
- Details about the patient (is he/she smoking or being rehabilitation)
3. Emergency Care (done)
- “Procedure” to store all the info. like (period of OP, category of OP)
4. Consciousness record x 4 (done)
- “DiagnosticReport” to store different “Observation” (like the verbal response or pupil size)
My questions are
- I am struggling in the second part, not sure which recourses I should use to store all the quality record.
- Is it possible to combine all the forms(data) to one “DiagnosticReport” ? if not what is your suggestion?
Thank you!