4.6 KiB
4.6 KiB
BHI Layer — Target Opportunity Questions
These are the questions the BHI layer must answer. They double as acceptance criteria: the layer ships when every question can be answered with a SQL query or a short Python notebook against brain with BHI tables populated.
Scope assumptions: all 50 states, facility-level where available, tagged adolescent (13-17) and young adult (18-25).
1. Supply / capacity
- Which US counties have the highest HPSA mental health scores AND the lowest bed density (top 50)?
- Which counties have ZERO licensed adolescent inpatient psychiatric beds within 60 miles?
- Which counties have ZERO licensed young-adult residential treatment beds within 60 miles?
- How many IPFs have closed vs opened in the last 24 months, by state?
- Which IPFs have the worst HBIPS restraint+seclusion rates and are therefore vulnerability candidates for competitive entry or acquisition?
- Which nursing homes are disproportionately housing under-65 residents with SMI (SNF-IMD dynamic) and are candidates for conversion/specialty buildout?
- Where are the biggest drops in psych bed count over the last 5 years (via POS termination data)?
- Which states have the lowest ratio of PRTF beds per 10k adolescents?
2. Demand
- Which counties have the highest 13-17 suicide rate and fastest-growing trend (CDC WONDER)?
- Which counties have the highest 18-25 overdose death rate trend?
- Which states have the highest YRBSS "considered suicide" % and highest unmet-treatment need on NSCH, simultaneously?
- How does adolescent ED visit rate for self-harm compare across states (cross-joining HCUP when available)?
- Which school districts have the highest IDEA Part B Emotional Disturbance child count per 1,000 students?
- Which states are seeing the largest YoY increase in 988 + crisis line volume per capita?
3. Workforce
- Which MSAs have the highest YoY wage growth for psychiatrists (SOC 29-1223) — indicates a shortage?
- Which MSAs have psychiatrist employment per 100k in the bottom quartile AND mental health HPSA coverage in the worst quartile?
- Where are LCSW/LMHC wages spiking (21-1014, 21-1018) while employment is flat?
4. Financial / opportunity
- What is the median psych Medicare margin (revenue - cost) per discharge, by state, from MCR data?
- Which for-profit IPF chains are expanding fastest (opened_date + chain_id from nursing home join)?
- Which counties have the biggest gap between HPSA score and SAM.gov / state contract dollars flowing in (underinvested vs need)?
- What are the median acquisition multiples for BH facilities in each state? (Requires later enrichment.)
5. Adolescent transport / crisis (specific focus)
- Which counties dispatch the most EMS runs coded "behavioral/psych" per 10k adolescents (NEMSIS, when access granted)?
- Where do adolescent psychiatric holds most frequently result in out-of-county or out-of-state transport (indicates no local capacity)?
- Which states have the longest average ED boarding time for adolescents awaiting inpatient psych admission (via AHRQ + state HAI reports)?
- Which states have dedicated secure transport statute/reimbursement (
bhi_policy_eventsfilter on "secure transport") — these are bluefields for BH transport vendors? - Which counties combine: high adolescent suicide rate + no in-county adolescent psych beds + high ED boarding = highest-need adolescent transport markets?
- Which chains/operators already provide adolescent secure transport and where are their service gaps (via scraping state BHO contract registries)?
6. Regulatory / tailwind
- Which states passed Medicaid rate increases for BH residential in the last 24 months?
- Which states expanded the definition of "mobile crisis response" to include adolescents in the last 24 months?
- Where are IMD exclusion waivers (Section 1115 SMI/SED waivers) active or pending?
7. Composite / prioritization
- Top 10 states ranked by composite_score for "adolescent inpatient psychiatric"?
- Top 50 counties ranked by composite_score for "young adult residential SUD"?
- Top 20 MSAs ranked by composite_score for "outpatient adolescent therapy (IOP/PHP)"?
- For each of the top 10 composite-score opportunities, list: (a) top 3 operators already there, (b) workforce wage growth, (c) most recent policy event, (d) closest open SAM.gov opportunity.
Acceptance criteria: When the BHI layer is live and all Phase A sources are ingested, a user should be able to run SQL or ask the Brain's natural-language interface these 34 questions and get a grounded answer with citations to the underlying bhi_* tables.