countCountMax

Dosage Human readable text
{
  "timing": {
    "repeat": {
      "count": 1,
      "countMax": 3
    }
  }
}
take 1 to 3 times
{
  "timing": {
    "repeat": {
      "count": 1
    }
  }
}
take 1 time
{
  "timing": {
    "repeat": {
      "countMax": 3
    }
  }
}
take 0 to 3 times