Skip to main content

Timing

repeat object
boundsPeriod object
startdate-time

The start of the period. The start date.

enddate-time

The end of the period. The end date.

countinteger

The number of times to repeat the action.

durationnumber

The length of time an event is to occur.

durationUnitstring

The units of time for the duration.

Possible values: [s, min, h, d, wk, mo, a]

frequencyinteger

The number of times the action should occur within the period.

periodnumber

The period of time the frequency is applied to.

periodUnitstring

The units of time for the period.

Possible values: [s, min, h, d, wk, mo, a]

timeOfDaytime[]
dayOfWeekstring[]

Possible values: [mon, tue, wed, thu, fri, sat, sun]

code object
coding object[]
  • Array [
  • systemstring
    Example: http://www.nlm.nih.gov/research/umls/rxnorm
    codestring
    Example: 313002
    displaystring
    Example: Amoxicillin 500 MG Oral Capsule
  • ]
  • textstring
    Example: Amoxicillin 500mg Capsule
    Timing
    {
    "repeat": {
    "boundsPeriod": {
    "start": "2024-07-29T15:51:28.071Z",
    "end": "2024-07-29T15:51:28.071Z"
    },
    "count": 0,
    "duration": 0,
    "durationUnit": "s",
    "frequency": 0,
    "period": 0,
    "periodUnit": "s",
    "timeOfDay": [
    "string"
    ],
    "dayOfWeek": [
    "mon"
    ],
    "code": {
    "coding": [
    {
    "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
    "code": "313002",
    "display": "Amoxicillin 500 MG Oral Capsule"
    }
    ],
    "text": "Amoxicillin 500mg Capsule"
    }
    }
    }