english:project
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
english:project [2017/02/26 21:34] – ariane | english:project [2017/02/28 14:37] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 12: | Ligne 12: | ||
We employed user-centered design to adapt the DA in a two-phase study during which we recruited patients, family members, intensivists and other allied health professionals from a closed medical and surgical ICU. During phase 1, we conducted three weeks of ethnography of the decision-making context in our ICU to identify clinician and patient needs for a decision aid. During this time, we observed five dyads of intensivists and patients discussing goals of care. We also conducted semi-structured interviews with the attending intensivists in this ICU. During phase 2, we conducted three rounds of rapid prototyping involving 15 patients and 11 other allied health professionals. We recorded discussions between intensivists and patients and used a standardised observation grid to collect patients’ comments and sociodemographic data. We applied content analysis to field notes, verbatim transcripts and the completed observation grids. Each round of observations and rapid prototyping iteratively informed the design of the next prototype. We also used the programming architecture of a wiki platform to embed the GO-FAR prediction rule programming code to create an online tailored CPR outcome prediction calculator. We also linked the calculator to a risk graphics software to better illustrate outcome risks calculated by the GO-FAR rule. | We employed user-centered design to adapt the DA in a two-phase study during which we recruited patients, family members, intensivists and other allied health professionals from a closed medical and surgical ICU. During phase 1, we conducted three weeks of ethnography of the decision-making context in our ICU to identify clinician and patient needs for a decision aid. During this time, we observed five dyads of intensivists and patients discussing goals of care. We also conducted semi-structured interviews with the attending intensivists in this ICU. During phase 2, we conducted three rounds of rapid prototyping involving 15 patients and 11 other allied health professionals. We recorded discussions between intensivists and patients and used a standardised observation grid to collect patients’ comments and sociodemographic data. We applied content analysis to field notes, verbatim transcripts and the completed observation grids. Each round of observations and rapid prototyping iteratively informed the design of the next prototype. We also used the programming architecture of a wiki platform to embed the GO-FAR prediction rule programming code to create an online tailored CPR outcome prediction calculator. We also linked the calculator to a risk graphics software to better illustrate outcome risks calculated by the GO-FAR rule. | ||
- | | + | |
Our results inform producers of decision aids on the use of wikis and user-centered design to develop DAs that are better adapted to users’ needs. Free and open access to our wiki platform could allow other centers to adapt our tools to their local contexts thus reducing duplication and accelerating the scale-up of such DAs. Further work is needed on the creation of a video version of our DA. Physicians will also need training to use our DA and to develop shared decision making skills about goals of care. | Our results inform producers of decision aids on the use of wikis and user-centered design to develop DAs that are better adapted to users’ needs. Free and open access to our wiki platform could allow other centers to adapt our tools to their local contexts thus reducing duplication and accelerating the scale-up of such DAs. Further work is needed on the creation of a video version of our DA. Physicians will also need training to use our DA and to develop shared decision making skills about goals of care. | ||
- | ---- | ||
- | ** Patient decision aid in English** | ||
- | Patient Decision Aid on Powerpoint | ||
- | | ||
- | |||
- | |||
- | |||
- | Patient Decision Aid in google slide adaptable | ||
- | |||
- | https:// | ||
- | |||
- | |||
- | |||
- | You are free to modify, use, propagate this Patient Decision Aid without asking permission of the authors. However, we would like to be kept informed of its use. | ||
- | |||
- | To do so please contact Patrick Archambault patrick.m.archambault@gmail.com | ||
- | |||
- | |||
- | |||
- | ---- | ||
- | |||
- | ~~NOCACHE~~ | ||
- | |||
- | ====== | ||
- | |||
- | Original paper: Ebell et al < | ||
- | |||
- | **DISCLAIMER: | ||
- | |||
- | Check each condition present on admission to the hospital to calculate total score and probability of survival. | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | |||
- | <script type=" | ||
- | function checkCalcul(me) | ||
- | { | ||
- | var score=0; | ||
- | var select = document.getElementById(" | ||
- | var valeur = select.options[select.selectedIndex].value; | ||
- | | ||
- | if (valeur == ' | ||
- | else if (valeur == ' | ||
- | else if (valeur == ' | ||
- | else if (valeur == ' | ||
- | else if (valeur == ' | ||
- | var listeChoix = document.getElementsByName(' | ||
- | | ||
- | for (var i=0, liste = listeChoix.length; | ||
- | if (listeChoix[i].checked) { | ||
- | if (listeChoix[i].value==' | ||
- | {score = score -15; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 10; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 8; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 7; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 7; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 7; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 6; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 6; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 5; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 4; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 4; | ||
- | | ||
- | else if (listeChoix[i].value==' | ||
- | {score = score + 1; | ||
- | | ||
- | } | ||
- | } | ||
- | pronostic(score); | ||
- | |||
- | } | ||
- | |||
- | function pronostic(score) | ||
- | { | ||
- | if (score == 0){ | ||
- | | ||
- | | ||
- | |||
- | else if (score >= -15 && score<= -6){ | ||
- | document.getElementById(' | ||
- | | ||
- | |||
- | href='/ | ||
- | |||
- | else if (score >= -5 && score <= 13){ | ||
- | | ||
- | | ||
- | |||
- | else if (score >= 14 && score <= 23){ | ||
- | | ||
- | | ||
- | | ||
- | else if (score >= 23){ | ||
- | | ||
- | | ||
- | } | ||
- | </ | ||
- | < | ||
- | .graph { | ||
- | float: right; | ||
- | position: relative; | ||
- | height: 188px; | ||
- | margin-bottom: | ||
- | top: -259px; | ||
- | width: 490px; | ||
- | } | ||
- | |||
- | @media screen and (max-width: 1020px) { | ||
- | .graph { | ||
- | float: none; | ||
- | position: initial; | ||
- | display: block; | ||
- | margin-bottom: | ||
- | width: auto; | ||
- | height: auto; | ||
- | } | ||
- | } | ||
- | </ | ||
- | |||
- | |||
- | | ||
- | <select id=" | ||
- | < | ||
- | <option value=" | ||
- | <option value=" | ||
- | <option value=" | ||
- | <option value=" | ||
- | <option value=" | ||
- | </ | ||
- | |||
- | < | ||
- | < | ||
- | Intact neurologically or low neurological deficit at admission</ | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | |||
- | <div id=" | ||
- | <div id=" | ||
- | <p style=" | ||
- | <form action="" | ||
- | < | ||
- | </ | ||
- | |||
- | </ | ||
- | </ | ||
- | |||
- | ^ Definitions of Predictor Variables< | ||
- | ^ Variable | ||
- | | **Acute stroke** | Documented diagnosis of an intracranial or intra-ventricular hemorrhage or thrombosis during the current admission | | ||
- | | **Hepatic insufficiency** | Evidence of hepatic insufficiency within 24 h of the event, defined by total bilirubin >2 mg/dL (to convert to micromoles per liter, multiply by 17.104) and AST > 2 times the upper limit of normal or cirrhosis| | ||
- | | **Hypotension or hypoperfusion** | Any evidence of hypotension within 4 h of the event, defined as any of the following: SBP <90 or MAP <60 mm Hg; vasopressor or inotropic requirement after volume expansion (except for dopamine <= 3 microgram/ | ||
- | | **Major trauma** | Evidence of multisystem injury or single-system injury associated with shock or altered mental status during the current hospitalization | | ||
- | | **Metastatic or hematologic cancer** | Any solid tissue malignancy with evidence of metastasis or any blood-borne malignancy | | ||
- | | **Pneumonia** | Documented diagnosis of active pneumonia, in which antibiotic therapy has not yet been started or is still ongoing | | ||
- | | **Renal insufficiency or dialysis** | Requiring ongoing dialysis or extracorporeal filtration therapies, or serum creatinine >2 mg/dL (to convert to micromoles per liter, multiply by 88.4) within 24 h of the event | | ||
- | | **Respiratory insufficiency** | Evidence of acute or chronic respiratory insufficiency within 4 h of the event, defined as any of the following: PaO2/FiO2 ratio <300, PaO2 <60 mm Hg, or SaO2 <90% (without preexisting cyanotic heartdisease); | ||
- | | **Septicemia** | Documented bloodstream infection in which anti-biotic therapy has not yet been started or is still ongoing | | ||
- | | | ||
- | | ||
- | AST: aspartate aminotransferase; | ||
- | BiPAP: bilevel positive airway pressure ; | ||
- | CPAP: continuous positive airway pressure ; | ||
- | ETco2< | ||
- | MAP< | ||
- | SaO2< | ||
- | SBP: systolic blood pressure; | ||
- | TcCO2< | ||
- | |||
- | **< | ||
/home/wikidecision/public_html/data/attic/english/project.1488162840.txt.gz · Dernière modification : 2017/02/26 22:34 (modification externe)