New York State Donate Life Registry Enrollment by Birth Year
This dataset contains monthly snapshots of the number of enrollments by year of birth in the New York State Donate Life Registry beginning in September 2008. The registry is a confidential database that records a person’s consent to organ/tissue donation upon death. The database is used by donation professionals to determine a person's donation status at the time of their death. For more information, please visit https://donatelife.ny.gov/.
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/new-york-state-donate-life-registry-enrollment-by-2jst-4dg5\".\"new_york_state_donate_life_registry_enrollment_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.