TECC Terminology Services Sandbox
This sandbox shows how TECC’s FHIR-based terminology layer can power tech-enabled chronic care programs. Start with ValueSet operations today, then plug these same terminologies into CDS Hooks services, SMART-on-FHIR apps, and program evaluation pipelines aligned with emerging models like CMS ACCESS and FDA TEMPO.
Under the hood, you’re exercising TECC ValueSets from the TECC FHIR IG and hitting the same $expand and $validate-code endpoints that CDS rules and automated care pathways would use in a production CKM ecosystem.
Choose a TECC ValueSet to auto-fill the URL and example system/code for $validate-code.
Example TECC canonicals: https://tecc.dev/fhir/ValueSet/blood-pressure, https://tecc.dev/fhir/ValueSet/early-ckm-conditions
Preset hint: LOINC BP codes like 8480-6 (systolic) or 8462-4 (diastolic).
ValueSet $expand
Fetches the ValueSet from your published TECC FHIR IG and generates an expansion.contains list you can inspect.
Raw FHIR response
ValueSet $validate-code
Checks whether a given system + code is a member of the current ValueSet URL.
Examples: http://loinc.org, http://snomed.info/sct
Try 8480-6 for BP or 38341003 for an early CKM condition.