sequence

Dosage Human readable text
[
  {
    "sequence": 1,
    "text": "Instructions 1"
  },
  {
    "sequence": 2,
    "text": "Instructions 2A"
  },
  {
    "sequence": 2,
    "text": "Instructions 2B"
  }
]
Instructions 1 then Instructions 2A and Instructions 2B
[
  {
    "text": "Instructions 1"
  },
  {
    "text": "Instructions 2"
  }
]
Instructions 1 then Instructions 2
[
  {
    "sequence": 1,
    "text": "Instructions 1"
  },
  {
    "sequence": 2,
    "text": "Instructions 2"
  }
]
Instructions 1 then Instructions 2