Office-Based Surgery Practice Site Accreditation
Effective July 14, 2009, physician offices that perform surgical or invasive procedures using more than mild sedation must be accredited by one of three accrediting agencies. The NYSDOH collects OBS practice site accreditation data from each of the accrediting agencies monthly. The OBS practice accreditation site data is used to keep an accurate list of accredited OBS practice sites for patient safety and regulatory efforts. For more information, visit https://www.health.ny.gov/professionals/office-based_surgery/.
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/officebased-surgery-practice-site-accreditation-swy6-m48e\".\"officebased_surgery_practice_site_accreditation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.