Program 05 · Domain specialisation

SCIKIQ Certified Data and AI EngineerHealthcare

Healthcare AI fails for boring reasons: PHI scope, EHR integration timelines and a clinician who will not use a tool that adds a click. Administrative work is roughly a quarter of healthcare spending — that is the value pool, and it is reachable without touching clinical decision-making.

  • 80 hrstaught
  • 40hands-on AI labs
  • 8assessment tests
  • +20 hrs2 E2E capstones
~25%Of total healthcare spend consumed by administrative activityMcKinsey
30-60%Potential reduction in cost to collect from AI-enabled revenue cycleMcKinsey
up to 40%Reduction in payer administrative costBCG
60-90 minClinician time returned per day by ambient documentation
01
Part 1 · The business

The value chain, the people, the trends

Healthcare has two intertwined chains: the care a patient receives and the revenue that pays for it. Almost all deployable AI value in 2026 sits in the second one and the administration around the first.

The care and revenue value chain

Six stages from access to compliance. Select one to see the decisions and the pain.

Who you are building for

Clinicians will abandon anything that adds a click. Build for the workflow they already have. Select one to light the stages they own.

What the strategy houses are seeing

The administrative value pool is the consensus 2026 answer.

Where these numbers come from — 4 sources

Consulted when this program was written, in July 2026. Each entry names the claim on this page that it backs, so the pairing stays checkable if the copy is later edited.

  1. McKinseyWhat to expect in US healthcare in 2026 and beyondAdministrative activity as ~25% of healthcare spend
  2. McKinseyAgentic AI and the race to a touchless revenue cycle30-60% reduction in cost to collect
  3. BCGAI for Healthcare Payers: The AI-First StrategyUp to 40% reduction in payer administrative cost
  4. IndustryHIPAA Compliance for AI Agents: PHI Rules and ControlsMinimum necessary and BAA obligations for agents
02
Part 2 · Data and meaning

Domains, ontology, taxonomy and governed terms

Healthcare architecture is defined by two things: FHIR as the integration substrate, and the fact that every byte you touch may be PHI. Minimum necessary is an architecture constraint, not a policy statement.

The data landscape

Six families. The chart is the source of truth and the hardest thing to query well.

EHR / clinical

Encounters, notes, orders, results and problem lists — via FHIR where you are lucky.

Epic, Oracle Health, athena

Claims & billing

837/835 transactions, remittances, denials and AR.

X12 837/835, clearinghouse

Payer rules

Coverage policies, medical necessity criteria and plan-specific requirements.

Payer portals, policy PDFs

Terminology

The code systems that make clinical data comparable at all.

SNOMED CT, ICD-10, CPT, LOINC, RxNorm

Scheduling & access

Slots, referrals, waitlists and patient communication history.

Scheduling module, CRM

Unstructured clinical text

Notes, letters, faxes and scanned records. Where most of the evidence is.

Notes, document imaging

The semantic layer

Healthcare has the richest standard vocabularies in any industry and the worst record of using them consistently. Terminology binding is what separates an agent that can read a chart from one that merely appears to.

Data domains

Six subject areas, each with the entities it holds, its critical data elements and the function accountable for it.

Patient & coverage

Who the person is, and who pays for their care.

PatientCoveragePayerPlanGuarantor
Critical data elements
Medical record number; Member identifier; Plan identifier
Owned by
Patient access

Encounter & care

Every interaction with the health system and what happened in it.

EncounterEpisode of careCare teamLocation
Critical data elements
Encounter identifier; Admission and discharge dates; Disposition
Owned by
Clinical operations

Clinical

The clinical record: problems, observations, medications, procedures.

ConditionObservationMedicationProcedureAllergy
Critical data elements
SNOMED concept; LOINC code; RxNorm code
Owned by
Clinical informatics

Order & authorisation

What was requested, and whether the payer agreed to it.

OrderReferralPrior authorisation
Critical data elements
Authorisation number; Requested service code; Decision date
Owned by
Utilisation management

Revenue cycle

Charges, claims, remittances, denials and appeals.

ChargeClaimRemittanceDenialAppeal
Critical data elements
Claim number; CPT/HCPCS code; Denial reason code
Owned by
Revenue cycle

Quality & risk

Measures, risk adjustment and the documentation supporting them.

