Skip to main content
This glossary is sorted alphabetically by term.
TermCategoryDefinition
accountAccessThe account-level data boundary for API credentials. IDs from another account are not accessible and return 404.
artifactResultA generated output file associated with a result, such as a PDF or HTML report, accessed through a signed download URL.
assessmentResultProduct term for a scored Health Yourself wellbeing area. In API JSON this is an outcome.
outcomeResultPartner API term for a scored wellbeing area in GET /v1/results (outcome, outcomes[]).
outcomeIdResult fieldPublic wellbeing identifier, e.g. wellbeing.cardiovascular (same id used in options.requestedOutcomes).
canonical_submission_v1SubmissionschemaVersion value for Type A canonical JSON on POST /v1/submissions.
markerRangesSubmission fieldOptional map in sourceMetadata — lab reference bounds per blood marker code (unit, lowerBound, upperBound).
requestedOutcomesSubmission fieldWellbeing areas to score, e.g. wellbeing.cardiovascular (replaces legacy requestedAssessments).
requestedOutputsSubmission fieldRequired list of pipeline outputs: inference_score_v1, json, html, pdf, score.
blood markerInput dataA measured laboratory value submitted by the partner, such as Albumin, Cholesterol HDL, or Glycated haemoglobin.
de-identifiedSubmissionDescribes a submission payload that contains no direct subject identifiers, such as names, MRNs, email addresses, phone numbers, or postal addresses.
derived markerInput dataA value computed by the Idunox pipeline from submitted questionnaire or blood markers. Partners do not submit derived markers directly.
scoreResult fieldPrimary outcome scalar from 0 to 1 on GET /v1/results (higher = more supportive vs reference threshold).
bandResult fieldOptional { tier, label } on an outcome; tier is low, medium, high, or unknown.
referencePlacementResult fieldbelow_reference, above_reference, or indeterminate vs model reference threshold.
Idempotency-KeyRequest headerClient-supplied header used on POST requests to prevent duplicate submissions during safe retries.
intake formInput dataThe questionnaire experience Health Yourself presents to the end consumer to collect questionnaire marker values.
markerInput dataAn input datum submitted to the API, usually a questionnaire marker or blood marker.
marker contributionResult conceptExplanation of how a marker influenced a specific wellbeing score in generated reports or other explanatory outputs.
noticeResultA partner-safe informational message returned with a result. Notices should not contain internal model codes.
optimalResult valueWellbeing group indicating the submitted profile is in the more supportive group for that wellbeing area.
partnerAccessThe external organization holding API credentials and integrating with the Idunox Platform API.
partnerIdSubmission fieldUUID identifying the partner credential. In submission bodies, this value must match the credential used in the authorization header.
partnerSubjectIdSubmission fieldPartner-supplied de-identified reference for the subject. Do not use names, MRNs, or contact details.
partnerSubmissionIdSubmission fieldPartner-supplied reference string for a submission. Echoed back in responses and webhook payloads.
questionnaire markerInput dataA value collected by asking the end consumer a Health Yourself questionnaire question.
resultResultThe API envelope for a processed submission, returned by GET /v1/results/{resultId}.
resultIdResult fieldUUID for a completed result. Use it to retrieve the result through GET /v1/results/{resultId}.
schemaVersionSubmission fieldVersion discriminator on the submission body. Current value: canonical_submission_v1.
subjectSubmissionThe individual represented in a de-identified submission. Also called the end consumer in intake guidance.
submissionSubmissionThe de-identified payload sent through POST /v1/submissions.
submissionIdSubmission fieldIdunox-assigned UUID for an accepted submission. Use it to poll GET /v1/submissions/{submissionId}.
suboptimalResult valueWellbeing group indicating the submitted profile is in the less supportive group for that wellbeing area.
webhookDeliveryOutbound HTTPS callback sent by the platform when a result becomes ready.
wellbeingResult conceptHow supportive a submitted profile is for day-to-day functioning and comfort over roughly the next 10 years.
wellbeing groupResult conceptSimplified interpretation category for a wellbeing assessment. In the API, this is the group value: optimal or suboptimal.
x-correlation-idRequest headerClient-supplied header used on write requests to trace logs and support investigations.