Data Governance Framework Pillars
Description
A wearable-device vendor wants to feed continuous heart-rate and step data into the patient graph. Five pillars each own one accountability question about that decision, and the MicroSim lets you test the chapter's claim that none is optional by removing one and watching the beam tilt. What the removal panel adds is a description of the specific failure each absence produces — and they are not interchangeable. Without Policy, retention gets decided by a database default. Without Quality, a dead battery reads as immobility. Without Security, the feed works perfectly and is reachable by anyone. The Compliance pillar is the one worth dwelling on: the other four answer 'can we?' and 'should we?', and only this one answers 'are we permitted to?'
Lesson Plan
Audience: undergraduate students and healthcare data practitioners. Allow 10-15 minutes. Prerequisites: the idea of a data source being onboarded into an existing system.
Learning objective: Given a new-data-source scenario, the learner can differentiate which of the five governance pillars (policy, roles, quality, security, compliance) is responsible for a specific accountability question and examine how the pillars interact.
- Explore: Select each pillar and read its accountability question. Note that no two questions overlap, which is what makes them pillars rather than aspects of one thing.
- Explain: Remove Quality and read the failure it produces. Explain why this is the pillar whose absence is hardest to notice, and contrast it with Security, whose absence is invisible until it is catastrophic.
- Transfer: Pick a different new data source — a regional health information exchange feed, say — and write the one sentence each pillar would contribute to the decision to accept it. Name the pillar you found hardest to fill in and why.
Assessment: use the Explain prompt as an exit ticket. A complete response distinguishes a silent failure from a catastrophic one, and explains why detectability rather than severity is what separates them.
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 27: Data Governance and Metadata Management.
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 26 27 28 29 30 31 | |
Related Resources
References
- Source chapter — supplied the learning objective and the worked example.
- p5.js reference — canvas, drawing, and input handling (accessed September 8, 2026).
- p5.js web editor — paste the JavaScript source to experiment; no hosted sketch has been published.
- Wikipedia: Data governance — the framework whose five functions these pillars represent.