Documentation Basics


Book Description

Complete and accurate documentation is one of the most important skills for a physical therapist assistant to develop and use effectively. The new Second Edition of Documentation Basics: A Guide for the Physical Therapist Assistant continues the path of teaching the student and clinician documentation from A to Z.




Documentation Basics for the Physical Therapist Assistant


Book Description

Complete and accurate documentation is one of the most important skills for a physical therapist assistant to develop and use effectively. The new Third Edition of Documentation Basics for the Physical Therapist Assistant continues the path of teaching the student and clinician documentation from A to Z. Mia Erickson and Rebecca McKnight have updated this Third Edition to reflect changes in the ever-evolving profession. Newly addressed are the changes in documentation requirements for major payers, changes in the disablement models used, and the increasingly common use of electronic documentation in the physical therapy profession. Features inside the Third Edition: Readers are encouraged to think about disablement and disablement concepts when writing notes How to document impairments in body structure and function but more importantly activity limitations and participation restriction Descriptions of the differences in documentation methods using a computer vs paper chart Evidence tied to benefits and challenges of computerized documentation Documenting the rationale for treatment and the unique skills of the physical therapist assistant in patient management New inside the Third Edition: Incorporation of the International Classification of Functioning, Disability, and Health disablement model Chapter on electronic documentation Screenshot examples of the popular WebPT® electronic medical record platform Updated chapters on reimbursement and legal issues Additional examples for student practice included in each chapter Included with the text are online supplemental materials for faculty use in the classroom. Documentation Basics for the Physical Therapist Assistant, Third Edition is the perfect guide for all physical therapist assistant students and clinicians who want to update and refine their knowledge and skills in documentation.




Documentation Basics that Support Good Manufacturing Practices


Book Description

The documentation system described in this text is designed to support Good Manufacturing Practices (GMP) in a medical manufacturing environment. However, the usefulness of the system can be extended to other areas of a corporation (development, clinicals, marketing, finance, as well as to many other unrelated, nonmedical industries). The principles & the decision making inherent in documentation system design remain the same, no matter what the product or business. The book describes the creation, use & control of the descriptive documents, data collection documents, numbering systems & data files that are appropriate for use in an industry subject to Good Manufacturing Practices. The text was written as a guideline for the individuals who must design the systems & work with them routinely. The descriptive documents presented in this book are designed to serve two purposes: to direction task-specific events & to educate the reader about the event in a manner that supports responsible decision making. It presents the major components of a GMP documentation system, gives examples of design, format & content, & explains how these components interact. $US42.95 plus shipping & tax where applicable. Call or write Advanstar Communications, Marketing Services; 7500 Old Oak Boulevard; Cleveland, OH 44130. 216-826-2839 or 800-598-6008.




The Presence of the Past


Book Description

Some people make photo albums, collect antiques, or visit historic battlefields. Others keep diaries, plan annual family gatherings, or stitch together patchwork quilts in a tradition learned from grandparents. Each of us has ways of communing with the past, and our reasons for doing so are as varied as our memories. In a sweeping survey, Roy Rosenzweig and David Thelen asked 1,500 Americans about their connection to the past and how it influences their daily lives and hopes for the future. The result is a surprisingly candid series of conversations and reflections on how the past infuses the present with meaning. Rosenzweig and Thelen found that people assemble their experiences into narratives that allow them to make sense of their personal histories, set priorities, project what might happen next, and try to shape the future. By using these narratives to mark change and create continuity, people chart the courses of their lives. A young woman from Ohio speaks of giving birth to her first child, which caused her to reflect upon her parents and the ways that their example would help her to become a good mother. An African American man from Georgia tells how he and his wife were drawn to each other by their shared experiences and lessons learned from growing up in the South in the 1950s. Others reveal how they personalize historical events, as in the case of a Massachusetts woman who traces much of her guarded attitude toward life to witnessing the assassination of John F. Kennedy on television when she was a child. While the past is omnipresent to Americans, "history" as it is usually defined in textbooks leaves many people cold. Rosenzweig and Thelen found that history as taught in school does not inspire a strong connection to the past. And they reveal how race and ethnicity affects how Americans perceive the past: while most white Americans tend to think of it as something personal, African Americans and American Indians are more likely to think in terms of broadly shared experiences--like slavery, the Civil Rights Movement, and the violation of Indian treaties." Rosenzweig and Thelen's conclusions about the ways people use their personal, family, and national stories have profound implications for anyone involved in researching or presenting history, as well as for all those who struggle to engage with the past in a meaningful way.




Writing Patient/Client Notes


Book Description

Develop all of the skills you need to write clear, concise, and defensible patient/client care notes using a variety of tools, including SOAP notes. This is the ideal resource for any health care professional needing to learn or improve their skills—with simple, straight forward explanations of the hows and whys of documentation. It also keeps pace with the changes in Physical Therapy practice today, emphasizing the Patient/Client Management and WHO’s ICF model.




How to Write That F***ing Manual


Book Description

Do you need to create some user assistance for your product? Do you want to make your user manual and online help system stand out from those of your competitors but don't have the time to study a dozen all-embracing textbooks about technical writing before getting down to work? This book provides you with a compilation of those rules that really matter. If you follow the given recommendations, this will significantly improve the quality of what you write, all with the least amount of effort. You get hands-on advice and simple, catchy examples-free from theoretical elaborations and highbrow grammar terms. The book is exemplary for what you need to achieve, too. It contains lots of valuable information on as few pages as possible in a clear and simple form. Topics covered: Structuring principles, including building topics, establishing headings, and determining the best possible order of information; Layout and formatting essentials; General technical writing rules; Rules for building sections; Rules for building sentences; Plain language; Grammar and word choice FAQ. Audience: developers, marketing professionals, product managers.




Pro Git


Book Description

Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.




Documentation Basics


Book Description




The Rust Programming Language (Covers Rust 2018)


Book Description

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.