health-data-ny-gov/donate-life-organ-and-tissue-donor-registry-sqk8-8a2h
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 17 days ago
Indexed 21 minutes ago

Donate Life Organ and Tissue Donor Registry Enrollment by County: Beginning September 2008

This dataset contains monthly snapshots of the number of enrollments by population in the New York State Donate Life Registry beginning from 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.

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/donate-life-organ-and-tissue-donor-registry-sqk8-8a2h\".\"donate_life_organ_and_tissue_donor_registry\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • donate_life_organ_and_tissue_donor_registry
     
     
     
     
     
Upstream Metadata