Question

In: Statistics and Probability

what is the best sampling plan if I am trying to evaulate a health program? I...

what is the best sampling plan if I am trying to evaulate a health program? I am evaluating whether or not a fall prevention program is helpful to elderly people in my county.

My study design is Cohort

the program last 3 months and I want to follow up with participants after the program is complete

Solutions

Expert Solution

While measuring fall rates is the ultimate test of how your facility or unit is performing, fall rates are limited in that they do not tell you how to improve care. If your fall rate is high, on what specific areas should you focus? To know where to focus improvement efforts, it is important to measure whether key practices to reduce falls are actually happening.

Many important practices could be measured in assessing fall prevention. We recommend initially looking at no more than two, such as:

  • Performance of fall risk factor assessment within 24 hours of admission.
  • Performance of care planning that addresses each risk factor identified during fall risk factor assessmentSample Protocol for Assessing Performance of Fall Risk Factor Assessment
  • Take a sample of records of patients newly admitted to your unit within the past month. For an informal audit, an arbitrary number such as 10 or 20 records may be sufficient for initial assessments of performance. A more formal audit might review 10 percent of all patients admitted to the unit.
  • Identify medical and nursing notes from the first 24 hours of hospitalization. These should include the admission nursing assessment, physician's admission note, and subsequent nursing progress notes.
  • Determine whether there is any documentation of a fall risk factor assessment. This might include mention of the patient's level of orientation and cognition, gait and balance, continence status, and number and types of prescribed medications, as well as a number of diagnoses.
  • Determine whether key findings from the fall risk factor assessment were further explored. For example, if a patient is noted to be disoriented, is there an assessment for delirium (go to Tool 3L)?
  • Calculate the percentage of patients having any documentation of a fall risk factor assessment as well as the percentage of cases in which key findings from the fall risk factor assessment were further explored. Good performance on these key processes of care is critical to preventing falls. If you are not doing well, or as well as you would like, in one of these key areas, it provides an opportunity for improvement. Examine what the problem is and plan how to overcome this barrier. For example, are staff engaged in the program? Do they know what they need to do?

Related Solutions

I am trying to write a UDP socket program in which there is a server program...
I am trying to write a UDP socket program in which there is a server program and a client program. This is what I have but I can't figure out where I am going wrong. This is the input and expected output: > gcc udpclient.c –o clientout > gcc udpserver.c –o serverout > ./serverout 52007 ‘to celebrate’ & > ./clientout odin 52007 ‘Today is a good day’ Today is a good day to celebrate //UDP echo client program #include #include...
I am trying to create a makefile for the following program in Unix. The C++ program...
I am trying to create a makefile for the following program in Unix. The C++ program I am trying to run is presented here. I was wondering if you could help me create a makefile for the following C++ file in Unix and show screenshots of the process? I am doing this all in blue on putty and not in Ubuntu, so i don't have the luxury of viewing the files on my computer, or I don't know how to...
I am trying to write a java program that determines if an inputted year is a...
I am trying to write a java program that determines if an inputted year is a leap year or not, but I am not able to use if else statements how would I do it. I don't need the code just advice.
I am trying to figure out the best way to solving a problem in the language...
I am trying to figure out the best way to solving a problem in the language python. I have some but have no clue if I am even going in the right direction. Here are the instructions: Write a program that calculates the shopping list for a birthday party with the minimum amount of leftovers. The program should ask the user for the number of kids attending the party. Assume each kid will cook (but not necessarily eat) 2 hot...
Best Forecasting Model Hi, I am trying to find the best suitable model for my project...
Best Forecasting Model Hi, I am trying to find the best suitable model for my project that I should use for forecasting the values. Following are the models that I used and their respected values. Model RMSE MAE MAPE Holt's 201.616 130.072 2.054 Holt's (Log Transform) 197.723 125.330 1.971 Damped Trent .    206.040 128.525 2.028
I am trying to understand how special audit techniques (audit sampling methods) are used in the...
I am trying to understand how special audit techniques (audit sampling methods) are used in the Inventory and Warehousing cycle. Could you please gives some examples that an auditor would examine to decide what audit sampling implications would arise in the Inventory and Warehousing cycle? Thank you so much as I am a little confused and any help would be greatly appreciated!
I am trying to make a program in Python that opens a file and tells you...
I am trying to make a program in Python that opens a file and tells you how many lines, vowels, consonants, and digits there are in the file. I got the print out of lines, digits, and consonants, but the if statement I made with the vowels list isn't recognizing them. How can I make the vowels go through the if statement with the list? Am I using the wrong operator? Here is my program #Assignment Ch7-1 #This program takes...
I am trying to create a program that reads from a csv file and finds the...
I am trying to create a program that reads from a csv file and finds the sum of total volume in liters of liquor sold from the csv file by county and print that list out by county in descending order. Currently my program runs and gives me the right answers but it is not in descending order. I tried this:     for county, volume in sorted(sums_by_volume.items(), key=lambda x: x[1], reverse=True):         index +=1         print("{}. {} {:.2f}".format(county, sums_by_volume[county]))      When I run...
Hello, I am trying to write a C++ program that will do the following: Use the...
Hello, I am trying to write a C++ program that will do the following: Use the STL stack container in a program that reads a string, an arithmetic expression to be exact, one character at a time, and determines if the string has balanced parenthesis – that is, for each left parenthesis there is exactly one matching right parenthesis later in the string.                         Use the following strings to test your program. A+ B - C A * B / (C...
I am trying to implement a search function for a binary search tree. I am trying...
I am trying to implement a search function for a binary search tree. I am trying to get the output to print each element preceding the the target of the search. For example, in the code when I search for 19, the output should be "5-8-9-18-20-19" Please only modify the search function and also please walk me through what I did wrong. I am trying to figure this out. Here is my code: #include<iostream> using namespace std; class node {...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT