Finding out what a patient can actually get still means making phone calls.
We are working on the information layer underneath that problem: keeping a record of what local services exist, who they can serve, and when they are open — and being clear about how current each answer is. Some of this is built and running in a research preview. The part that would match a person's situation to services that fit is not. We would like to hear from people who do this work.
This page describes what exists today, what does not, and what we are unsure about. If you are looking for a product to evaluate, it is too early for that.

The problem, as far as we understand it
Nearly every community has a resource directory. The difficulty is not building one — it is that keeping it accurate is continuous work, and that work is rarely funded as a permanent role.
- Sector standards for community-navigation resource databases are built around an annual verification cycle, with procedures for handling changes in between. The between-cycle work is the part that costs staff time. (Inform USA, Standards & Quality Indicators for Professional Community Navigation, v10.1)
- Open Referral's research in Washington, D.C. estimated that roughly 500 organizations providing about 1,500 services would need approximately two full-time equivalents to be reliably updated every six months. That is the real cost of accuracy, and it is a salary line rather than a software line.
- Directory inaccuracy has been measured carefully in adjacent settings. When U.S. Senate Finance Committee staff called listed in-network mental health providers, reaching ten listings took one to three hours, and a third of the numbers were wrong, disconnected, or never returned. That study looked at health-plan directories rather than community resources, so we treat it as the nearest available measurement rather than a description of your week. (Senate Finance majority staff, 2023)
- In a survey of critical access hospitals conducted during the pandemic, 92% (n=127) selected finding a hospital to take a transfer, or general issues with bed availability, as their single largest barrier to outbound transfers. The same respondents named hospital relationships and care coordination as what helped most. (Flex Monitoring Team, February 2023; 155 of 404 sampled, 38% response)
Part of that last finding is about supply rather than information, and no software creates supply. We think the part that is genuinely an information problem is worth working on, and we try to be careful about the difference.
What has been learned by people who worked on this before us
This is a long-standing problem, and most of what is known about it was learned by 211 centres, information-and-referral professionals, statewide referral networks and state bed registries. Their work is the reason the difficulties are documented at all, and we have relied on it heavily.
- Referral and receipt are different measurements. A published evaluation of one statewide referral platform reported a closed-loop rate near 99% while the share of cases producing an actual service was between 38% and 65%. The same program's resolution rate moved with the availability of funding to reimburse community organizations, not with any change to the software.
- Connecting people to services is harder than it looks. The largest randomized evaluation in this area, run by CMS, found that navigation did not significantly increase connections to community services or the resolution of needs compared with a randomized control group. Its evaluators attributed the effects they did observe to relationship and trust-building work.
- Availability information decays quickly. At least seventeen states have operated behavioral health bed registries, and no published evaluation has shown one improved access. The recurring difficulty is that manually maintained availability goes out of date within hours, and that an open bed is not the same as an accepted patient.
- Volunteer maintenance has not proven durable. Open Referral's assessment of crowdsourced directories found few examples of sustainability — not because contributors were inaccurate, but because the work concentrated on one or two committed people and stopped when they moved on.
We take these as constraints rather than as failures. They are the reason we are not building a referral network or an availability feed, and the reason we would rather test our assumptions with a few organizations than assume they hold.
What exists today
A resource finder is built and running in the PHapp® research preview. It is not generally available. The resources it holds today are those a public health emergency calls for — cooling and warming centres, naloxone and vaccination sites, shelter, food, hotlines.
- Records carry a verification date where one exists. When an organization confirms a record, we store who confirmed it and when. When a county's published feed still lists it, we store that the feed still listed it, which is a weaker statement and is kept distinct. Records whose confirmation has lapsed are marked rather than presented as current.
- Whether a place is open is determined on the server, from published hours, dated closures, season and the site's own time zone rather than the reader's. When hours have not been published, the answer is recorded as unknown rather than as closed. Because that determination is made once, in one place, any surface reading it receives the same answer.
- Corrections persist. When a person corrects a record that also arrives from an automated feed, that correction is kept and continues to apply to that field, while the feed goes on maintaining the fields it maintains well.
- Changes are recorded. Each change writes an append-only entry with the previous and replacement values, so a bad bulk update can be traced and undone.
- The data can be exported in Open Referral HSDS under a partner credential, so other systems a community runs can read it. The export carries names, coordinates and service descriptions — not street addresses, phone numbers or weekly hours, which a consuming system would need to supply or look up itself.
The finder's own screens are still being localized, and the resource listings themselves have no translation path yet, so both are English today. There is also no way to reach resource information by text message; the finder is reached by app or web.
The problems we are working on
These are the hard parts. Some of what follows is designed and not yet built; where the evidence points a particular way, we say so. We would rather describe the problem honestly than the ambition.
- Matching a situation to services that fit. Stating who a person is and getting back the places that can take them. Designed, not built. The evidence here is genuinely mixed — the largest randomised evaluation found navigation alone did not increase connections — so the question we are working on is what has to be true for matching to help rather than whether to offer it.
- A surface built for professionals. The finder today is a resident surface. What a coordinator needs is a different screen, and it does not exist yet.
- Knowing whether a referral became a service. The hardest measurement in this field: published evaluations report closed-loop rates far above the share of cases that produced an actual service. We would rather solve knowing than produce a number that flatters everyone, so we have not built a referral rail — that is a sequencing judgement, not a permanent refusal.
- Availability that stays true. Capacity changes hourly and decays faster than it can be maintained by hand; at least seventeen states have operated behavioral health bed registries and no published evaluation has shown one improved access. Our working answer is standing conditions that change monthly, which a small team can realistically keep accurate. If someone finds a way to make live availability hold, we would want to learn it.
- Being clear about what a listing promises. Published conditions describe a stated rule. Admission remains the organization's decision, and no surface of ours should imply otherwise.
- Doing it without holding patient information. The fields under design describe what a resource requires — county served, age range, insurance accepted, language, walk-in or referral. No name, date of birth, diagnosis or free-text field, and a stated situation is a query rather than a stored record. That constraint is written into the specification before the code exists, and we are publishing it so it can be held to.
The approach we are testing
Distributing verification to the organizations closest to each service, and being explicit about how much each confirmation is worth.
Rather than one team attempting to re-verify everything on a schedule, the design records verification as evidence that accumulates and ages:
- Each confirmation records who made it, when, and by what method, so a county feed and a clinic manager are stored as different kinds of claim.
- Confirmations from a jurisdictional agency carry more weight than one individual's, and several accounts at one organization count once.
- Confidence decreases with age. A confirmation from yesterday and one from eight months ago should not be presented identically.
- Each area of responsibility has a named steward who is accountable for it, which the evidence suggests is what separates a durable collaborative from a directory that decays.
Each of those recurring difficulties has a design cause: verification funded as one organization's job, feeds overwriting the contributions they solicit, and a single flag that makes a county script and a clinic manager indistinguishable. The design above addresses all three. Whether that is enough is the first question in the next section, and it is untested.
The weighting, decay and stewardship model above is design work, not shipped behaviour. What runs today is the contribution permission, the correction precedence, and the change log beneath both.

