Posted Thursday, February 5, 2009 by
Betsy Haines
Content design is a crucial component of any EMR implementation. In my last entry, I described a chart design in which assessment information is captured in one form/option, a Core Assessment. The design was created to support multi-disciplinary treatment teams working in acute, brief and long-term settings. In this design, the Core Assessment is the central repository for all the clinical history. It is used by all clinicians at the time of an initial assessment and for updates as historical information emerges in the course of treatment. The Core replaces the separate psychiatric and psychosocial assessments. My earlier blog describes the thinking behind this integrated design.
Sounds OK, but at a practical level, how does this work? I’m going to address the issues in a couple of blogs, as I want to get down to the details, where the devil resides. The first set of questions ask: With multiple authors, who enters data and when? How is the option set-up? How does the historical update work? The solution I’m describing was built in the Netsmart Avatar CWS using the RAD modeling tool. But the planning and setup could apply to other applications with a customization tool set. Also I’m going to give a brief description here. There is a much more detailed scenario with screen shots available in this document.
Here are the issues/questions you will need to address:
· Who will be entering information into the Core? This is most easily thought about as roles or disciplines?
· What information are they responsible for? This must be very specific, at the level of individual fields.
· What fields should be required and for whom?
· Are there fields which should be electively available for document building?
· Which fields are History-oriented and should be available for updates? Which are Presentation-oriented and should be protected from updates?
An example solution to these questions:
Role | Med / Psych Hx | Psycho-Social Hx | Formulation/DX | History Update |
Psychiatrist | Required | Elective | Required | Yes |
Social Worker | Elective | Required | No | Yes |
Case-Manager | No | No | No | Yes |
Nurse | Elective | Elective | No | Yes |
Then proceed with defining the setup. For the above combination of users, you would:
· At the very beginning identify the user role or the update function e.g. create a field titled TYPE OF ASSESSMENT. A single response dictionary with these choices: Psychiatrist, Social Worker, Nurse and History Update. Make it required. Note the Case-manager role is not included since their only input is to update history and, depending on policy, any one can enter a History update.
· Program the logic to support the role-based decisions outlined above.
· Program the logic to enforce the separation of History-oriented and Presentation-oriented fields i.e. when History Update is selected, all Presentation-oriented fields should be disabled and made inaccessible, while all History-oriented fields should be enabled but not required.
· HINT Make a spreadsheet matrix of all Type of Assessment items and the individual fields. This is complicated and detailed stuff and needs systematic tracking.
I've tried to be clear, but I can imagine you may have questions about how this all works together. So please let me hear from you.