Quality measureRisk scoreCare gap
Critical data elements
Measure identifier; HCC code; Numerator/denominator flags
Owned by
Quality & population health

Ontology & knowledge graph

The entities and the typed relationships between them — what the agent traverses instead of guessing joins. Select any entity.

PatientCoveragePayerEncounterProviderConditionProcedureObservationOrderPrior authorisationClaimDenial
Core entityEventReference / classification

Taxonomies

The classification hierarchies that make records comparable across systems.

Clinical terminology

  1. Terminology
  2. Hierarchy
  3. Concept

SNOMED CT → Disorder of cardiovascular system → Atrial fibrillation

Service & billing codes

  1. Code set
  2. Section
  3. Code

CPT → Surgery → 33208 pacemaker insertion

Denial reason

  1. Category
  2. Group code
  3. Reason code

Administrative → CO → CO-197 authorisation absent

Governed business terms

The definitions an agent must use rather than invent. Most wrong answers in this industry are a term used loosely.

Encounter
One interaction between patient and provider. An admission spanning days is one encounter, not many.
Episode of care
A clinically related series of encounters treated as one unit for outcomes and payment.
Coverage
The insurance arrangement in force for a patient on a date — it can change mid-episode.
Medical necessity
The documented clinical justification a payer requires before it will pay.
Clean claim
A claim with no defect that would cause it to be denied or pended on submission.
Care gap
A recommended service the patient is eligible for and has not received.
Minimum necessary
The HIPAA limit restricting access to the PHI fields a task actually requires.
Cost to collect
Total revenue-cycle cost divided by cash collected — the CFO’s efficiency metric.
03
Part 2 · The architecture

How it is actually built

The layers a deployment needs, what each one holds, and what the engineer owns there.

The reference architecture

Seven layers, with a PHI boundary drawn explicitly through the middle.

Typical tech stack

Models
  • BAA-covered model endpoints only
  • Ambient speech models for documentation
  • Smaller models for classification
Grounding
  • Encounter-scoped chart retrieval
  • Payer policy index
  • SNOMED/ICD terminology service
Agents
  • Administrative workflow agents
  • MCP over FHIR resources
  • Human review gates
Data
  • FHIR R4 integration
  • X12 claims processing
  • De-identification pipeline
Assurance
  • Workflow accuracy evals
  • Minimum-necessary attestation
  • Immutable access audit
Runtime
  • BAA-covered cloud
  • Field-level entitlements
  • PHI-safe logging

Constraints that shape the design

HIPAA minimum necessary

An agent may access only the PHI fields its task requires. Whole-chart retrieval is a finding waiting to happen.

BAAs everywhere

Every model endpoint, vector store and observability tool that touches PHI needs a BAA. This eliminates most default stacks.

The clinical line

Administrative support is deployable now. Clinical decision support is a regulated device question. Draw the line in code.

EHR integration reality

FHIR makes Epic and Oracle Health tractable, not fast. Plan 8-16 weeks and design so nothing blocks on it.

04
Part 3 · Getting it done

Where the business and the technology meet

Every use case here stays on the administrative side of the clinical line — which is precisely why they deploy. They join a stage of the chain to the layer that does the work.

Use cases, mapped to the chain and the architecture

Filter by stage or by earned autonomy. Selecting a use case jumps the value chain and the architecture to the stage and layer it depends on.

Value chain stage
Autonomy earned
12 use cases

The delivery playbook

How a provider or payer deployment actually runs.

01

Week 1 — start on the revenue side

Pick an administrative workflow with a CFO-visible metric. Clinical ambition is what stalls healthcare deployments in legal review.

02

Week 2 — settle PHI scope first

Agree the minimum-necessary field list and the BAA position before writing code. This is the gate everything else waits on.

03

Weeks 3-6 — build around the EHR, not through it

Assume FHIR integration takes 8-16 weeks. Build against a conformant sandbox so nothing blocks.

04

Weeks 7-9 — label with the people who do the work

Coders, authorisation specialists and adjusters build the eval set. Their edge cases are the test.

05

Weeks 10-12 — attest and hand over

Produce the access attestation, audit trail and runbook. A privacy officer who is satisfied is the actual go-live gate.

The curriculum

8 modules, 80 taught hours, 40 hands-on labs and 8 assessments — every lab provisioned and graded by the SCIKIQ Agentic AI Playground. Open a module to see its labs.