What we are unsure about
Three assumptions could turn out to be wrong, and we would rather name them.
- Whether maintaining a listing is genuinely a few minutes a month. If it is not, this approach carries the same staffing cost as every other approach, and the honest description of what we offer would narrow considerably. This is the first thing we want to test, and it needs no software to test.
- Whether contributors keep contributing. The recorded difficulty with volunteer maintenance is not inaccuracy but attrition. Weighting contributions decides whose information is used; it does not by itself give anyone a reason to contribute. Some combination of accountability, compensation, or a funder requirement is likely to be necessary.
- Whether structured eligibility can be collected at all. County feeds rarely carry it. If organizations do not publish it, the honest answer for most records will be that eligibility is unknown, and the design has to handle that as a normal case rather than a gap.
If the notice of funding you are answering uses these terms
Funding notices name capabilities in a fairly standard vocabulary. The answer differs term by term, and is set out below so you can decide quickly whether we belong in your application.
- Resource directory, resource inventory. This is the part that exists, in a research preview rather than generally available. Records of local services, each with a verification date where one exists. Where a site has published its hours we determine open or closed on the server; on the current corpus most records have no published hours, and those are shown as unknown rather than as closed.
- Community health worker support. Partly. A CHW needs to know what is currently open and who each service can take. The first is the layer we work on. The second is unbuilt — there is no schema and no vocabulary yet for who a service can take, and no way to match a person to it.
- Real-time resource directory. We do not use this phrase and would not write it into a proposal. A directory is only as current as its last confirmation, and the useful thing to state is who confirmed a record, by what method, and how long ago. That is what we record.
- Community information exchange. Not itself an exchange. The HSDS export described above is what an exchange your community runs would read, and its contents are worth checking against what yours needs.
- System navigation, care navigation. This is a human role, and we do not replace it. The layer that would let a navigator state a situation and get back services that fit is designed but not built.
- Closed-loop referral, referral management. Not built. The section above explains the sequencing — it is a hard measurement problem we have not solved, not a door we have closed.
- Screening for health-related social needs, and referral from screening. No screening instrument, and no patient record by design — that constraint is deliberate and we intend to keep it.
- Bed or appointment availability, capacity dashboards. Not built. Our working answer is standing conditions that change monthly rather than capacity that changes hourly; see above.
Where the answer above is not yet, that is what it means — not yet. If one of these is the capability your funding names, tell us; what a notice actually asks for is the most useful thing we can learn right now.
If you are applying for funding
Rural health funding goes to providers, health systems, tribal entities, local agencies and community organizations. Hub is not eligible for it.
Several states are currently making rural health transformation funding available, and some name care coordination platforms, community health navigation, and referral infrastructure among eligible uses. A few practical notes:
- Eligibility for these awards is generally restricted to a closed list of applicant types that does not include technology vendors. The core product is free, so there is nothing to budget for it; where a contractor line is used at all, it covers implementation work.
- Adopting the free version does not depend on any of this. Core PHapp® is free for agencies with no contract, so there is no need to wait for an award, and nothing switches off if an award does not come.
- Naming a contractor line pre-award does not settle how it is procured. Classification turns on the substance of the relationship rather than the title of the agreement, and your own procurement standards still apply to the selection. Both are your award's questions rather than ours, and getting them wrong is difficult to unwind afterwards, so they are worth putting to your grants office early.
- Where we do not fit, the more useful answer is which parts are real today. We would rather say that than write a proposal.

