{
  "tableNumber": "0335",
  "id": "v2-0335",
  "name": "RepeatPattern",
  "title": "repeatPattern",
  "description": "Code system of concepts used to specify the interval between repeated services.  Used in HL7 Version 2.x messaging in the RI datatype and RPT segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0335",
  "concepts": [
    {
      "code": "Q<integer>S",
      "display": "every <integer> seconds"
    },
    {
      "code": "Q<integer>M",
      "display": "every <integer> minutes"
    },
    {
      "code": "Q<integer>H",
      "display": "every <integer> hours"
    },
    {
      "code": "Q<integer>D",
      "display": "every <integer> days"
    },
    {
      "code": "Q<integer>W",
      "display": "every <integer> weeks"
    },
    {
      "code": "Q<integer>L",
      "display": "every <integer> months (Lunar cycle)"
    },
    {
      "code": "Q<integer>J<day#>",
      "display": "repeats on a particular day of the week,"
    },
    {
      "code": "BID",
      "display": "twice a day at institution-specified times"
    },
    {
      "code": "TID",
      "display": "three times a day at institution-specified times"
    },
    {
      "code": "QID",
      "display": "four times a day at institution-specified times"
    },
    {
      "code": "xID",
      "display": "\"X\" times per day at institution-specified times, where X is a numeral 5 or greater."
    },
    {
      "code": "QAM",
      "display": "in the morning at institution-specified time"
    },
    {
      "code": "QSHIFT",
      "display": "during each of three eight-hour shifts at institution-specified times"
    },
    {
      "code": "QOD",
      "display": "every other day"
    },
    {
      "code": "QHS",
      "display": "every day before the hour of sleep"
    },
    {
      "code": "QPM",
      "display": "in the evening at institution-specified time"
    },
    {
      "code": "C",
      "display": "service is provided continuously between start time and stop time"
    },
    {
      "code": "U <spec>",
      "display": "for future use, where <spec> is an interval specification as defined by the UNIX cron specification."
    },
    {
      "code": "PRN",
      "display": "given as needed"
    },
    {
      "code": "PRNxxx",
      "display": "where xxx is some frequency code"
    },
    {
      "code": "Once",
      "display": "one time only."
    },
    {
      "code": "Meal Related Timings",
      "display": "<timing>C (\"cum\")<meal>"
    },
    {
      "code": "A",
      "display": "Ante (before)"
    },
    {
      "code": "P",
      "display": "Post (after)"
    },
    {
      "code": "I",
      "display": "Inter"
    },
    {
      "code": "M",
      "display": "Cibus Matutinus (breakfast)"
    },
    {
      "code": "D",
      "display": "Cibus Diurnus (lunch)"
    },
    {
      "code": "V",
      "display": "Cibus Vespertinus (dinner)"
    }
  ]
}