[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["The MedicalTestPanel schema extends the MedicalTest schema and is used to represent a group of medical tests."],["It includes a subTest property to define individual components of the panel, which are also represented as MedicalTests."]]],["The `MedicalTestPanel` type, which extends `MedicalTest`, represents a panel of medical tests. Its core component is the `subTest` property. This `subTest` is of the `MedicalTest` type and describes a singular test that forms part of the larger `MedicalTestPanel`. Therefore, a `MedicalTestPanel` consists of multiple `MedicalTest` components.\n"]]