01The SCDAI delivery model in healthcareWhere to land, which line not to cross, and how to scope past legal review.10 hrs · 5 labs
Delivery mandateAdministrative vs clinical scopeValue sizing on cost to collectStakeholder mapLegal and privacy pathThin-slice scoping
01
Workflow selectionScore four administrative workflows on value, data access and risk.
02
Clinical lineWrite the explicit scope boundary for an agent and encode a refusal for it.
03
Value sizingQuantify cost to collect and denial cost for a service line.
04
Privacy pathDraft the PHI scope and BAA position for a named use case.
05
Thin sliceScope a two-week slice that does not block on EHR integration.
Assessment 01 — Operating model & scope25 items · 35 min · pass 70%
02Healthcare data foundationsFHIR, X12, terminology and the unstructured chart.10 hrs · 5 labs
FHIR R4 resourcesHL7 v2X12 837/835SNOMED/ICD/CPT/LOINCChart structureConsent and entitlements
01
FHIR traversalQuery encounters, conditions and observations from a FHIR sandbox.
02
Claims parsingParse an 837 and match it to an 835 remittance with denial codes.
03
Terminology mappingMap free-text findings to SNOMED and expand for retrieval.
04
Chart scopingBuild encounter-scoped retrieval that cannot reach the whole record.
05
EntitlementsImplement field-level entitlements with purpose-of-use enforcement.
Assessment 02 — Healthcare data landscape25 items · 35 min · pass 70%
03Context engineering for clinical textClinical language is abbreviated, negated and templated. All three break naive prompting.10 hrs · 5 labs
Negation and uncertaintyAbbreviation ambiguityStructured outputsPHI-safe promptingOmission riskRefusal design
01
Negation handlingBuild extraction that does not turn “no chest pain” into chest pain.
02
Abbreviation disambiguationResolve ambiguous clinical abbreviations using context.
03
Structured noteEmit a schema-valid encounter note with evidence spans.
04
PHI-safe promptsDesign prompts and logs that never leak identifiers.
05
Omission testBuild an eval that specifically detects omitted findings.
Assessment 03 — Context engineering25 items · 35 min · pass 70%
04Grounding on charts and payer policyTwo retrieval problems: a patient chart and a shifting library of payer rules.10 hrs · 5 labs
Encounter-scoped retrievalPayer policy indexingTerminology-aware searchCitation contractsFreshnessRetrieval evals
01
Scoped retrievalRetrieve within an encounter boundary and prove the boundary holds.
02
Payer policy indexIndex payer criteria and retrieve the right plan-specific rule.
03
Terminology expansionImprove recall using SNOMED hierarchy expansion.
04
Evidence citationCite the exact chart span supporting each extracted fact.
05
Retrieval evalsBuild a labelled necessity-evidence set and measure recall.
Assessment 04 — Retrieval & grounding25 items · 40 min · pass 70%
05Agent design for administrative workflowsAuthorisation, coding support and denial management — multi-step, high-volume, reviewable.10 hrs · 5 labs
Workflow vs agentReview gatesQueue-working agentsMulti-agent RCMStateContainment
01
Authorisation agentAssemble evidence and draft a submission for one payer criterion set.
02
Denial agentClassify denials and draft appeals from chart evidence.
03
Review gateRequire clinician sign-off before any note is filed.
04
RCM pipelineCoordinate classification, evidence and drafting agents.
05
ContainmentPrevent an agent from acting outside its assigned queue.
Assessment 05 — Agent design & autonomy25 items · 40 min · pass 70%
06Integrating with the EHRFHIR write-back, SMART on FHIR launch, and living inside a clinician’s existing screen.10 hrs · 5 labs
SMART on FHIRWrite-back safetyIdentity and contextRate limitsWorkflow embeddingError handling
01
MCP over FHIRExpose FHIR read tools with typed schemas and scope limits.
02
SMART launchLaunch an app in patient context and inherit the user’s permissions.
03
Safe write-backWrite a draft note without filing it, and prove it cannot auto-file.
04
Rate limitsHandle EHR API throttling without losing queue position.
05
EmbeddingDesign the interaction so it removes a click rather than adding one.
Assessment 06 — EHR integration25 items · 35 min · pass 70%
07HIPAA, safety and securityMinimum necessary in code, BAAs across the stack, and the attack surface of a chart pipeline.10 hrs · 5 labs
Minimum necessaryBAA coverageDe-identificationOWASP LLM Top 10Injection via clinical documentsAccess attestation
01
Minimum necessaryRestrict an agent to a field list and prove it cannot exceed it.
02
De-identificationBuild and test a de-identification pipeline with re-identification checks.
03
BAA mappingMap every PHI-touching component to its BAA status.
04
Injection defenceDefend against instructions embedded in a scanned referral letter.
05
AttestationProduce an access attestation report a privacy officer would accept.
Assessment 07 — HIPAA, privacy & security30 items · 45 min · pass 70%
08Production, outcomes and costTying the agent to a metric the CFO already reports, then keeping it honest.10 hrs · 5 labs
Eval suitesOutcome measurementDriftJudge calibrationCost per encounterHandover
01
Eval gateGate deployment on extraction and evidence-recall regression.
02
Outcome studyMeasure denial overturn or cost to collect before and after.
03
Drift watchDetect drift after an annual coding update.
04
Cost per encounterMeasure and reduce cost per encounter.
05
HandoverProduce runbook, rollback and attestation pack for go-live.
Assessment 08 — Production & operations30 items · 45 min · pass 70%

