SAS Programming with Medicare Administrative Data. Matthew Gillingham

Чтение книги онлайн.

Читать онлайн книгу SAS Programming with Medicare Administrative Data - Matthew Gillingham страница 10

Автор:
Жанр:
Серия:
Издательство:
SAS Programming with Medicare Administrative Data - Matthew Gillingham

Скачать книгу

not appear in Medicare administrative data or, at the least, may require searching multiple files. For example, Part D prescription drug data contains information for prescription drug fills. Prescription drugs administered during a hospital stay may not appear in the claims data at all. Additionally, services paid for by Medicare Part C may not appear in the administrative claims files because they are paid for by managed care providers.12

      • As a social insurance program, Medicare coverage is provided regardless of medical history. Therefore, if you are used to working with commercial healthcare claims data, you will likely notice some unique characteristics of the Medicare population, such as a higher prevalence of chronic conditions.

      • The administrative data we use for research purposes are updated on a regular basis, but only with claims that have been received and adjudicated and deemed final action. As such, the files we use at any given time do not contain all final action claims submitted and paid up to the date of extraction of the data. It is common practice to wait at least three months for paid claims to appear in the claims files maintained by CMS. For example, a request for claims for the full calendar year 2014 is best made on or after April 1, 2015.

      • Depending on what you are studying, care must be taken to determine the correct composition of your study population. For instance, our example research project will study only those beneficiaries continuously enrolled in fee-for-service Medicare during a defined timeframe. Other studies may wish to focus on beneficiaries entitled to Medicare based on being disabled. We will see in Chapter 6 that we can use enrollment data to determine a beneficiary’s reason for entitlement and define our study population.

      In this chapter, we set a foundation for programming with SAS and Medicare administrative data by examining the following:

      • Understanding the Medicare program and the particulars of Medicare coverage is absolutely essential to successfully programming with Medicare administrative data.

      • Medicare is a social insurance program that provides beneficiaries with an array of health insurance coverage, regardless of income or medical history.

      • The majority of Medicare beneficiaries are eligible for Medicare insurance because they are aged 65 and over. However, Medicare also insures beneficiaries who are permanently disabled (receiving Social Security Disability Insurance or SSDI), have ESRD, or have ALS.

      • Medicare benefits are divided and defined in four parts: Part A (Hospital Insurance), Part B (Supplemental Medical Insurance), Part C (Medicare Advantage), and Part D (outpatient prescription drug coverage). Each Part covers a different type of care or set of services. These Parts are a way of describing coverage, but also a way of organizing the way we think about the administrative data files we will use throughout this book.

      • Like other health insurance plans, Medicare does not cover every possible medical service or procedure.

      • The primary purpose of Medicare payment systems is not to create data for research, but to adjudicate and pay claims. This fact has implications for using the administrative data files and means that the user must understand the Medicare program.

      Chapter 3: An Introduction to Medicare Data

       Introduction and Goals of This Chapter

       A

Скачать книгу