2021 Final Assisted Reproductive Technology (ART) Services and Profiles
ART data are made available as part of the National ART Surveillance System (NASS) that collects success rates, services, profiles and annual summary data from fertility clinics across the U.S. There are four datasets available: ART Services and Profiles, ART Patient and Cycle Characteristics, ART Success Rates, and ART Summary. All four datasets may be linked by “ClinicID.” ClinicID is a unique identifier for each clinic that reported cycles. The Services and Profiles dataset provides an overview of clinic services, the clinic’s contact information, location, the medical director’s name, and summary statistics.
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 \"cdc-gov/2021-final-assisted-reproductive-technology-art-ix4g-rt8v\".\"2021_final_assisted_reproductive_technology_art\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.