Two capstones — 20 hours

End-to-end agent design, development, deployment and testing, 10 hours each. Reviewed by a Senior SCDAI Engineer against a published rubric.

Capstone A — Prior authorisation agent

Build an agent that retrieves payer-specific criteria, assembles cited chart evidence and drafts a submission for review — with a minimum-necessary attestation for every field it touched.

Capstone B — Denial management agent

Build an agent that classifies denials, judges appeal viability and drafts appeals with chart citations. Measure overturn rate against a labelled historical set.

What you deliver, and how it is marked
  • A running agent, deployed on the program's target stack, reachable by a reviewer.
  • An architecture note: boundaries, tools, autonomy level and the trade-offs you took.
  • A versioned eval set with a baseline and your final scores.
  • A trace walkthrough of one success and one deliberate failure.
  • Cost per task, measured — not estimated.
  • A runbook and rollback path a client team could operate on Monday.
Problem fit15%Is this a decision worth automating, scoped to a defensible boundary?
Architecture20%Right pattern for the constraints; autonomy earned, not assumed.
Grounding & accuracy20%Measured groundedness against the eval set, with the failures named.
Safety & compliance20%Domain controls actually enforced, and demonstrably so.
Operability15%Traces, runbook, rollback, cost — could someone else run this?
Communication10%Can a client executive follow the reasoning in ten minutes?

One lab, start to finish

Every lab in this program follows the shape below. This is lab 07 in full — the brief you are given, the environment that is provisioned for you, the code you start from and the assertions that decide whether you passed.

Module 07 · HIPAA, safety and security

Minimum necessary enforcement

Prove an agent cannot reach PHI fields its task does not require.

The brief

A prior-authorisation agent needs six fields. The FHIR sandbox returns forty. Build the access layer so the extra thirty-four never reach the model, the logs or the traces — then produce the attestation a privacy officer would accept.

Provisioned for you
  • FHIR R4 sandbox, 500 synthetic patients
  • OTel collector capturing all spans
  • Field-level entitlement service
  • Attestation report template
You start from this
ALLOWED = {"Condition.code", "Observation.value", "Encounter.period",
           "Coverage.payor", "Procedure.code", "DocumentReference.date"}

def fetch_scoped(client, patient_id, task):
    """Return only the fields `task` declares. Everything else is dropped
    before it can reach the model, the log or the trace."""
    raise NotImplementedError
What the grader asserts
  1. No field outside ALLOWED appears in the model prompt
  2. No identifier appears in any captured OTel span, including error spans
  3. Dropped fields are not merely redacted in output — they are never fetched into memory
  4. Attestation lists every field touched, with the task that justified it
  5. Attempting an out-of-scope field raises rather than silently returning None

Pass barZero PHI leakage across all 500 patients including the deliberately malformed records.

StretchAdd a second task with a different field list and prove the two cannot see each other’s data.

05
Assessment

Assessed, not attended

Every module ends with a timed, randomised assessment delivered through the SCIKIQ Agentic AI Playground. The certificate requires a pass on all of them plus two reviewed capstones.

Assessment blueprint

What each test covers, how long it runs, and how many items are currently in the versioned bank behind it.

