Map dosage frequency items in the Subject_ConMed data set

The Subject_ConMed data set includes the following data series for mapping dosage frequency.

  • Dosage quantity data series:
    • ConMed_Dosage—Number of units in the dosage (for example, 20).
    • ConMed_DosageUnit—Units in which the dosage is defined (for example, mg).
    • ConMed_SeparateDoseCount—Number of separate dosages.
  • Timing interval of dosage administration data series:
    • ConMed_DosageIntervalUnitCount—Number of units in the dosage interval.
    • ConMed_DosageIntervalUnit—Units in which the dosage interval is defined (for example days, months).
  • Complete dosage information selected from a codelist data series:
    • ConMed_DosageFrequency—Frequency that the dosage was given to the patient (for example, 2 times per day).

The way you map to these data series depends on how you collect dosage frequency in the study.

  • Single item with a codelist—If users select all components of the dosage frequency as codelist items (for example, 2 times per day, 3 times per day, twice per week), map the dosage frequency item to the ConMed_DosageFrequency data series.
  • Single text item— If users enter all components of the dosage frequency as text (for example, if they enter 3mg, once every 2 days):
    • Create hidden items to capture each component of the dosage frequency definition and populate those items with a rule.
    • Map the hidden items representing the components of the dosage frequency definition to the appropriate data series. In the above example, the values that would be transmitted are:
      • ConMed_Dosage—3
      • ConMed_DosageUnit—mg
      • ConMed_SeparateDoseCount—1 (that is, one time every two days)
      • ConMed_DosageIntervalUnitCount—2
      • ConMed_DosageIntervalUnit—days

      If the user enters 3mg, twice daily, the values transmitted are:

      • ConMed_Dosage—3
      • ConMed_DosageUnit—mg
      • ConMed_SeparateDoseCount—2
      • ConMed_DosageIntervalUnitCount—1
      • ConMed_DosageIntervalUnit—days
  • Multiple items—If users enter the dosage frequency in multiple items, map each item to the data series for the appropriate component of the dosage frequency definition.

Note:

Map dosage frequency items either to the dosage quantity and dosage interval data series or to the DosageFrequency data series, but not to all six data series. Mapping all six data series raises a warning.