Referrals, Investigations and Founded Cases - Licensing Services & Protection for Persons in Care
Referrals are the number of reported allegations of abuse against a resident in a licensed DCS facility that are inquired into, but do not necessarily result in an investigation.
Investigations occur after a thorough inquiry into a referral determines there are reasonable grounds to believe a resident has been abused, or is likely to be abused.
Founded Cases is the number of cases where the investigation determined there were probable grounds abuse occurred.
The Protection for Persons in Care Act is an extra safeguard for patients or residents 16 years of age or older receiving care from Nova Scotia’s hospitals, residential care facilities, nursing homes, homes for the aged or disabled persons under the Homes for Special Care Act."
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 \"novascotia-ca/referrals-investigations-and-founded-cases-3iy7-qqzt\".\"referrals_investigations_and_founded_cases\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.