#Assessment & coverageItemsTimeIn bank
01Operating model & scopeDelivery mandateAdministrative vs clinical scopeValue sizingPrivacy path2535 min4
02Healthcare data landscapeFHIRX12 claimsTerminologyScoping and entitlements2535 min4
03Context engineeringNegation and ambiguityStructured outputsPHI-safe designOmission2535 min4
04Retrieval & groundingScoped retrievalPayer policyTerminologyCitation and evals2540 min4
05Agent design & autonomyWorkflow designReview gatesMulti-agent RCMContainment2540 min4
06EHR integrationSMART on FHIRWrite-back safetyIdentity and contextResilience2535 min4
07HIPAA, privacy & securityMinimum necessaryBAA and de-identificationLLM securityAttestation3045 min4
08Production & operationsEval gatingOutcome measurementDriftUnit economics and handover3045 min4
Single best answerOne defensible option among plausible distractors drawn from real field mistakes.
Scenario judgementA client situation with constraints; you pick the action a Senior SCDAI Engineer would take.
Architecture selectionGiven non-functional requirements, choose the pattern and justify the trade-off.
Failure diagnosisA trace, an eval report or a cost curve — identify the root cause.
  • Each module ends with a timed assessment; the program certificate requires a pass on every one.
  • Items are drawn at random from a versioned bank, so no two learners sit an identical paper.
  • Pass mark is 70%. Two retakes are included, each with a fresh draw.
  • Scenario items carry double weight — they are the ones that predict field performance.
  • Capstones are reviewed against a published rubric by a Senior SCDAI Engineer, not auto-graded.

Try four questions from the bank

Real items, drawn from 32 in this program's bank — weighted toward the scenario and diagnosis types, because those are the ones that predict field performance. Instant feedback, nothing saved.

Four sample items — one attempt each, then the reasoning is shown.

Q1Where should the clinical line be enforced?

A boundary that depends on the model choosing to respect it is not a boundary. It must be architectural and testable.

Q2You need to answer a question about one encounter. What retrieval scope is correct?

Scope must be enforced, not merely intended. Encounter-scoped retrieval is both the compliant and the more accurate choice.

Q3Your extraction turns "no chest pain" into a positive finding. What is the failure?

Negation, uncertainty and family history are the three classic clinical extraction traps. All three need explicit evals.

Q4Payer prior-authorisation criteria vary per payer and plan and change without notice. What does this demand?

Stale criteria produce confident, wrong submissions. Freshness is a first-class requirement, not a maintenance task.

06
Career & outcomes

What this makes you, and where it goes next

The same ladder whichever specialisation you enter through — what changes is the domain you go deep in. Below: how the program is delivered, the skills it moves, the roles it leads to, and the specialisations closest to this one.

Available two ways

The same labs, assessments and capstones, delivered to an enterprise cohort or to individual professionals.

B2B

Direct to enterprise

Cohorts of 20 to 2,000+ on your own tenancy, with your data patterns and your cloud. Skill-gap baselining up front, per-team mastery reporting throughout, and capstones scoped against your real backlog so the output is deployable work.

  • Private cohort on your tenancy
  • Baseline skills assessment before kick-off
  • Capstones scoped to your backlog
  • Per-team mastery dashboards for L&D
  • Optional Senior SCDAI Engineer architecture reviews
B2C

Direct to individual professionals

The same labs, assessments and capstones for individual engineers and analysts, run on shared infrastructure with a fixed cohort calendar. You leave with a graded portfolio, not a certificate of attendance.

  • Fixed-date cohorts, self-paced within them
  • Same graded labs and item bank
  • Portfolio-ready capstones you own
  • Certificate on a pass in every module
  • Community and office-hours access

Skill matrix

Find your row and aim one column right. The Playground scores you against this after every module.

