| | 1 | === Ffehr Design Goals === |
|---|
| | 2 | |
|---|
| | 3 | - to develop a Firefox extension which serves as a generic electronic health record; primary purpose is to generate standard reports such as clinical abstracts and discharge summary |
|---|
| | 4 | |
|---|
| | 5 | - must be able to save files as XML files (compliant with HL7 CDA R2) |
|---|
| | 6 | |
|---|
| | 7 | - XML files must validate with the HL7 schema (schema local copy) (http://xml.coverpages.org/CDA-ReleaseTwoSchema-200408.xsd) |
|---|
| | 8 | |
|---|
| | 9 | - to simplify initial implementation, the XML instances will be supplied to the developers (these are simple implementations of the HL7 schema) |
|---|
| | 10 | |
|---|
| | 11 | - FORMS: will follow the problem-oriented SOAP (Subjective, Objective, Assessment, Plan diagnostics, Plan therapeutics) format |
|---|
| | 12 | |
|---|
| | 13 | --- ADD NEW PATIENT |
|---|
| | 14 | |
|---|
| | 15 | --- ADD NEW SOAP FOR PATIENT |
|---|
| | 16 | |
|---|
| | 17 | Essentially, the extension will be like a NOTEPAD with ability to present structured forms, save data as XML, and to generate reports (from the XML files) in a structured format. |
|---|
| | 18 | |