Special Population use of Service Category
This data set contains EIIHA populations who received services funded by Ryan White Part A Grant. EIIHA is Early Identification of Individuals with HIV/AIDS (EIIHA) The special populations (EIIHA) with HIV are: Black MSM = Black men and Black transgender women who have sex with men. Latinx MSM = Latinx men and Latinx Transgender women who have sex with men. Black Women - Black women Transgender - Transgender men and women. These populations have the biggest disparities of people living with HIV.
Other data is the number of clients and units used in each service category in the Ryan White Part A, a grant that provides services for those with HIV.
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 \"datahub-austintexas-gov/special-population-use-of-service-category-jwva-euqc\".\"special_population_use_of_service_category\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.