Difference between revisions of "Primary operation election"

From ECHSA Congenital Database
Jump to navigationJump to search
Line 5: Line 5:
 
For the given patient:
 
For the given patient:
  
#Find the maximum [[Basic Score]] from all of the patient's procedures.
+
#Determine the [[primary procedure]]. See the [[primary procedure election]] for details.
#*''Known problems: Some procedures do not have Basic Score.''
+
#If the [[primary procedure]] is impossible to determine, the algorithm gives up. If the procedure was determined successfully, it continues.
#Find the procedure with Basic Score equal to the maximum Basic Score. Is is called the [[primary procedure]].
 
#*''Known problems: Some procedures have equal Basic Score, so number of procedures with Basic Score equal to the maximum Basic Score can be greater than 1. This causes the [[primary procedure]] be impossible to determine.''
 
#If the [[primary procedure]] was impossible to determine by the maximum Basic Score, find a procedure with Basic Score equal to the maximum Basic Score and priority equal to one.
 
#*''Known problems: As above, but with less cases.''
 
#If the [[primary procedure]] was impossible to determine by the maximum Basic Score and the priority, find the procedure with Basic Score with priority equal to one.
 
#*''Note: This helps to find [[primary procedure]]s that do not have Basic Score. However, those procedures do not apper in any reports that show the Basic Score. Most of the reports do.''
 
#If the [[primary procedure]] is still impossible to determine, the algorithm gives up here. If the procedure was determined successfully, it continues.
 
 
#Find the operation, during which the [[primary procedure]] was performed.
 
#Find the operation, during which the [[primary procedure]] was performed.
 
#*''Known problems: The primary procedure could be performed during more than one operation.''
 
#*''Known problems: The primary procedure could be performed during more than one operation.''

Revision as of 15:29, 29 March 2006

Database reports

Primary procedure election
Primary operation election
Patients filtering
First operation
Thirty days mortality
Performance

Primary reports
Gold standards report
Basic Score report
Complications report
Quality of care report
Outcome prognosis
National report

All reports that display the mortality, are patient-based, because the mortality is a property of a patient. For reports that show any property of an operation (like surgeon) must elect one operation as the primary operation for given patient. Following text describes how exactly is the primary operation elected. There is a number of patients for which the primary operation is impossible to elect. Those patients do not appear in the reports.

For the given patient:

  1. Determine the primary procedure. See the primary procedure election for details.
  2. If the primary procedure is impossible to determine, the algorithm gives up. If the procedure was determined successfully, it continues.
  3. Find the operation, during which the primary procedure was performed.
    • Known problems: The primary procedure could be performed during more than one operation.
  4. Find the operation, during which the primary procedure was performed and has priority equal to 1.
    • Known problems: The primary procedure could still be performed during more than one operation and have priority equal to 1.
  5. If the primary operation could not be determined, the patient is excluded from reports, because it's impossible to tell the date of surgery or any other operation properties.

During the process, only valid operations are taken into account.