SkillBeginnerIntermediateAdvanced
Healthcare domain fluencyKnows the settings.Maps care and revenue chains to decisions.Sizes admin value and designs the operating change.
PHI engineeringAware of HIPAA.Implements minimum necessary in code.Designs an attestable PHI architecture.
InteroperabilityReads a FHIR resource.Builds against FHIR and X12.Designs EHR-embedded workflows that clinicians keep using.
Context engineeringWrites clear prompts.Structures retrieval, tools and state deliberately.Designs context strategy for reliability and cost at scale.
Retrieval & groundingBuilds basic vector search.Tunes chunking, hybrid search and reranking.Designs graph + vector grounding with measured recall.
Agent orchestrationRuns a single tool-calling agent.Builds supervised multi-step and multi-agent flows.Designs autonomy boundaries and failure containment.
Tool & system integrationCalls a documented API.Writes an MCP server over a system of record.Designs a least-privilege tool estate across systems.
EvaluationEyeballs outputs.Builds labelled eval sets and regression gates.Runs online evals with drift and judge calibration.
Observability & costReads logs.Traces runs, tracks tokens and latency.Owns cost per task and capacity planning in production.
Security & guardrailsAdds output filters.Mitigates the OWASP LLM Top 10 in a build.Threat-models an agent estate and proves controls.
Client deliveryTakes notes in a workshop.Runs discovery and scopes a thin slice.Owns the account technically, from scope to handover.

Where it takes you

The SCDAI ladder is the same whichever specialisation you enter through — what changes is the domain you go deep in.

01
Data and AI EngineerEntry
Python, LLM APIs, first RAG build, prompt and context basics.
02
Associate Data and AI EngineerPractitioner
Client-facing discovery, tool integration, agent build under supervision.
03
SCIKIQ Certified Data and AI EngineerSpecialist
Owns a deployment end to end — scoping, build, evals, handover.
04
Senior Data and AI Engineer / Domain LeadSenior
Multi-agent architecture, regulated deployments, reference patterns for the practice.
05
AI Architect / Practice LeadLeadership
Portfolio of accounts, delivery standards, hiring and capability strategy.
Terms worth knowing
PHI
Protected Health Information — the data class HIPAA governs.
Minimum necessary
The HIPAA principle that access is limited to the fields a task requires.
BAA
Business Associate Agreement — required with any vendor processing PHI.
FHIR
Fast Healthcare Interoperability Resources — the modern healthcare API standard.
Prior authorisation
Payer approval required before a service is delivered.
RCM
Revenue Cycle Management — everything from registration to collection.
CDI
Clinical Documentation Improvement — closing gaps between care given and care recorded.
CMS-0057-F
The US rule mandating FHIR-based prior authorisation APIs by January 2027.
SCDAI
SCIKIQ Certified Data and AI Engineer — the credential this program awards.
SCDAI engineer
An engineer embedded with the customer who turns their constraints into a working system.
Thin slice
The narrowest end-to-end path through a workflow that still produces business value.
Agentic RAG
Retrieval where the agent decides when, what and how often to retrieve.
MCP
Model Context Protocol — open standard connecting an agent to tools and data.
A2A
Agent2Agent — protocol for agent-to-agent delegation across vendors.
Eval set
A labelled, versioned set of cases an agent must pass before release.
LLM-as-judge
Using a model to score outputs, calibrated periodically against human ratings.
Guardrail
An enforced constraint on an input, output or action — not a prompt request.
Human-in-the-loop
A required human approval step before a consequential action executes.
Cost per task
Total token, tool and compute cost of one completed unit of work — the engineer's unit economic.
Golden path
The reference architecture a practice standardises on so deployments stay reviewable.
Handover
The point at which the client can operate, evaluate and change the system without the engineer.

Related programs

Skill a team, or join a cohort

B2B cohorts run on your tenancy with capstones scoped to your backlog. B2C cohorts run on a fixed calendar.

Talk to us
07
Enrolling

What you need, what you get, and what it costs

Stated plainly enough to rule yourself in or out without a sales call: the prerequisites, how the program runs, exactly what the credential is worth, and the questions everyone asks.

Before you start

Stated plainly so you can rule yourself in or out without a sales call. Nothing here is a formal qualification — it is what the first lab assumes you can already do.

Technical

You should already be able to do these

  • Comfortable in Python: functions, typing, virtual environments, reading a stack trace
  • Have called an LLM API and handled a structured response
  • Git, the command line, and reading someone else’s code without panic

Domain

What we assume, and what we teach

  • No clinical background required; the program stays on the administrative side of the line
  • Willingness to take privacy seriously is non-negotiable here

Time and access

What the program asks of your week

  • A machine that can run a browser and a terminal — labs run in the Playground, not locally
  • Roughly 8 hours a week for the taught weeks, plus 20 hours for the two capstones

How it runs

Cohort dates and pricing are confirmed on enquiry rather than printed here, because both move with the intake.

