đŸĨ SAMHSA ValueSet Viewer

Explore and analyze FHIR ValueSets from SAMHSA using tx.fhir.org

â„šī¸ About This Tool

This tool retrieves and displays expanded FHIR ValueSets from tx.fhir.org through a local reverse proxy. Select a SAMHSA ValueSet from the dropdown above and click "Fetch ValueSet" to view its contents.

Browser Security Note: Requests are sent to this app's local /fhir/ endpoint and proxied server-to-server to tx.fhir.org, avoiding browser-side CORS limitations.

Features:

Technical Details: This application was developed by GitHub Copilot to provide an intuitive interface for exploring SAMHSA FHIR ValueSets, at the direction of John Moehrke of Moehrke Research LLC. It uses a same-origin reverse proxy endpoint (/fhir/) to query the tx.fhir.org FHIR terminology server and retrieve ValueSet expansions with JSON formatting. The Open Source code is available on GitHub.