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": "4",
"name": "Type 4",
"info": "Pregnancy"
},
{
"id": "5",
"name": "Type 5",
"info": "Medical Product Utilization"
}
],
"input_files": [
{
"id": "COHORTFILE",
"name": "Cohort File",
"analysis_types": [
"1",
"2",
"4",
"5"
],
"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",
"name": "Pre-Index Enrollment",
"sas_format": "3",
"info": "Specifies the number of days of continuous enrollment required before the index date",
"input_type": "Numeric",
"values": []
},
{
"id": "REQDAYSAFTIND",
"name": "Post-Index Enrollment",
"sas_format": "3",
"info": "Optional parameter to specify the number of days a patient is required to be in the data after the index date",
"input_type": "Numeric",