CodeSystem, ValueSet, and Terminology Binding Explorer
Description
Three layers, and one decision that governs them. A code system supplies the vocabulary; a value set selects from it; a binding attaches a data element to that selection at a stated strength. The verdict panel is where the abstraction becomes concrete: a member code is accepted under every strength, so binding strength only ever governs what happens to codes that are not members. Watch the middle row — a real LOINC code for total cholesterol, from the same lipid panel, wrong for this element. It is rejected under required and extensible, tolerated under preferred, and unremarkable under example. That middle case is the one binding strength exists to adjudicate, and reading an example binding as if it were a constraint is a common and expensive misreading of a specification.
Lesson Plan
Audience: undergraduate students and healthcare data practitioners. Allow 12-18 minutes. Prerequisites: clinical code systems, and the idea that a data element can be constrained to a set of allowed values.
Learning objective: Given a new clinical data element and a choice of binding strength, the learner can apply the CodeSystem-ValueSet-binding chain to determine which codes would and would not be considered valid.
- Explore: Cycle through all four binding strengths and watch which verdicts move. Note that the first row never changes and say why that is necessarily so.
- Explain: Compare
requiredandextensibleon the total-cholesterol row. Explain whyextensiblestill rejects it, given thatextensibleis the weaker of the two. - Transfer: You are binding a new data element for a patient's preferred language. Choose a binding strength and defend it. Then say what would go wrong under each of the three you did not choose.
Assessment: use the Transfer prompt as an exit ticket. A complete response picks a strength, names the failure mode of at least two alternatives, and distinguishes a closed value domain from an open one.
Embed This MicroSim
Copy this iframe to your website:
1 | |
Quality Checks
Validated September 8, 2026. Completeness rubric: 100/100, scored with the project's calculate-quality-score.py against the standardization checklist. Checked automatically in a browser at 400, 800, and 1200 px: the page loads with no JavaScript errors, no interactive control is clipped outside the viewport, and the document does not scroll horizontally. Controls, selections, and the reset path were exercised by hand during development at desktop width. The page reports its own height to the parent document, so the declared iframe height above serves only as a fallback.
Specification
The full specification below is extracted from Chapter 23: Clinical Guideline Authoring and Clinical Quality Language.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
Related Resources
References
- Source chapter — supplied the learning objective and the worked example.
- vis-network documentation — node shapes, edge properties, and interaction options (accessed September 8, 2026).
- HL7 FHIR terminology binding — the normative definitions of the four strengths (accessed September 8, 2026).
- LOINC — the code system shown, maintained by the Regenstrief Institute (accessed September 8, 2026).