Home Care Registry Summary Of Training Certificates Issued: Beginning 2009
The dataset contains information extracted from Home Care Registry (HCR) application. HCR is a web-based registry of all personal care aides and home health aides who have successfully completed a personal care aide or home health aide training program approved by either the New York State Department of Health (NYSDOH) or the New York State Education Department (NYSED). The dataset provides information about the training certificates issued in a specific region within the State of New York based on Certificate Type, Methodology, Language and the State Agency that approved the Training program that issued the Certificate. This dataset is refreshed on monthly basis. For more information, visit https://apps.health.ny.gov/professionals/home_care/registry/home.action.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"health-data-ny-gov/home-care-registry-summary-of-training-h66m-8dn6\".\"home_care_registry_summary_of_training\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.