boundsRange

Dosage Human readable text
{
  "timing": {
    "repeat": {
      "boundsRange": {
        "low": {
          "system": "http://hl7.org/fhir/ValueSet/duration-units",
          "value": 3,
          "code": "d"
        },
        "high": {
          "system": "http://hl7.org/fhir/ValueSet/duration-units",
          "value": 5,
          "code": "d"
        }
      }
    }
  }
}
for 3 to 5 days
{
  "timing": {
    "repeat": {
      "boundsRange": {
        "low": {
          "value": 5,
          "unit": "days"
        }
      }
    }
  }
}
for at least 5 days
{
  "timing": {
    "repeat": {
      "boundsRange": {
        "high": {
          "system": "http://hl7.org/fhir/ValueSet/duration-units",
          "value": 5,
          "code": "d"
        }
      }
    }
  }
}
for up to 5 days