Format
Self-paced within a fixed cohort window, delivered in the SCIKIQ Agentic AI Playground
Taught hours
80 hours across 8 modules
Capstones
20 hours — two end-to-end builds, reviewed not auto-graded
Typical duration
10–12 weeks at around 8 hours a week
Level
Intermediate → Advanced
Built for
Engineers and analysts deploying AI at providers, payers and health tech
Next cohorts
— confirmed on enquiry
Pricing
— confirmed on enquiry

The credential

The credential is awarded per specialisation, so it names the domain or stack you were assessed in rather than claiming general competence. On this program the badge reads SCDAI — Healthcare.

How it is earned

  • A pass at 70% or above on every module assessment — not an average across them
  • Both capstones reviewed against the published rubric by a Senior SCDAI Engineer
  • All labs submitted and machine-graded green
Awarded as
A verifiable digital badge with a public credential record
Valid for
Two years from award
Recertification
One current-year assessment plus a refreshed capstone
Retakes
Two included per assessment, each with a fresh item draw
Named specialisation
The badge states the domain or stack, e.g. SCDAI — Healthcare
Verification
Third parties confirm a holder from the credential record, no login required

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

The certificate you leave with

This is the credential the program awards, shown exactly as it is issued — with the specialisation named, the assessment record attached and a verification link anyone can check without an account.

SCIKIQ Data Academy Certificate of Professional Certification

This is to certify that

Your name

has been assessed and certified as

SCIKIQ Certified Data and AI Engineer

Healthcare

Specialisation
Healthcare
Assessments passed
8 of 8, each at 70% or above
Labs graded
40 of 40 machine-graded green
Capstones reviewed
2, against the published rubric
Taught hours
80 across 8 modules, plus 20 capstone hours
AwardedOn completion
Valid untilTwo years from award
Credential IDSCDAI-HEALTHCARE-<issued>
Senior SCDAI Engineer, Certification Board
  1. 01
    The specialisation is on the certificate

    Not “Data and AI Engineer” but the domain or stack you were actually assessed in. A general claim would be a weaker one.

  2. 02
    The assessment record travels with it

    Modules passed, labs graded and both capstones reviewed — so the credential states what was measured rather than that you attended.

  3. 03
    Anyone can verify it, without a login

    The credential ID resolves to a public record showing the specialisation, the award date and the assessments passed.

Share it on LinkedIn

Add it to your LinkedIn profile in one step. The link pre-fills the certification fields from the credential record, so the entry on your profile matches the record a reader can check.

Add to LinkedIn profile The button is live on your real certificate; here it opens LinkedIn pre-filled with this specialisation so you can see exactly what the profile entry will say.

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

Questions we get asked

The objections that come up in every conversation about this program, answered without the brochure voice.

Is this a course or a certification?

Both, and the second is the point. Eight timed assessments and two reviewed capstones stand between you and the credential, so a pass means someone measured the skill rather than recorded your attendance.

How is it self-paced without falling apart?

Every lab is provisioned, graded and unblocked by the Playground rather than by an instructor. That is what lets a cohort of 2,000 cost the same faculty time as a cohort of 20 — and why you are never waiting on someone to mark your work.

What if I fail an assessment?

Two retakes are included per assessment, each drawing a fresh item set from the bank, so a retake is a genuinely new paper rather than the same questions again.

Do I need my own cloud account?

For the domain specialisations, no — labs run in provisioned sandboxes. For the four tech-stack programs you will want access to that platform, since deploying into a real subscription is much of the point.

Can we run this privately for our team?

Yes. B2B cohorts run on your own tenancy with your data patterns, a skills baseline before kick-off, per-team mastery reporting, and capstones scoped against your actual backlog so the output is deployable work rather than an exercise.

Which specialisation should I take?

Take the domain you deploy into. If you move across industries, take a tech-stack program instead and pick up domain context on the engagement. The chooser on the programs page will narrow it.

How current is the material?

The trends, platform capabilities and regulatory positions are reviewed each quarter, and every external claim on these pages links to its source so you can check the date yourself.

What do I actually leave with?

A graded portfolio: forty machine-graded labs, two reviewed end-to-end agent builds with measured evaluation and cost per task, and a verifiable credential naming your specialisation.

Still deciding?

Tell us the systems you deploy into and we will say plainly whether this specialisation is the right one — or which of the 21 is.

Talk to us