Skip to content
On this page

Spine

Custom choice component that renders a list of options as a spine, with a single or multiple selections at a time.

Data Structure

json
{
  "answerOption": [
    // choice options
  ],
  "extension": [
    {
      "url": "https://visiontree.com/fhir/form-controls/spine",
      "valueCode": "spine"
    }
  ],
  "linkId": "<string>",
  "repeats": "<boolean>",
  "required": "<boolean>",
  "text": "Description Text",
  "type": "choice"
}

Demo

TBD