We would value hearing how this works where you are
What you look up, what you have to call to confirm, and what you only find out once someone has already travelled. If you maintain resource listings, we would also like to know what that actually takes. Either would help more than anything else at this stage.
Questions
Can I use this today?
Partly, and by arrangement. The resource finder runs in our research preview rather than being generally available, and it currently covers public health resources such as cooling and warming centres, naloxone and vaccination sites, shelter and food. Matching a person's situation to services is not built. Preview access is arranged individually, so if it would be useful to look at it, please ask.
Will it show whether a bed or an appointment is available?
No. Availability changes hourly and goes out of date faster than it can be maintained by hand — at least seventeen states have operated behavioral health bed registries and no published evaluation has shown one improved access. We intend to publish standing conditions that change monthly, which an organization can realistically keep accurate, and to avoid implying that anyone will be admitted.
Can patient information be entered?
No. The fields under design describe what a resource requires — county served, age range, insurance accepted, language, walk-in or referral. There is no name, date of birth, diagnosis or free-text field, and a stated situation is specified as a query rather than a stored record. That constraint is written into the specification before the code exists, and we are glad to share the specification.
How current is the information?
It varies by record, and the record shows which. Some entries have been confirmed by the organization that runs the site, with a date. Others come from a county's published feed, where what can honestly be said is that the feed still listed it. When confirmation lapses past its cadence, the record is marked rather than presented as current. Hours and availability still change, so confirming with the site remains worthwhile when it matters.
We already maintain a resource directory. Is this useful to us?
Possibly not, and that is a reasonable conclusion. The question worth asking is what keeps yours accurate and whether that work is funded. If yours is current, we would genuinely like to understand how you manage it — that would be useful to us regardless of whether you ever use anything we build.
Does this replace a referral platform, EHR, or case management system?
No. It is not a referral system and is not intended to compete with one. It concerns whether the underlying listing is accurate, and it exports in Open Referral HSDS so other systems can read it.
What does it cost?
Core PHapp® is free for agencies and partners, with no contract and no setup fee. Paid services exist for implementation, branding, advanced analytics and automation where a funded program needs them.
Is this funded by, or approved under, a federal rural health program?
No. Hub is not an awardee or an approved vendor under any federal rural health program, and we do not claim eligibility for any funding stream. If your organization is working on a funded rural health or care coordination effort, we are glad to discuss how this might fit — the Support Hub is the place to start.
Could Hub apply for a grant with us, or be a subrecipient?
As a contractor rather than a co-applicant or subrecipient, and the distinction matters to your award rather than to us. Eligibility is generally limited to a closed list of provider, agency and community organization types. Under federal rules the substance of a relationship determines its classification, so a vendor selling the same product to many customers is a contractor however the agreement is described. We can provide what you would need to include a contractor line in a budget narrative.