Source
"info": "By design, individuals stop contributing days at risk during an exposure episode when an HOI occurs. HOIs/Days at-risk metrics reported allow individuals to contribute, at most, one HOI per episode. However, the Query Request Package (QRP) algorithm is able to characterize the number of total HOIs observed during valid treatment episodes. Users can use this field to determine how this characterization should count the number of HOIs",
{
"types": [
{
"id": "1",
"name": "Type 1",
"info": "Background Rates"
},
{
"id": "2",
"name": "Type 2",
"info": "Exposure and Follow-up Time"
},
{
"id": "3",
"name": "Type 3",
"info": "Self-Controlled Risk Interval Design"
},
{
"id": "4",
"name": "Type 4",
"info": "Pregnancy"
},
{
"id": "5",
"name": "Type 5",
"info": "Medical Product Utilization"
},
{
"id": "6",
"name": "Type 6",
"info": "Manufacturer-level Product Utilization and Switching Patterns"
}
],
"input_files": [
{
"id": "cohortfile",
"name": "Cohort File",
"analysis_types": [
"1",
"2",
"3",
"4",
"5",
"6"
],
"required": true,
"required_files": [],
"info": "User-visible description of the Cohort File",
"documentation_link": "https://dev.sentinelsystem.org/projects/SENTINEL/repos/sentinel-routine-querying-tool-documentation/browse/files/file526-typeall-cohortfile.md",
"table_type": "group",
"row_source": [
"cohort"
],
"row_parameter": "cohortgrp",
"all_groups_required": true,
"parameters": [
{
"id": "COHORTGRP",
"name": "Cohort",
"sas_format": "$40",
"info": "Standardized name used to differentiate cohorts",
"input_type": "RowParameter",
"values": []
},
{
"id": "COVERAGE",
"name": "Coverage Type Requirement",
"sas_format": "$2",
"info": "Indicates medical and drug coverage type requirements for the cohort",
"input_type": "SingleSelect",
"values": [
"M",
"D",
"MD"
],
"value_map": {
"M": "Medical Coverage",
"D": "Drug Coverage",
"MD": "Medical and Drug Coverage"
}
},
{
"id": "ENROLGAP",
"name": "Enrollment Gap",
"sas_format": "3",
"info": "Sets the number of days that will be bridged between two consecutive enrollment periods to create a 'continuously enrolled' period",
"input_type": "Numeric",
"values": []
},
{
"id": "ENRDAYS",