Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andrewcistola/medicare-florida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primary Care in Florida

Community driven, value based primary care for Medicare beneficiaries in Gainesville, FL

Click below for proposal presentation

https://www.youtube.com/watch?v=lje5HQw7pR4

About this Repository

This repository contains data, visuals, and documents to evaluate Opportunities for a Community driven, value based primary care clinic for Medicare patients using Direct Contracting payment models.







Data Table

ffs_al.csv is a ready to use table with information related to the request.

Variable Definitions

ZIP = 5 digit Zip code in Alachua County, FL
POP_OVER_65 = Total population over 65 in Zip Code
POP_TOTAL = Total population in Zip Code
TOTAL_DAYS_OF_CARE = Total bed days from Medicare Part A/B beneficaries from all hopsitals for residents within that Zip Code
TOTAL_CHARGES = Total raw charges from Medicare Part A/B beneficaries from all hopsitals for residents within that Zip Code
TOTAL_CASES = Total hospital visits from Medicare Part A/B beneficaries from all hopsitals for residents within that Zip Code
DAYS_per 65 = TOTAL_DAYS_OF_CARE / POP_OVER_65
CHARGES_per 65 = TOTAL_CHARGES / POP_OVER_65
VISTIS_per 65 = TOTAL_CASES/ POP_OVER_65

Notes

Repository Contents:

ffs_al.csv Ready to use file
Income Statement.xlsx Draft of income statement for possible clinic
_data Data used for the request
_code Code used for the request
_fig Figures made in the request
LICENSE Generic MIT licenses for open source projects from DrewC!
.gitattributes File extensions marked for GH large file storage
environment.yml Conda environment with dependencies for use in development projects

Repository Structure

The repository uses the following file organization.

Subdirectories

_v#.# dependency files deployed for that specific release or version
_data staged data files related to the project
_fig graphs, images, and maps related to the project
_archive old files no longer used
_raw raw data files, documentation, and code used for staging data
project Files related to specifc project
README Description, directory, notes

File Naming:

topic_prefix_suffix.ext

Topics:

Topics are assigned based on content and listed in the directory README

Prefixes:

alpha_ First draft of script, continuting with greek alphabet omega_ Final draft of script `

Suffixes:

_code Development code script for working in an IDE
_book Jupyter notebook
_stage Data files that have been modified from raw source
_2020-01-01 Text scripts with results output with date it was run
_map 2D geographic display
_graph 2D chart or graph representing numeric data

Style:

Code scripts use the following style:

PEP-8

Whenever possible code scripts follow PEP-8 standards.

Elective options:

Python and R code scripts use the following elective options:
= for variable defintions (no <-)
'' for all character strings or arguments (no "")
A single space is provided between each element ex. columns = 'COlA'

Naming Conventions:

Python and R code scripts use the following variable naming conventions:

data frames: df_xx
list: l_xx
arrays: a_xx
feature tables: df_X
target tables: df_Y

Disclaimer

While the author (Andrew Cistola) is a Florida DOH employee and a University of Florida PhD student, these are NOT official publications by the Florida DOH, the University of Florida, or any other agency. No information is included in this repository that is not available to any member of the public. All information in this repository is available for public review and dissemination but is not to be used for making medical decisions. All code and data inside this repository is available for open source use per the terms of the included license.

allocativ

This repository is part of the larger allocativ project dedicated to prodiving analytical tools that are 'open source for public health.' Learn more at https://allocativ.com.

About

Community driven, value based primary care for Medicare beneficiaries in Gainesville, FL

Topics

Resources

License

Stars

Watchers

Forks