build(stage1): create primary outcome review package

This commit is contained in:
Jinotech
2026-09-20 08:58:52 +12:00
parent c8dee9b8e8
commit f7e0dbbc22
11 changed files with 1209 additions and 7 deletions
+58
View File
@@ -1055,3 +1055,61 @@ Remove the override and tolerate the harmless warning, or use an actual readable
- **Notes**: The override is removed; no index changes occurred in the failed attempt. - **Notes**: The override is removed; no index changes occurred in the failed attempt.
--- ---
## [ERR-20260920-024] parquet-field-name-assumption
**Logged**: 2026-09-20
**Priority**: low
**Status**: resolved
**Area**: data
### Summary
A diagnostic PyArrow read requested a non-existent `survey_year` field from the NSDUH full Parquet.
### Error
The full NSDUH schema uses `YEAR`, not `survey_year`.
### Context
The field name was inferred from the YRBS convention instead of checked against the NSDUH schema. No data were modified.
### Suggested Fix
Inspect the authoritative schema before column projection and use the source-specific `YEAR` field; DuckDB then verified the intended annual counts.
### Metadata
- Reproducible: yes
- Related Files: `Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_2021_2024_full.parquet`
- Pattern-Key: schema.field-name-assumption
### Resolution
- **Resolved**: 2026-09-20
- **Notes**: Re-ran the count query against `YEAR` and obtained annual distributions for `YUSUITHK` and `YUSUIPLN`.
---
## [ERR-20260920-025] yrbs-attempt-response-shape
**Logged**: 2026-09-20
**Priority**: medium
**Status**: resolved
**Area**: data
### Summary
The first Gate-1 package build assumed all YRBS primary outcomes were binary and stopped on attempt response code 3.
### Error
`ValueError: Unsupported response code: survey='YRBS' construct='suicide_attempt' code='3' label='2 or 3 times'`
### Context
Annual source audits correctly retained five attempt-frequency categories, but the canonical response function handled the ordinal mapping only for GSHS. The fail-closed check prevented output files from being written.
### Suggested Fix
Apply the shared five-level frequency mapping to both GSHS and YRBS attempt items and rerun all package validations.
### Metadata
- Reproducible: yes
- Related Files: `research/stage1/build_primary_outcome_package.py`, `research/stage1/yrbs_primary_outcome_source_audit.json`
- Pattern-Key: response-dictionary.shape-assumption
### Resolution
- **Resolved**: 2026-09-20
- **Notes**: Canonical attempt categories are now `zero`, `one`, `two_or_three`, `four_or_five`, and `six_or_more` in both surveys.
---
+22 -7
View File
@@ -1,9 +1,9 @@
# 项目进度档案 # 项目进度档案
版本:1.12 版本:1.13
建立日期:2026-09-20 建立日期:2026-09-20
当前总状态:`in_progress` 当前总状态:`in_progress`
当前阶段:阶段 1 `in_progress`三套调查主要结局来源均已直接核验,YRBS 21 条错误映射已纠正,GSHS 7 个组件均有直接条目来源;缺失规则和双人审核尚未完成 当前阶段:阶段 1 `in_progress`84 个主要结局题目实例、396 条回答编码、28 条设计登记和 84 条人工双审队列已形成;`responses_long.parquet`、YRBS 2021/2023 导入、设计复核和实际双人审核尚未完成
## 1. 管理规则 ## 1. 管理规则
@@ -28,7 +28,7 @@
| 阶段 | 名称 | 状态 | 当前判定 | | 阶段 | 名称 | 状态 | 当前判定 |
|---|---|---|---| |---|---|---|---|
| 0 | 冻结研究问题、范围与版本 | `passed` | 四项交付物齐备,Gate 0 已通过;研究工具链补强与锁定完成 | | 0 | 冻结研究问题、范围与版本 | `passed` | 四项交付物齐备,Gate 0 已通过;研究工具链补强与锁定完成 |
| 1 | 有来源证据的题库和回答层 | `in_progress` | 数据契约、入口审计及三套调查主要结局直接来源核验已完成;YRBS 错误列映射已纠正;缺失规则、2021/2023 导入和人工双重审核尚未完成 | | 1 | 有来源证据的题库和回答层 | `in_progress` | 主要结局题库、回答字典、构念本体、候选连接、设计登记、冲突表和人工双审队列已生成;回答长表、2021/2023 导入、设计复核和实际双重审核尚未完成 |
| 2 | 可行性、可识别性和连接审计 | `not_started` | 等待 Gate 1 | | 2 | 可行性、可识别性和连接审计 | `not_started` | 等待 Gate 1 |
| 3 | 冻结验证协议与已知真值模拟 | `not_started` | 等待 Gate 2 | | 3 | 冻结验证协议与已知真值模拟 | `not_started` | 等待 Gate 2 |
| 4 | 直接协调和传统基线 | `not_started` | 等待 Gate 3 | | 4 | 直接协调和传统基线 | `not_started` | 等待 Gate 3 |
@@ -81,7 +81,7 @@ Gate 0 当前判定:`passed`。四项交付物齐备;目标总体政策、
| 优先级 | 问题 | 影响 | 下一处理 | | 优先级 | 问题 | 影响 | 下一处理 |
|---|---|---|---| |---|---|---|---|
| P0 | 官方题目文本、回答标签、适用总体和跳题规则尚未逐项核验 | Gate 1 与确认性分析不能通过 | 来源登记骨架已建立;下一步直接复核官方问卷/代码本,并保持 provisional 直到双人审核完成 | | P0 | 84 个主要结局实例尚未由两名实际审核者逐项签署,部分总体、实际施测语言和跳题细节仍为 provisional | Gate 1 与确认性分析不能通过 | 使用已导出的双审队列独立复核;AI 生成内容不得填入审核者栏 |
| P0 | 题目共现、锚定图与可识别性尚未重算 | 不能确定 IRT/层级模型是否成立 | 完成阶段 1 后进入阶段 2 审计 | | P0 | 题目共现、锚定图与可识别性尚未重算 | 不能确定 IRT/层级模型是否成立 | 完成阶段 1 后进入阶段 2 审计 |
| P1 | 数据来源许可及可分发范围尚未逐来源完成最终复核 | 影响复现包与衍生数据交付 | 已在清单中显式标为 review required;阶段 1 按实际纳入来源逐项确认,不默认允许再分发 | | P1 | 数据来源许可及可分发范围尚未逐来源完成最终复核 | 影响复现包与衍生数据交付 | 已在清单中显式标为 review required;阶段 1 按实际纳入来源逐项确认,不默认允许再分发 |
| P1 | R、PyMC/ArviZ、心理测量包与 CUDA Toolkit 曾缺失 | 已解决:项目 Python/R 环境和 CUDA 端到端验收通过 | 后续仅按锁定文件维护;任何升级必须重跑三套烟雾测试 | | P1 | R、PyMC/ArviZ、心理测量包与 CUDA Toolkit 曾缺失 | 已解决:项目 Python/R 环境和 CUDA 端到端验收通过 | 后续仅按锁定文件维护;任何升级必须重跑三套烟雾测试 |
@@ -747,6 +747,21 @@ Gate 0 当前判定:`passed`。四项交付物齐备;目标总体政策、
- 推送状态:`pushed`;研究增量提交 `e5e301e` 已推送至 `origin/main` - 推送状态:`pushed`;研究增量提交 `e5e301e` 已推送至 `origin/main`
- 下一步:生成三套调查正式回答字典、保守缺失规则及双人审核队列;随后验证 YRBS 2021/2023 导入。 - 下一步:生成三套调查正式回答字典、保守缺失规则及双人审核队列;随后验证 YRBS 2021/2023 导入。
### A-20260920-059:生成主要结局 Gate 1 结构化包与人工双审队列
- 时间:2026-09-20
- 阶段:1(有来源证据的题库和回答层)
- 动作:行动前完整读取 `Document/research-workflow.md`、本进度档案并核对干净 Git 状态;以 GSHS 组件审计、YRBS 年度直接来源审计和 NSDUH 主要结局登记为输入,生成可重复构建的正式题目层、回答字典、构念本体、设计登记、候选连接、来源冲突表和人工双审队列。
- 输出:新增 `build_primary_outcome_package.py``item_bank.csv``response_dictionary.csv``survey_design.csv``construct_ontology.yaml``item_links.csv``source_conflicts.csv``primary_outcome_human_review_queue.csv``primary_outcome_package.md`;更新 `.learnings/ERRORS.md`
- 检查:脚本通过可重复构建及断言;84 个题目实例 ID 全部唯一(GSHS 21、YRBS 51、NSDUH 12),396 条回答编码覆盖全部题目,28 条调查/组件设计记录、9 条仅为候选的跨调查构念连接和 32 条来源冲突/证据缺口已生成;84 条双审队列逐项对应题库;所有 reviewer 字段为空、所有连接均为 `not_approved`,每题均有来源指针与总体说明。
- 编码决策:GSHS/YRBS 尝试次数保留五级 `zero/one/two_or_three/four_or_five/six_or_more`,不在原始字典中静默二分;NSDUH 的“不确定”保留为观测类别,拒答、不知道、数据错误、空白和合法跳题分别保留为缺失类型;任何未知缺失均不得自动转为阴性。
- 冲突登记:21 条 YRBS 旧映射作为已由直接来源解决的冲突保留审计轨迹;7 个 GSHS 组件的实际施测语言证据缺口和 4 个 NSDUH 尝试题的公用微数据访问缺口保持开放。
- 设计边界:GSHS 使用规范化权重/PSU/stratum 候选字段;YRBS 2017/2019 设计字段缺口及 2021/2023 导入隔离被显式标记;NSDUH 的 `ANALWT2_C1``C4` 年度适用映射未凭猜测选择。所有设计记录仍为 provisional。
- 工程记录:一次 NSDUH Parquet 字段名假设错误与一次 YRBS 尝试题响应形态假设错误均无数据改动,并分别记录为已解决的 `ERR-20260920-024``ERR-20260920-025`;后者由 fail-closed 检查在生成文件前中止,修正后重建通过。
- 质量边界:本行动没有生成 `responses_long.parquet`,没有解除 YRBS 2021/2023 隔离,没有解决 NSDUH 尝试题的数据访问,也没有将 AI 检查登记为人工审核。Gate 1 保持 `in_progress`
- 推送状态:`push_pending`;完成差异检查、提交和远端推送后更新。
- 下一步:按官方 SAS 程序与布局验证并导入 YRBS 2021/2023;随后从已通过来源和编码检查的可用年度生成 `responses_long.parquet`,并安排两名实际审核者处理队列。
## 9. 剩余工作量估算(2026-09-20 基线) ## 9. 剩余工作量估算(2026-09-20 基线)
| 阶段 | 主要工作 | 预计人周 | 主要波动来源 | | 阶段 | 主要工作 | 预计人周 | 主要波动来源 |
@@ -769,6 +784,6 @@ Gate 0 当前判定:`passed`。四项交付物齐备;目标总体政策、
阶段 1 下一行动: 阶段 1 下一行动:
1. 形成三套调查主要结局的回答编码/缺失规则草案,并把需要两名实际审核者处理的记录导出为审核队列 1. 按官方 SAS 程序和机器可读布局验证 YRBS 2021/2023 导入,核对行数、值域、题号映射和设计字段;验证前继续隔离
2. 按官方 SAS 布局验证 YRBS 2021/2023 导入,在验证前继续隔离 2. 以题库和回答字典为唯一映射源,为当前可用且通过检查的数据生成 `responses_long.parquet`,显式保存 eligibility 与 observed status
3. 人工审核前保持全部主要结局为 `provisional`,不把 AI 预审写成双人审核 3. 安排两名实际审核者逐项处理 `primary_outcome_human_review_queue.csv`;审核完成前保持全部主要结局为 `provisional`
@@ -0,0 +1,441 @@
"""Build the provisional Gate-1 package for primary suicide outcomes.
The outputs are deliberately conservative. They preserve explicit uncertainty,
refusal, skip, and unknown-missing states and never fill human reviewer fields.
They are suitable for pipeline development only until the workflow's two-person
review requirement and remaining data/design checks are complete.
"""
from __future__ import annotations
import csv
import json
from pathlib import Path
from typing import Any, Iterable
ROOT = Path(__file__).resolve().parents[2]
STAGE1 = ROOT / "research" / "stage1"
def load_json(name: str) -> dict[str, Any]:
with (STAGE1 / name).open(encoding="utf-8") as handle:
return json.load(handle)
def write_csv(name: str, rows: list[dict[str, Any]], fields: Iterable[str]) -> None:
path = STAGE1 / name
with path.open("w", encoding="utf-8-sig", newline="") as handle:
writer = csv.DictWriter(handle, fieldnames=list(fields), extrasaction="raise")
writer.writeheader()
writer.writerows(rows)
def stringify(value: Any) -> str:
if value is None:
return ""
if isinstance(value, bool):
return "true" if value else "false"
return str(value)
def item_id(survey: str, component: str, variable: str) -> str:
return f"{survey}::{component}::{variable}"
CONSTRUCT_META = {
"suicide_ideation": {
"label": "suicidal ideation",
"definition": "Serious consideration of attempting or trying to die by suicide during the stated time window.",
},
"suicide_plan": {
"label": "suicide plan",
"definition": "Making a plan about how to attempt or die by suicide during the stated time window.",
},
"suicide_attempt": {
"label": "suicide attempt",
"definition": "A self-reported attempt or try to die by suicide during the stated time window; frequency and binary forms remain distinct.",
},
}
def build() -> dict[str, int]:
registry = load_json("primary_outcome_registry.json")
gshs_audit = load_json("gshs_primary_outcome_component_audit.json")
yrbs_audit = load_json("yrbs_primary_outcome_source_audit.json")
registry_rows = registry["candidate_records"]
gshs_templates = {r["source_variable"]: r for r in registry_rows if r["survey"] == "GSHS"}
nsduh_rows = [r for r in registry_rows if r["survey"] == "NSDUH"]
observed_gshs = [c for c in gshs_audit["components"] if c["primary_outcomes_observed"]]
yrbs_rows = yrbs_audit["items"]
items: list[dict[str, Any]] = []
responses: list[dict[str, Any]] = []
designs: list[dict[str, Any]] = []
review_queue: list[dict[str, Any]] = []
conflicts: list[dict[str, Any]] = []
item_fields = [
"item_version_id", "item_family_id", "survey_id", "component_id", "survey", "country",
"year", "scope", "population", "source_variable", "question_text", "construct", "time_window",
"response_type", "language", "questionnaire_version", "data_availability", "analysis_eligibility",
"source_file", "source_url", "page_or_section", "reviewer_1", "reviewer_2", "review_status", "notes",
]
response_fields = [
"item_version_id", "raw_code", "raw_label", "canonical_code", "missing_type", "is_observed_response",
"derivation_rule", "source_file", "source_url", "review_status",
]
def add_item(row: dict[str, Any], options: dict[str, str], missing_row: bool = False) -> None:
clean = {field: stringify(row.get(field)) for field in item_fields}
items.append(clean)
for code, label in options.items():
canonical, missing_type, observed = canonicalize(clean["survey"], clean["construct"], str(code), label)
responses.append({
"item_version_id": clean["item_version_id"],
"raw_code": str(code),
"raw_label": label,
"canonical_code": canonical,
"missing_type": missing_type,
"is_observed_response": stringify(observed),
"derivation_rule": "direct recode; no imputation and no silent conversion of nonresponse to a negative response",
"source_file": clean["source_file"],
"source_url": clean["source_url"],
"review_status": "provisional",
})
if missing_row:
responses.append({
"item_version_id": clean["item_version_id"],
"raw_code": "<missing>",
"raw_label": "blank/null/sysmiss; source does not distinguish reason",
"canonical_code": "",
"missing_type": "unknown",
"is_observed_response": "false",
"derivation_rule": "retain as unknown missing; never recode as No/zero without an explicit official rule",
"source_file": clean["source_file"],
"source_url": clean["source_url"],
"review_status": "provisional",
})
review_queue.append({
"item_version_id": clean["item_version_id"],
"survey": clean["survey"],
"component_id": clean["component_id"],
"construct": clean["construct"],
"question_text": clean["question_text"],
"response_dictionary_rows": str(len(options) + int(missing_row)),
"population": clean["population"],
"language": clean["language"],
"source_file": clean["source_file"],
"source_url": clean["source_url"],
"page_or_section": clean["page_or_section"],
"reviewer_1": "",
"reviewer_1_decision": "",
"reviewer_1_date": "",
"reviewer_2": "",
"reviewer_2_decision": "",
"reviewer_2_date": "",
"adjudicator": "",
"adjudication": "",
"review_status": "provisional_pending_two_human_reviewers",
"review_instructions": "Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.",
})
# GSHS: instantiate the three administered raw items for each observed component.
for component in observed_gshs:
package = component.get("source_package") or {}
documents = package.get("documents") or []
questionnaire = next((d for d in documents if "questionnaire" in d.get("role", "").lower()), None)
source_file = questionnaire.get("source_file", "") if questionnaire else ""
source_url = "" if source_file else component.get("catalog_url", "")
language = "; ".join(package.get("source_language_evidence") or []) or "source language not established"
questions = package.get("question_numbers") or {}
construct_to_q = {"suicide_ideation": questions.get("ideation"), "suicide_plan": questions.get("plan"), "suicide_attempt": questions.get("attempt")}
survey_id = f"GSHS::{component['reference_id']}"
for variable in ("raw_mh_considersui", "raw_mh_plansui", "raw_mh_attemptsui"):
template = gshs_templates[variable]
construct = template["construct"]
version = item_id("GSHS", component["component_id"], variable)
options = {str(k): str(v) for k, v in template["answer_options"].items()}
add_item({
"item_version_id": version,
"item_family_id": f"GSHS::{construct}::past_12_months",
"survey_id": survey_id,
"component_id": component["component_id"],
"survey": "GSHS",
"country": component.get("country"),
"year": str(component.get("collection_start", ""))[:4],
"scope": component.get("survey_scope"),
"population": component.get("population"),
"source_variable": variable,
"question_text": template["question_text"],
"construct": construct,
"time_window": template["time_window"],
"response_type": "ordinal_frequency" if construct == "suicide_attempt" else "binary",
"language": language + "; actual administered language not established",
"questionnaire_version": component["reference_id"],
"data_availability": "available_in_local_component",
"analysis_eligibility": "provisional_pipeline_development_only",
"source_file": source_file or template.get("source_file"),
"source_url": source_url or template.get("source_url"),
"page_or_section": construct_to_q[construct] or template.get("page_or_section"),
"reviewer_1": "", "reviewer_2": "", "review_status": "provisional",
"notes": "Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.",
}, options, missing_row=True)
conflicts.append({
"conflict_id": f"GSHS_LANGUAGE::{component['component_id']}",
"survey": "GSHS", "year": str(component.get("collection_start", ""))[:4],
"component_id": component["component_id"], "source_variable": "all_primary_outcomes",
"conflict_type": "evidence_gap_administered_language",
"source_a": source_file or source_url, "source_b": "",
"description": "Available questionnaire language evidence does not establish the language administered to every respondent.",
"resolution": "unresolved; retain language as provisional and exclude language-DIF claims",
"analysis_consequence": "May be used for pipeline development, not confirmatory language comparison.",
"status": "open", "reviewer_1": "", "reviewer_2": "",
})
designs.append({
"survey_id": survey_id, "component_id": component["component_id"], "survey": "GSHS",
"country": component.get("country", ""), "year": str(component.get("collection_start", ""))[:4],
"population": component.get("population", ""), "weight_field": "sample_weight", "psu_field": "sampling_psu",
"stratum_field": "sampling_stratum", "variance_method": "pending official component design review",
"namespace_rule": "prefix PSU and stratum with component_id before pooling",
"design_source": source_file or source_url, "design_status": "provisional",
"notes": "Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.",
})
# YRBS: source-audited annual items.
for source in yrbs_rows:
year = str(source["year"])
construct = source["construct"]
variable = source["source_variable"]
version = item_id("YRBS", year, variable)
add_item({
"item_version_id": version,
"item_family_id": f"YRBS::{construct}::past_12_months",
"survey_id": f"YRBS::{year}", "component_id": f"YRBS_NATIONAL::{year}", "survey": "YRBS",
"country": "United States", "year": year, "scope": "national",
"population": source["population"], "source_variable": variable,
"question_text": source["question_text"], "construct": construct, "time_window": source["time_window"],
"response_type": source["response_type"], "language": source["language"],
"questionnaire_version": f"YRBS national questionnaire {year}",
"data_availability": source["data_status"],
"analysis_eligibility": "quarantined_pending_import_layout_validation" if year in {"2021", "2023"} else "provisional_pipeline_development_only",
"source_file": source["questionnaire_source_file"], "source_url": "",
"page_or_section": f"{source['questionnaire_page_or_section']}; data guide {source['data_guide_page_or_section']}",
"reviewer_1": "", "reviewer_2": "", "review_status": "provisional",
"notes": source["missing_rule_status"],
}, {str(k): str(v) for k, v in source["answer_options"].items()}, missing_row=True)
if source.get("previous_registry_variable") != variable:
conflicts.append({
"conflict_id": f"YRBS_MAPPING::{year}::{construct}", "survey": "YRBS", "year": year,
"component_id": f"YRBS_NATIONAL::{year}", "source_variable": variable,
"conflict_type": "registry_to_data_variable_mapping",
"source_a": source["questionnaire_source_file"], "source_b": source["data_guide_source_file"],
"description": f"Previous registry used {source['previous_registry_variable']}; direct annual data guide maps the printed question to {variable}.",
"resolution": f"Corrected registry mapping to {variable}; printed questionnaire number retained separately.",
"analysis_consequence": "Use corrected data variable; do not reuse the superseded mapping.",
"status": "resolved_by_direct_source_audit", "reviewer_1": "", "reviewer_2": "",
})
for year in sorted({str(r["year"]) for r in yrbs_rows}):
if year in {"2021", "2023"}:
status = "quarantined_pending_import_layout_validation"
elif year in {"2017", "2019"}:
status = "provisional_design_incomplete"
else:
status = "provisional"
designs.append({
"survey_id": f"YRBS::{year}", "component_id": f"YRBS_NATIONAL::{year}", "survey": "YRBS",
"country": "United States", "year": year,
"population": "students in grades 9-12 attending public and private schools in the United States",
"weight_field": "weight", "psu_field": "psu", "stratum_field": "stratum",
"variance_method": "Taylor linearization candidate; annual official design confirmation pending",
"namespace_rule": "prefix PSU and stratum with survey year before pooling",
"design_source": next(r["data_guide_source_file"] for r in yrbs_rows if str(r["year"]) == year),
"design_status": status,
"notes": "2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.",
})
# NSDUH: four youth-module years. Attempt is documented but unavailable locally.
nsduh_options = {
"1": "Yes", "2": "No", "3": "I'm not sure", "4": "I don't want to answer",
"85": "BAD DATA Logically assigned", "94": "DON'T KNOW", "97": "REFUSED",
"98": "BLANK (NO ANSWER)", "99": "LEGITIMATE SKIP",
}
for source in nsduh_rows:
year = str(source["year"])
construct = source["construct"]
variable = source["source_variable"]
available = bool(source.get("present_in_full_table"))
version = item_id("NSDUH", year, variable)
add_item({
"item_version_id": version,
"item_family_id": f"NSDUH::{construct}::past_12_months",
"survey_id": f"NSDUH::{year}", "component_id": f"NSDUH_YOUTH::{year}", "survey": "NSDUH",
"country": "United States", "year": year, "scope": "national household survey youth module",
"population": "adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off",
"source_variable": variable, "question_text": source["question_text"], "construct": construct,
"time_window": source["time_window"], "response_type": "categorical_binary_with_explicit_uncertainty",
"language": "English source metadata; administered-language/accommodation coverage not established",
"questionnaire_version": f"NSDUH {year} youth module",
"data_availability": "available_in_local_public_use_table" if available else "administered_but_not_available_in_local_public_use_package",
"analysis_eligibility": "provisional_pipeline_development_only" if available else "not_analyzable_without_authorized_source",
"source_file": source.get("source_file") or "", "source_url": source.get("source_url") or "",
"page_or_section": source.get("page_or_section") or variable,
"reviewer_1": "", "reviewer_2": "", "review_status": "provisional",
"notes": source.get("notes", ""),
}, {str(k): str(v) for k, v in (source.get("answer_options") or nsduh_options).items()}, missing_row=False)
if not available:
conflicts.append({
"conflict_id": f"NSDUH_AVAILABILITY::{year}::{variable}", "survey": "NSDUH", "year": year,
"component_id": f"NSDUH_YOUTH::{year}", "source_variable": variable,
"conflict_type": "official_item_missing_from_local_public_use_microdata",
"source_a": source.get("source_url", ""), "source_b": "local full and selected schemas",
"description": "Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files.",
"resolution": "unresolved access constraint; retain in item bank but do not generate responses",
"analysis_consequence": "NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design.",
"status": "open_access_constraint", "reviewer_1": "", "reviewer_2": "",
})
for year in sorted({str(r["year"]) for r in nsduh_rows}):
designs.append({
"survey_id": f"NSDUH::{year}", "component_id": f"NSDUH_YOUTH::{year}", "survey": "NSDUH",
"country": "United States", "year": year, "population": "adolescents aged 12-17",
"weight_field": "ANALWT2_C (year-specific C1-C4 mapping unresolved)", "psu_field": "VEREP",
"stratum_field": "VESTR_C", "variance_method": "pending official combined-file guide review",
"namespace_rule": "prefix variance units with survey year before pooling",
"design_source": "Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending",
"design_status": "provisional_weight_mapping_unresolved",
"notes": "All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.",
})
links = []
for construct in CONSTRUCT_META:
for left, right in (("GSHS", "YRBS"), ("GSHS", "NSDUH"), ("YRBS", "NSDUH")):
links.append({
"item_pair": f"{left}::{construct} <-> {right}::{construct}",
"left_item_family_id": f"{left}::{construct}::past_12_months",
"right_item_family_id": f"{right}::{construct}::past_12_months",
"relation_type": "conceptual_candidate_only",
"semantic_evidence": "same provisional construct and 12-month window; wording, response form, population, and mode differ",
"population_overlap": "adolescent age overlap exists but sampling frames differ",
"anchor_status": "not_approved",
"exclusion_reason": "No empirical invariance, coadministration, or human double-review evidence yet.",
"review_status": "provisional",
})
item_ids = [row["item_version_id"] for row in items]
response_item_ids = {row["item_version_id"] for row in responses}
assert len(items) == 84, f"Expected 84 item instances, found {len(items)}"
assert len(set(item_ids)) == len(item_ids), "item_version_id must be unique"
assert response_item_ids == set(item_ids), "Every item must have response-dictionary coverage"
assert len(review_queue) == len(items), "Every item must have one human-review queue row"
assert all(not row["reviewer_1"] and not row["reviewer_2"] for row in items), "Generated data cannot claim human review"
assert all(row["anchor_status"] == "not_approved" for row in links), "No anchor may be approved during package generation"
assert all(row["source_file"] or row["source_url"] for row in items), "Every item must have a source pointer"
assert all(row["population"] for row in items), "Every item must state its provisional population"
write_csv("item_bank.csv", items, item_fields)
write_csv("response_dictionary.csv", responses, response_fields)
write_csv("survey_design.csv", designs, [
"survey_id", "component_id", "survey", "country", "year", "population", "weight_field", "psu_field",
"stratum_field", "variance_method", "namespace_rule", "design_source", "design_status", "notes",
])
write_csv("item_links.csv", links, [
"item_pair", "left_item_family_id", "right_item_family_id", "relation_type", "semantic_evidence",
"population_overlap", "anchor_status", "exclusion_reason", "review_status",
])
write_csv("source_conflicts.csv", conflicts, [
"conflict_id", "survey", "year", "component_id", "source_variable", "conflict_type", "source_a", "source_b",
"description", "resolution", "analysis_consequence", "status", "reviewer_1", "reviewer_2",
])
write_csv("primary_outcome_human_review_queue.csv", review_queue, [
"item_version_id", "survey", "component_id", "construct", "question_text", "response_dictionary_rows",
"population", "language", "source_file", "source_url", "page_or_section", "reviewer_1",
"reviewer_1_decision", "reviewer_1_date", "reviewer_2", "reviewer_2_decision", "reviewer_2_date",
"adjudicator", "adjudication", "review_status", "review_instructions",
])
write_ontology()
write_readme(len(items), len(responses), len(designs), len(conflicts))
return {
"items": len(items), "response_codes": len(responses), "design_rows": len(designs),
"candidate_links": len(links), "source_conflicts": len(conflicts), "review_queue": len(review_queue),
}
def canonicalize(survey: str, construct: str, code: str, label: str) -> tuple[str, str, bool]:
if survey in {"GSHS", "YRBS"}:
if code == "1":
return ("zero" if construct == "suicide_attempt" else "yes", "", True)
if code == "2":
return ("one" if construct == "suicide_attempt" else "no", "", True)
if construct == "suicide_attempt":
return {"3": ("two_or_three", "", True), "4": ("four_or_five", "", True), "5": ("six_or_more", "", True)}[code]
if survey == "NSDUH":
mapping = {
"1": ("yes", "", True), "2": ("no", "", True),
"3": ("uncertain", "", True), "4": ("", "refused", False),
"85": ("", "data_error", False), "94": ("", "dont_know", False),
"97": ("", "refused", False), "98": ("", "ordinary_missing", False),
"99": ("", "legitimate_skip", False),
}
return mapping[code]
raise ValueError(f"Unsupported response code: {survey=} {construct=} {code=} {label=}")
def write_ontology() -> None:
lines = [
"schema_version: '1.0'",
"status: provisional",
"human_double_review_complete: false",
"confirmatory_analysis_allowed: false",
"constructs:",
]
for key, meta in CONSTRUCT_META.items():
lines.extend([
f" {key}:",
f" label: {meta['label']}",
f" definition: {meta['definition']}",
" primary_outcome: true",
" default_time_window: past 12 months",
" review_status: provisional",
])
lines.extend([
"explicit_exclusions:",
" - self-harm without stated suicidal intent is a separate construct",
" - sadness or hopelessness is not a suicide-outcome substitute",
" - attempt-related injury and medical-treatment follow-ups are not substitutes for attempt occurrence",
" - derived binary fields are not independent administered items",
"linking_rules:",
" - semantic similarity creates a candidate link only",
" - cross-survey equivalence requires population, wording, coding, and empirical invariance review",
" - no item family is an approved anchor at this stage",
"missingness_rules:",
" - never recode unknown missing, refusal, don't know, or legitimate skip as a negative response without an explicit official rule",
" - retain explicit uncertainty as an observed category until the analysis protocol states otherwise",
" - keep raw response and any later binary derivation as separate fields with an auditable rule",
])
(STAGE1 / "construct_ontology.yaml").write_text("\n".join(lines) + "\n", encoding="utf-8")
def write_readme(items: int, responses: int, designs: int, conflicts: int) -> None:
text = f"""# Gate 1 primary-outcome package
Status: **provisional; pipeline development only**.
Generated from the direct-source registry and audits by `build_primary_outcome_package.py`.
- item instances: {items}
- response-dictionary rows: {responses}
- survey/component design rows: {designs}
- source conflicts or evidence gaps: {conflicts}
- human reviewers recorded: 0
The package does not satisfy Gate 1 by itself. Two actual human reviewers must independently sign every primary-outcome item; `responses_long.parquet` is not yet built; YRBS 2021/2023 remain quarantined; NSDUH youth attempt is absent from local public-use microdata; and several design and administered-language fields remain provisional.
"""
(STAGE1 / "primary_outcome_package.md").write_text(text, encoding="utf-8")
if __name__ == "__main__":
print(json.dumps(build(), indent=2, ensure_ascii=False))
+36
View File
@@ -0,0 +1,36 @@
schema_version: '1.0'
status: provisional
human_double_review_complete: false
confirmatory_analysis_allowed: false
constructs:
suicide_ideation:
label: suicidal ideation
definition: Serious consideration of attempting or trying to die by suicide during the stated time window.
primary_outcome: true
default_time_window: past 12 months
review_status: provisional
suicide_plan:
label: suicide plan
definition: Making a plan about how to attempt or die by suicide during the stated time window.
primary_outcome: true
default_time_window: past 12 months
review_status: provisional
suicide_attempt:
label: suicide attempt
definition: A self-reported attempt or try to die by suicide during the stated time window; frequency and binary forms remain distinct.
primary_outcome: true
default_time_window: past 12 months
review_status: provisional
explicit_exclusions:
- self-harm without stated suicidal intent is a separate construct
- sadness or hopelessness is not a suicide-outcome substitute
- attempt-related injury and medical-treatment follow-ups are not substitutes for attempt occurrence
- derived binary fields are not independent administered items
linking_rules:
- semantic similarity creates a candidate link only
- cross-survey equivalence requires population, wording, coding, and empirical invariance review
- no item family is an approved anchor at this stage
missingness_rules:
- never recode unknown missing, refusal, don't know, or legitimate skip as a negative response without an explicit official rule
- retain explicit uncertainty as an observed category until the analysis protocol states otherwise
- keep raw response and any later binary derivation as separate fields with an auditable rule
+85
View File
@@ -0,0 +1,85 @@
item_version_id,item_family_id,survey_id,component_id,survey,country,year,scope,population,source_variable,question_text,construct,time_window,response_type,language,questionnaire_version,data_availability,analysis_eligibility,source_file,source_url,page_or_section,reviewer_1,reviewer_2,review_status,notes
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::2023_MAR_GSHS_v01,2023_MAR_GSHS_v01::mar_fez2023,GSHS,Morocco,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,French; English reference; actual administered language not established,2023_MAR_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q32,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::2023_MAR_GSHS_v01,2023_MAR_GSHS_v01::mar_fez2023,GSHS,Morocco,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,French; English reference; actual administered language not established,2023_MAR_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q33,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::2023_MAR_GSHS_v01,2023_MAR_GSHS_v01::mar_fez2023,GSHS,Morocco,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,French; English reference; actual administered language not established,2023_MAR_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q34,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::GHA_2022_GSHS_v01,GHA_2022_GSHS_v01::gha_sek_tak2022,GSHS,Ghana,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English; actual administered language not established,GHA_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q33,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::GHA_2022_GSHS_v01,GHA_2022_GSHS_v01::gha_sek_tak2022,GSHS,Ghana,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English; actual administered language not established,GHA_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q34,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::GHA_2022_GSHS_v01,GHA_2022_GSHS_v01::gha_sek_tak2022,GSHS,Ghana,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English; actual administered language not established,GHA_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q35,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::IND_2022_GSHS_v01,IND_2022_GSHS_v01::ind_jaipur_2022,GSHS,India,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English; actual administered language not established,IND_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q34,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::IND_2022_GSHS_v01,IND_2022_GSHS_v01::ind_jaipur_2022,GSHS,India,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English; actual administered language not established,IND_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q35,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::IND_2022_GSHS_v01,IND_2022_GSHS_v01::ind_jaipur_2022,GSHS,India,2022,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English; actual administered language not established,IND_2022_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q36,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::JAM_2023_GSHS_v01,JAM_2023_GSHS_v01::jam_st_cath_2023,GSHS,Jamaica,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English; actual administered language not established,JAM_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q28,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::JAM_2023_GSHS_v01,JAM_2023_GSHS_v01::jam_st_cath_2023,GSHS,Jamaica,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English; actual administered language not established,JAM_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q29,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::JAM_2023_GSHS_v01,JAM_2023_GSHS_v01::jam_st_cath_2023,GSHS,Jamaica,2023,component,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English; actual administered language not established,JAM_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q30,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::MNG_2023_GSHS_v01,MNG_2023_GSHS_v01::mng2023,GSHS,Mongolia,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English; Mongolian; actual administered language not established,MNG_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q36,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::MNG_2023_GSHS_v01,MNG_2023_GSHS_v01::mng2023,GSHS,Mongolia,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English; Mongolian; actual administered language not established,MNG_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q37,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::MNG_2023_GSHS_v01,MNG_2023_GSHS_v01::mng2023,GSHS,Mongolia,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English; Mongolian; actual administered language not established,MNG_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q38,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::SLB_2023_GSHS_v01,SLB_2023_GSHS_v01::slb_2023,GSHS,Solomon Islands,2023,component,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English catalog literal-question metadata; actual administered language not established,SLB_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::SLB_2023_GSHS_v01,SLB_2023_GSHS_v01::slb_2023,GSHS,Solomon Islands,2023,component,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English catalog literal-question metadata; actual administered language not established,SLB_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::SLB_2023_GSHS_v01,SLB_2023_GSHS_v01::slb_2023,GSHS,Solomon Islands,2023,component,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English catalog literal-question metadata; actual administered language not established,SLB_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui,GSHS::suicide_ideation::past_12_months,GSHS::WLF_2023_GSHS_v01,WLF_2023_GSHS_v01::wlf_2023,GSHS,Wallis and Futuna,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_considersui,"During the past 12 months, did you seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,French; English reference; actual administered language not established,WLF_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q29,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui,GSHS::suicide_plan::past_12_months,GSHS::WLF_2023_GSHS_v01,WLF_2023_GSHS_v01::wlf_2023,GSHS,Wallis and Futuna,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_plansui,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,French; English reference; actual administered language not established,WLF_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q30,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,GSHS::suicide_attempt::past_12_months,GSHS::WLF_2023_GSHS_v01,WLF_2023_GSHS_v01::wlf_2023,GSHS,Wallis and Futuna,2023,national,school-attending students; exact sampled ages/grades remain pending component source review,raw_mh_attemptsui,"During the past 12 months, how many times did you attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,French; English reference; actual administered language not established,WLF_2023_GSHS_v01,available_in_local_component,provisional_pipeline_development_only,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q31,,,provisional,"Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item."
YRBS::1991::Q19,YRBS::suicide_ideation::past_12_months,YRBS::1991,YRBS_NATIONAL::1991,YRBS,United States,1991,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q19,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1991,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1991::Q20,YRBS::suicide_plan::past_12_months,YRBS::1991,YRBS_NATIONAL::1991,YRBS,United States,1991,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q20,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1991,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1991::Q21,YRBS::suicide_attempt::past_12_months,YRBS::1991,YRBS_NATIONAL::1991,YRBS,United States,1991,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q21,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1991,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1993::Q24,YRBS::suicide_ideation::past_12_months,YRBS::1993,YRBS_NATIONAL::1993,YRBS,United States,1993,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1993,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1993::Q25,YRBS::suicide_plan::past_12_months,YRBS::1993,YRBS_NATIONAL::1993,YRBS,United States,1993,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1993,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1993::Q26,YRBS::suicide_attempt::past_12_months,YRBS::1993,YRBS_NATIONAL::1993,YRBS,United States,1993,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1993,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1995::Q22,YRBS::suicide_ideation::past_12_months,YRBS::1995,YRBS_NATIONAL::1995,YRBS,United States,1995,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q22,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1995,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1995::Q23,YRBS::suicide_plan::past_12_months,YRBS::1995,YRBS_NATIONAL::1995,YRBS,United States,1995,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q23,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1995,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1995::Q24,YRBS::suicide_attempt::past_12_months,YRBS::1995,YRBS_NATIONAL::1995,YRBS,United States,1995,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1995,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1997::Q22,YRBS::suicide_ideation::past_12_months,YRBS::1997,YRBS_NATIONAL::1997,YRBS,United States,1997,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q22,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1997,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1997::Q23,YRBS::suicide_plan::past_12_months,YRBS::1997,YRBS_NATIONAL::1997,YRBS,United States,1997,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q23,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1997,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1997::Q24,YRBS::suicide_attempt::past_12_months,YRBS::1997,YRBS_NATIONAL::1997,YRBS,United States,1997,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1997,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1999::Q23,YRBS::suicide_ideation::past_12_months,YRBS::1999,YRBS_NATIONAL::1999,YRBS,United States,1999,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q23,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1999,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1999::Q24,YRBS::suicide_plan::past_12_months,YRBS::1999,YRBS_NATIONAL::1999,YRBS,United States,1999,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1999,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::1999::Q25,YRBS::suicide_attempt::past_12_months,YRBS::1999,YRBS_NATIONAL::1999,YRBS,United States,1999,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 1999,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2001::Q24,YRBS::suicide_ideation::past_12_months,YRBS::2001,YRBS_NATIONAL::2001,YRBS,United States,2001,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2001,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2001::Q25,YRBS::suicide_plan::past_12_months,YRBS::2001,YRBS_NATIONAL::2001,YRBS,United States,2001,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2001,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2001::Q26,YRBS::suicide_attempt::past_12_months,YRBS::2001,YRBS_NATIONAL::2001,YRBS,United States,2001,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2001,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2003::Q24,YRBS::suicide_ideation::past_12_months,YRBS::2003,YRBS_NATIONAL::2003,YRBS,United States,2003,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2003,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2003::Q25,YRBS::suicide_plan::past_12_months,YRBS::2003,YRBS_NATIONAL::2003,YRBS,United States,2003,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2003,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2003::Q26,YRBS::suicide_attempt::past_12_months,YRBS::2003,YRBS_NATIONAL::2003,YRBS,United States,2003,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2003,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2005::Q24,YRBS::suicide_ideation::past_12_months,YRBS::2005,YRBS_NATIONAL::2005,YRBS,United States,2005,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2005,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2005::Q25,YRBS::suicide_plan::past_12_months,YRBS::2005,YRBS_NATIONAL::2005,YRBS,United States,2005,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2005,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2005::Q26,YRBS::suicide_attempt::past_12_months,YRBS::2005,YRBS_NATIONAL::2005,YRBS,United States,2005,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2005,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2007::Q24,YRBS::suicide_ideation::past_12_months,YRBS::2007,YRBS_NATIONAL::2007,YRBS,United States,2007,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2007,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2007::Q25,YRBS::suicide_plan::past_12_months,YRBS::2007,YRBS_NATIONAL::2007,YRBS,United States,2007,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2007,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2007::Q26,YRBS::suicide_attempt::past_12_months,YRBS::2007,YRBS_NATIONAL::2007,YRBS,United States,2007,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2007,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2009::Q24,YRBS::suicide_ideation::past_12_months,YRBS::2009,YRBS_NATIONAL::2009,YRBS,United States,2009,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q24,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2009,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2009::Q25,YRBS::suicide_plan::past_12_months,YRBS::2009,YRBS_NATIONAL::2009,YRBS,United States,2009,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2009,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2009::Q26,YRBS::suicide_attempt::past_12_months,YRBS::2009,YRBS_NATIONAL::2009,YRBS,United States,2009,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2009,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2011::Q25,YRBS::suicide_ideation::past_12_months,YRBS::2011,YRBS_NATIONAL::2011,YRBS,United States,2011,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q25,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2011,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2011::Q26,YRBS::suicide_plan::past_12_months,YRBS::2011,YRBS_NATIONAL::2011,YRBS,United States,2011,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2011,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2011::Q27,YRBS::suicide_attempt::past_12_months,YRBS::2011,YRBS_NATIONAL::2011,YRBS,United States,2011,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2011,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2013::Q27,YRBS::suicide_ideation::past_12_months,YRBS::2013,YRBS_NATIONAL::2013,YRBS,United States,2013,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2013,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2013::Q28,YRBS::suicide_plan::past_12_months,YRBS::2013,YRBS_NATIONAL::2013,YRBS,United States,2013,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2013,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2013::Q29,YRBS::suicide_attempt::past_12_months,YRBS::2013,YRBS_NATIONAL::2013,YRBS,United States,2013,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q29,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2013,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2015::Q27,YRBS::suicide_ideation::past_12_months,YRBS::2015,YRBS_NATIONAL::2015,YRBS,United States,2015,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2015,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2015::Q28,YRBS::suicide_plan::past_12_months,YRBS::2015,YRBS_NATIONAL::2015,YRBS,United States,2015,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2015,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2015::Q29,YRBS::suicide_attempt::past_12_months,YRBS::2015,YRBS_NATIONAL::2015,YRBS,United States,2015,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q29,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2015,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2017::Q26,YRBS::suicide_ideation::past_12_months,YRBS::2017,YRBS_NATIONAL::2017,YRBS,United States,2017,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2017,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2017::Q27,YRBS::suicide_plan::past_12_months,YRBS::2017,YRBS_NATIONAL::2017,YRBS,United States,2017,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2017,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2017::Q28,YRBS::suicide_attempt::past_12_months,YRBS::2017,YRBS_NATIONAL::2017,YRBS,United States,2017,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2017,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2019::Q26,YRBS::suicide_ideation::past_12_months,YRBS::2019,YRBS_NATIONAL::2019,YRBS,United States,2019,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2019,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2019::Q27,YRBS::suicide_plan::past_12_months,YRBS::2019,YRBS_NATIONAL::2019,YRBS,United States,2019,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2019,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2019::Q28,YRBS::suicide_attempt::past_12_months,YRBS::2019,YRBS_NATIONAL::2019,YRBS,United States,2019,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2019,available_full_table,provisional_pipeline_development_only,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2021::Q26,YRBS::suicide_ideation::past_12_months,YRBS::2021,YRBS_NATIONAL::2021,YRBS,United States,2021,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q26,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2021,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2021::Q27,YRBS::suicide_plan::past_12_months,YRBS::2021,YRBS_NATIONAL::2021,YRBS,United States,2021,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2021,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2021::Q28,YRBS::suicide_attempt::past_12_months,YRBS::2021,YRBS_NATIONAL::2021,YRBS,United States,2021,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2021,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2023::Q27,YRBS::suicide_ideation::past_12_months,YRBS::2023,YRBS_NATIONAL::2023,YRBS,United States,2023,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q27,"During the past 12 months, did you ever seriously consider attempting suicide?",suicide_ideation,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2023,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2023::Q28,YRBS::suicide_plan::past_12_months,YRBS::2023,YRBS_NATIONAL::2023,YRBS,United States,2023,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q28,"During the past 12 months, did you make a plan about how you would attempt suicide?",suicide_plan,past 12 months,binary,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2023,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
YRBS::2023::Q29,YRBS::suicide_attempt::past_12_months,YRBS::2023,YRBS_NATIONAL::2023,YRBS,United States,2023,national,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,Q29,"During the past 12 months, how many times did you actually attempt suicide?",suicide_attempt,past 12 months,ordinal_frequency,English questionnaire source; actual accommodation/language coverage not established by this audit,YRBS national questionnaire 2023,quarantined_pending_import_layout_validation,quarantined_pending_import_layout_validation,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,provisional,blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
NSDUH::2021::YUSUITHK,NSDUH::suicide_ideation::past_12_months,NSDUH::2021,NSDUH_YOUTH::2021,NSDUH,United States,2021,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUITHK,"The next few questions are about thoughts of suicide. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself ?",suicide_ideation,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2021 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,YUSUITHK,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2021::YUSUIPLN,NSDUH::suicide_plan::past_12_months,NSDUH::2021,NSDUH_YOUTH::2021,NSDUH,United States,2021,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUIPLN,"During the past 12 months, did you make any plans to kill yourself?",suicide_plan,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2021 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,YUSUIPLN,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2022::YUSUITHK,NSDUH::suicide_ideation::past_12_months,NSDUH::2022,NSDUH_YOUTH::2022,NSDUH,United States,2022,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUITHK,"Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",suicide_ideation,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2022 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,YUSUITHK,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2022::YUSUIPLN,NSDUH::suicide_plan::past_12_months,NSDUH::2022,NSDUH_YOUTH::2022,NSDUH,United States,2022,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUIPLN,"During the past 12 months, did you make any plans to kill yourself?",suicide_plan,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2022 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,YUSUIPLN,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2023::YUSUITHK,NSDUH::suicide_ideation::past_12_months,NSDUH::2023,NSDUH_YOUTH::2023,NSDUH,United States,2023,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUITHK,"Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",suicide_ideation,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2023 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,YUSUITHK,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2023::YUSUIPLN,NSDUH::suicide_plan::past_12_months,NSDUH::2023,NSDUH_YOUTH::2023,NSDUH,United States,2023,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUIPLN,"During the past 12 months, did you make any plans to kill yourself?",suicide_plan,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2023 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,YUSUIPLN,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2024::YUSUITHK,NSDUH::suicide_ideation::past_12_months,NSDUH::2024,NSDUH_YOUTH::2024,NSDUH,United States,2024,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUITHK,"Note: Beginning in 2022, questions YSUI01, YSUI02, YSUI03, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",suicide_ideation,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2024 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,YUSUITHK,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2024::YUSUIPLN,NSDUH::suicide_plan::past_12_months,NSDUH::2024,NSDUH_YOUTH::2024,NSDUH,United States,2024,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUIPLN,"During the past 12 months, did you make any plans to kill yourself?",suicide_plan,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2024 youth module,available_in_local_public_use_table,provisional_pipeline_development_only,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,YUSUIPLN,,,provisional,Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
NSDUH::2021::YUSUICTRY,NSDUH::suicide_attempt::past_12_months,NSDUH::2021,NSDUH_YOUTH::2021,NSDUH,United States,2021,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUICTRY,"During the past 12 months, did you try to kill yourself?",suicide_attempt,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2021 youth module,administered_but_not_available_in_local_public_use_package,not_analyzable_without_authorized_source,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,YSUI03,,,provisional,"Asked of all adolescents aged 1217, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source."
NSDUH::2022::YUSUICTRY,NSDUH::suicide_attempt::past_12_months,NSDUH::2022,NSDUH_YOUTH::2022,NSDUH,United States,2022,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUICTRY,"During the past 12 months, did you try to kill yourself?",suicide_attempt,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2022 youth module,administered_but_not_available_in_local_public_use_package,not_analyzable_without_authorized_source,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,YSUI03,,,provisional,"Asked of all adolescents aged 1217, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source."
NSDUH::2023::YUSUICTRY,NSDUH::suicide_attempt::past_12_months,NSDUH::2023,NSDUH_YOUTH::2023,NSDUH,United States,2023,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUICTRY,"During the past 12 months, did you try to kill yourself?",suicide_attempt,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2023 youth module,administered_but_not_available_in_local_public_use_package,not_analyzable_without_authorized_source,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,YSUI03,,,provisional,"Asked of all adolescents aged 1217, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source."
NSDUH::2024::YUSUICTRY,NSDUH::suicide_attempt::past_12_months,NSDUH::2024,NSDUH_YOUTH::2024,NSDUH,United States,2024,national household survey youth module,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,YUSUICTRY,"During the past 12 months, did you try to kill yourself?",suicide_attempt,past 12 months,categorical_binary_with_explicit_uncertainty,English source metadata; administered-language/accommodation coverage not established,NSDUH 2024 youth module,administered_but_not_available_in_local_public_use_package,not_analyzable_without_authorized_source,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,YSUI03,,,provisional,"Asked of all adolescents aged 1217, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source."
1 item_version_id item_family_id survey_id component_id survey country year scope population source_variable question_text construct time_window response_type language questionnaire_version data_availability analysis_eligibility source_file source_url page_or_section reviewer_1 reviewer_2 review_status notes
2 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::2023_MAR_GSHS_v01 2023_MAR_GSHS_v01::mar_fez2023 GSHS Morocco 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary French; English reference; actual administered language not established 2023_MAR_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q32 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
3 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::2023_MAR_GSHS_v01 2023_MAR_GSHS_v01::mar_fez2023 GSHS Morocco 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary French; English reference; actual administered language not established 2023_MAR_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q33 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
4 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::2023_MAR_GSHS_v01 2023_MAR_GSHS_v01::mar_fez2023 GSHS Morocco 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency French; English reference; actual administered language not established 2023_MAR_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q34 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
5 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::GHA_2022_GSHS_v01 GHA_2022_GSHS_v01::gha_sek_tak2022 GSHS Ghana 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary English; actual administered language not established GHA_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q33 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
6 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::GHA_2022_GSHS_v01 GHA_2022_GSHS_v01::gha_sek_tak2022 GSHS Ghana 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English; actual administered language not established GHA_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q34 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
7 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::GHA_2022_GSHS_v01 GHA_2022_GSHS_v01::gha_sek_tak2022 GSHS Ghana 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency English; actual administered language not established GHA_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q35 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
8 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::IND_2022_GSHS_v01 IND_2022_GSHS_v01::ind_jaipur_2022 GSHS India 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary English; actual administered language not established IND_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q34 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
9 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::IND_2022_GSHS_v01 IND_2022_GSHS_v01::ind_jaipur_2022 GSHS India 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English; actual administered language not established IND_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q35 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
10 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::IND_2022_GSHS_v01 IND_2022_GSHS_v01::ind_jaipur_2022 GSHS India 2022 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency English; actual administered language not established IND_2022_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q36 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
11 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::JAM_2023_GSHS_v01 JAM_2023_GSHS_v01::jam_st_cath_2023 GSHS Jamaica 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary English; actual administered language not established JAM_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q28 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
12 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::JAM_2023_GSHS_v01 JAM_2023_GSHS_v01::jam_st_cath_2023 GSHS Jamaica 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English; actual administered language not established JAM_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q29 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
13 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::JAM_2023_GSHS_v01 JAM_2023_GSHS_v01::jam_st_cath_2023 GSHS Jamaica 2023 component school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency English; actual administered language not established JAM_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q30 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
14 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::MNG_2023_GSHS_v01 MNG_2023_GSHS_v01::mng2023 GSHS Mongolia 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary English; Mongolian; actual administered language not established MNG_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q36 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
15 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::MNG_2023_GSHS_v01 MNG_2023_GSHS_v01::mng2023 GSHS Mongolia 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English; Mongolian; actual administered language not established MNG_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q37 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
16 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::MNG_2023_GSHS_v01 MNG_2023_GSHS_v01::mng2023 GSHS Mongolia 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency English; Mongolian; actual administered language not established MNG_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q38 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
17 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::SLB_2023_GSHS_v01 SLB_2023_GSHS_v01::slb_2023 GSHS Solomon Islands 2023 component school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary English catalog literal-question metadata; actual administered language not established SLB_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
18 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::SLB_2023_GSHS_v01 SLB_2023_GSHS_v01::slb_2023 GSHS Solomon Islands 2023 component school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English catalog literal-question metadata; actual administered language not established SLB_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
19 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::SLB_2023_GSHS_v01 SLB_2023_GSHS_v01::slb_2023 GSHS Solomon Islands 2023 component school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency English catalog literal-question metadata; actual administered language not established SLB_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
20 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui GSHS::suicide_ideation::past_12_months GSHS::WLF_2023_GSHS_v01 WLF_2023_GSHS_v01::wlf_2023 GSHS Wallis and Futuna 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_considersui During the past 12 months, did you seriously consider attempting suicide? suicide_ideation past 12 months binary French; English reference; actual administered language not established WLF_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q29 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
21 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui GSHS::suicide_plan::past_12_months GSHS::WLF_2023_GSHS_v01 WLF_2023_GSHS_v01::wlf_2023 GSHS Wallis and Futuna 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_plansui During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary French; English reference; actual administered language not established WLF_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q30 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
22 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui GSHS::suicide_attempt::past_12_months GSHS::WLF_2023_GSHS_v01 WLF_2023_GSHS_v01::wlf_2023 GSHS Wallis and Futuna 2023 national school-attending students; exact sampled ages/grades remain pending component source review raw_mh_attemptsui During the past 12 months, how many times did you attempt suicide? suicide_attempt past 12 months ordinal_frequency French; English reference; actual administered language not established WLF_2023_GSHS_v01 available_in_local_component provisional_pipeline_development_only Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q31 provisional Raw administered item only; the raw_mh_b_* field is a derived/duplicate representation, not another administered item.
23 YRBS::1991::Q19 YRBS::suicide_ideation::past_12_months YRBS::1991 YRBS_NATIONAL::1991 YRBS United States 1991 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q19 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1991 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
24 YRBS::1991::Q20 YRBS::suicide_plan::past_12_months YRBS::1991 YRBS_NATIONAL::1991 YRBS United States 1991 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q20 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1991 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
25 YRBS::1991::Q21 YRBS::suicide_attempt::past_12_months YRBS::1991 YRBS_NATIONAL::1991 YRBS United States 1991 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q21 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1991 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
26 YRBS::1993::Q24 YRBS::suicide_ideation::past_12_months YRBS::1993 YRBS_NATIONAL::1993 YRBS United States 1993 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1993 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
27 YRBS::1993::Q25 YRBS::suicide_plan::past_12_months YRBS::1993 YRBS_NATIONAL::1993 YRBS United States 1993 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1993 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
28 YRBS::1993::Q26 YRBS::suicide_attempt::past_12_months YRBS::1993 YRBS_NATIONAL::1993 YRBS United States 1993 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1993 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
29 YRBS::1995::Q22 YRBS::suicide_ideation::past_12_months YRBS::1995 YRBS_NATIONAL::1995 YRBS United States 1995 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q22 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1995 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
30 YRBS::1995::Q23 YRBS::suicide_plan::past_12_months YRBS::1995 YRBS_NATIONAL::1995 YRBS United States 1995 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q23 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1995 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
31 YRBS::1995::Q24 YRBS::suicide_attempt::past_12_months YRBS::1995 YRBS_NATIONAL::1995 YRBS United States 1995 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1995 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
32 YRBS::1997::Q22 YRBS::suicide_ideation::past_12_months YRBS::1997 YRBS_NATIONAL::1997 YRBS United States 1997 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q22 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1997 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
33 YRBS::1997::Q23 YRBS::suicide_plan::past_12_months YRBS::1997 YRBS_NATIONAL::1997 YRBS United States 1997 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q23 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1997 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
34 YRBS::1997::Q24 YRBS::suicide_attempt::past_12_months YRBS::1997 YRBS_NATIONAL::1997 YRBS United States 1997 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1997 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
35 YRBS::1999::Q23 YRBS::suicide_ideation::past_12_months YRBS::1999 YRBS_NATIONAL::1999 YRBS United States 1999 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q23 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1999 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
36 YRBS::1999::Q24 YRBS::suicide_plan::past_12_months YRBS::1999 YRBS_NATIONAL::1999 YRBS United States 1999 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1999 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
37 YRBS::1999::Q25 YRBS::suicide_attempt::past_12_months YRBS::1999 YRBS_NATIONAL::1999 YRBS United States 1999 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 1999 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
38 YRBS::2001::Q24 YRBS::suicide_ideation::past_12_months YRBS::2001 YRBS_NATIONAL::2001 YRBS United States 2001 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2001 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
39 YRBS::2001::Q25 YRBS::suicide_plan::past_12_months YRBS::2001 YRBS_NATIONAL::2001 YRBS United States 2001 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2001 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
40 YRBS::2001::Q26 YRBS::suicide_attempt::past_12_months YRBS::2001 YRBS_NATIONAL::2001 YRBS United States 2001 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2001 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
41 YRBS::2003::Q24 YRBS::suicide_ideation::past_12_months YRBS::2003 YRBS_NATIONAL::2003 YRBS United States 2003 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2003 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
42 YRBS::2003::Q25 YRBS::suicide_plan::past_12_months YRBS::2003 YRBS_NATIONAL::2003 YRBS United States 2003 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2003 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
43 YRBS::2003::Q26 YRBS::suicide_attempt::past_12_months YRBS::2003 YRBS_NATIONAL::2003 YRBS United States 2003 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2003 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
44 YRBS::2005::Q24 YRBS::suicide_ideation::past_12_months YRBS::2005 YRBS_NATIONAL::2005 YRBS United States 2005 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2005 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
45 YRBS::2005::Q25 YRBS::suicide_plan::past_12_months YRBS::2005 YRBS_NATIONAL::2005 YRBS United States 2005 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2005 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
46 YRBS::2005::Q26 YRBS::suicide_attempt::past_12_months YRBS::2005 YRBS_NATIONAL::2005 YRBS United States 2005 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2005 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
47 YRBS::2007::Q24 YRBS::suicide_ideation::past_12_months YRBS::2007 YRBS_NATIONAL::2007 YRBS United States 2007 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2007 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
48 YRBS::2007::Q25 YRBS::suicide_plan::past_12_months YRBS::2007 YRBS_NATIONAL::2007 YRBS United States 2007 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2007 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
49 YRBS::2007::Q26 YRBS::suicide_attempt::past_12_months YRBS::2007 YRBS_NATIONAL::2007 YRBS United States 2007 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2007 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
50 YRBS::2009::Q24 YRBS::suicide_ideation::past_12_months YRBS::2009 YRBS_NATIONAL::2009 YRBS United States 2009 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q24 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2009 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
51 YRBS::2009::Q25 YRBS::suicide_plan::past_12_months YRBS::2009 YRBS_NATIONAL::2009 YRBS United States 2009 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2009 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
52 YRBS::2009::Q26 YRBS::suicide_attempt::past_12_months YRBS::2009 YRBS_NATIONAL::2009 YRBS United States 2009 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2009 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
53 YRBS::2011::Q25 YRBS::suicide_ideation::past_12_months YRBS::2011 YRBS_NATIONAL::2011 YRBS United States 2011 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q25 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2011 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
54 YRBS::2011::Q26 YRBS::suicide_plan::past_12_months YRBS::2011 YRBS_NATIONAL::2011 YRBS United States 2011 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2011 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
55 YRBS::2011::Q27 YRBS::suicide_attempt::past_12_months YRBS::2011 YRBS_NATIONAL::2011 YRBS United States 2011 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2011 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
56 YRBS::2013::Q27 YRBS::suicide_ideation::past_12_months YRBS::2013 YRBS_NATIONAL::2013 YRBS United States 2013 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2013 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
57 YRBS::2013::Q28 YRBS::suicide_plan::past_12_months YRBS::2013 YRBS_NATIONAL::2013 YRBS United States 2013 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2013 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
58 YRBS::2013::Q29 YRBS::suicide_attempt::past_12_months YRBS::2013 YRBS_NATIONAL::2013 YRBS United States 2013 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q29 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2013 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
59 YRBS::2015::Q27 YRBS::suicide_ideation::past_12_months YRBS::2015 YRBS_NATIONAL::2015 YRBS United States 2015 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2015 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
60 YRBS::2015::Q28 YRBS::suicide_plan::past_12_months YRBS::2015 YRBS_NATIONAL::2015 YRBS United States 2015 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2015 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
61 YRBS::2015::Q29 YRBS::suicide_attempt::past_12_months YRBS::2015 YRBS_NATIONAL::2015 YRBS United States 2015 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q29 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2015 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
62 YRBS::2017::Q26 YRBS::suicide_ideation::past_12_months YRBS::2017 YRBS_NATIONAL::2017 YRBS United States 2017 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2017 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
63 YRBS::2017::Q27 YRBS::suicide_plan::past_12_months YRBS::2017 YRBS_NATIONAL::2017 YRBS United States 2017 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2017 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
64 YRBS::2017::Q28 YRBS::suicide_attempt::past_12_months YRBS::2017 YRBS_NATIONAL::2017 YRBS United States 2017 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2017 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
65 YRBS::2019::Q26 YRBS::suicide_ideation::past_12_months YRBS::2019 YRBS_NATIONAL::2019 YRBS United States 2019 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2019 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
66 YRBS::2019::Q27 YRBS::suicide_plan::past_12_months YRBS::2019 YRBS_NATIONAL::2019 YRBS United States 2019 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2019 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
67 YRBS::2019::Q28 YRBS::suicide_attempt::past_12_months YRBS::2019 YRBS_NATIONAL::2019 YRBS United States 2019 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2019 available_full_table provisional_pipeline_development_only Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
68 YRBS::2021::Q26 YRBS::suicide_ideation::past_12_months YRBS::2021 YRBS_NATIONAL::2021 YRBS United States 2021 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q26 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2021 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
69 YRBS::2021::Q27 YRBS::suicide_plan::past_12_months YRBS::2021 YRBS_NATIONAL::2021 YRBS United States 2021 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2021 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
70 YRBS::2021::Q28 YRBS::suicide_attempt::past_12_months YRBS::2021 YRBS_NATIONAL::2021 YRBS United States 2021 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2021 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
71 YRBS::2023::Q27 YRBS::suicide_ideation::past_12_months YRBS::2023 YRBS_NATIONAL::2023 YRBS United States 2023 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q27 During the past 12 months, did you ever seriously consider attempting suicide? suicide_ideation past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2023 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
72 YRBS::2023::Q28 YRBS::suicide_plan::past_12_months YRBS::2023 YRBS_NATIONAL::2023 YRBS United States 2023 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q28 During the past 12 months, did you make a plan about how you would attempt suicide? suicide_plan past 12 months binary English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2023 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
73 YRBS::2023::Q29 YRBS::suicide_attempt::past_12_months YRBS::2023 YRBS_NATIONAL::2023 YRBS United States 2023 national students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review Q29 During the past 12 months, how many times did you actually attempt suicide? suicide_attempt past 12 months ordinal_frequency English questionnaire source; actual accommodation/language coverage not established by this audit YRBS national questionnaire 2023 quarantined_pending_import_layout_validation quarantined_pending_import_layout_validation Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional blank/null retained as unresolved missing; annual guide reports Missing but does not distinguish reason
74 NSDUH::2021::YUSUITHK NSDUH::suicide_ideation::past_12_months NSDUH::2021 NSDUH_YOUTH::2021 NSDUH United States 2021 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUITHK The next few questions are about thoughts of suicide. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself ? suicide_ideation past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2021 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json YUSUITHK provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
75 NSDUH::2021::YUSUIPLN NSDUH::suicide_plan::past_12_months NSDUH::2021 NSDUH_YOUTH::2021 NSDUH United States 2021 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUIPLN During the past 12 months, did you make any plans to kill yourself? suicide_plan past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2021 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json YUSUIPLN provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
76 NSDUH::2022::YUSUITHK NSDUH::suicide_ideation::past_12_months NSDUH::2022 NSDUH_YOUTH::2022 NSDUH United States 2022 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUITHK Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? suicide_ideation past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2022 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json YUSUITHK provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
77 NSDUH::2022::YUSUIPLN NSDUH::suicide_plan::past_12_months NSDUH::2022 NSDUH_YOUTH::2022 NSDUH United States 2022 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUIPLN During the past 12 months, did you make any plans to kill yourself? suicide_plan past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2022 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json YUSUIPLN provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
78 NSDUH::2023::YUSUITHK NSDUH::suicide_ideation::past_12_months NSDUH::2023 NSDUH_YOUTH::2023 NSDUH United States 2023 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUITHK Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? suicide_ideation past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2023 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json YUSUITHK provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
79 NSDUH::2023::YUSUIPLN NSDUH::suicide_plan::past_12_months NSDUH::2023 NSDUH_YOUTH::2023 NSDUH United States 2023 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUIPLN During the past 12 months, did you make any plans to kill yourself? suicide_plan past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2023 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json YUSUIPLN provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
80 NSDUH::2024::YUSUITHK NSDUH::suicide_ideation::past_12_months NSDUH::2024 NSDUH_YOUTH::2024 NSDUH United States 2024 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUITHK Note: Beginning in 2022, questions YSUI01, YSUI02, YSUI03, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? suicide_ideation past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2024 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json YUSUITHK provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
81 NSDUH::2024::YUSUIPLN NSDUH::suicide_plan::past_12_months NSDUH::2024 NSDUH_YOUTH::2024 NSDUH United States 2024 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUIPLN During the past 12 months, did you make any plans to kill yourself? suicide_plan past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2024 youth module available_in_local_public_use_table provisional_pipeline_development_only Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json YUSUIPLN provisional Keep 'not sure' and refusal/nonresponse distinct until skip and missing rules are verified.
82 NSDUH::2021::YUSUICTRY NSDUH::suicide_attempt::past_12_months NSDUH::2021 NSDUH_YOUTH::2021 NSDUH United States 2021 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUICTRY During the past 12 months, did you try to kill yourself? suicide_attempt past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2021 youth module administered_but_not_available_in_local_public_use_package not_analyzable_without_authorized_source https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf YSUI03 provisional Asked of all adolescents aged 12–17, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source.
83 NSDUH::2022::YUSUICTRY NSDUH::suicide_attempt::past_12_months NSDUH::2022 NSDUH_YOUTH::2022 NSDUH United States 2022 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUICTRY During the past 12 months, did you try to kill yourself? suicide_attempt past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2022 youth module administered_but_not_available_in_local_public_use_package not_analyzable_without_authorized_source https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf YSUI03 provisional Asked of all adolescents aged 12–17, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source.
84 NSDUH::2023::YUSUICTRY NSDUH::suicide_attempt::past_12_months NSDUH::2023 NSDUH_YOUTH::2023 NSDUH United States 2023 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUICTRY During the past 12 months, did you try to kill yourself? suicide_attempt past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2023 youth module administered_but_not_available_in_local_public_use_package not_analyzable_without_authorized_source https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf YSUI03 provisional Asked of all adolescents aged 12–17, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source.
85 NSDUH::2024::YUSUICTRY NSDUH::suicide_attempt::past_12_months NSDUH::2024 NSDUH_YOUTH::2024 NSDUH United States 2024 national household survey youth module adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off YUSUICTRY During the past 12 months, did you try to kill yourself? suicide_attempt past 12 months categorical_binary_with_explicit_uncertainty English source metadata; administered-language/accommodation coverage not established NSDUH 2024 youth module administered_but_not_available_in_local_public_use_package not_analyzable_without_authorized_source https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf YSUI03 provisional Asked of all adolescents aged 12–17, regardless of ideation response. Current local public-use schema omits the raw and recoded attempt variables; this row is not analyzable without an authorized source.
+10
View File
@@ -0,0 +1,10 @@
item_pair,left_item_family_id,right_item_family_id,relation_type,semantic_evidence,population_overlap,anchor_status,exclusion_reason,review_status
GSHS::suicide_ideation <-> YRBS::suicide_ideation,GSHS::suicide_ideation::past_12_months,YRBS::suicide_ideation::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
GSHS::suicide_ideation <-> NSDUH::suicide_ideation,GSHS::suicide_ideation::past_12_months,NSDUH::suicide_ideation::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
YRBS::suicide_ideation <-> NSDUH::suicide_ideation,YRBS::suicide_ideation::past_12_months,NSDUH::suicide_ideation::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
GSHS::suicide_plan <-> YRBS::suicide_plan,GSHS::suicide_plan::past_12_months,YRBS::suicide_plan::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
GSHS::suicide_plan <-> NSDUH::suicide_plan,GSHS::suicide_plan::past_12_months,NSDUH::suicide_plan::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
YRBS::suicide_plan <-> NSDUH::suicide_plan,YRBS::suicide_plan::past_12_months,NSDUH::suicide_plan::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
GSHS::suicide_attempt <-> YRBS::suicide_attempt,GSHS::suicide_attempt::past_12_months,YRBS::suicide_attempt::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
GSHS::suicide_attempt <-> NSDUH::suicide_attempt,GSHS::suicide_attempt::past_12_months,NSDUH::suicide_attempt::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
YRBS::suicide_attempt <-> NSDUH::suicide_attempt,YRBS::suicide_attempt::past_12_months,NSDUH::suicide_attempt::past_12_months,conceptual_candidate_only,"same provisional construct and 12-month window; wording, response form, population, and mode differ",adolescent age overlap exists but sampling frames differ,not_approved,"No empirical invariance, coadministration, or human double-review evidence yet.",provisional
1 item_pair left_item_family_id right_item_family_id relation_type semantic_evidence population_overlap anchor_status exclusion_reason review_status
2 GSHS::suicide_ideation <-> YRBS::suicide_ideation GSHS::suicide_ideation::past_12_months YRBS::suicide_ideation::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
3 GSHS::suicide_ideation <-> NSDUH::suicide_ideation GSHS::suicide_ideation::past_12_months NSDUH::suicide_ideation::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
4 YRBS::suicide_ideation <-> NSDUH::suicide_ideation YRBS::suicide_ideation::past_12_months NSDUH::suicide_ideation::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
5 GSHS::suicide_plan <-> YRBS::suicide_plan GSHS::suicide_plan::past_12_months YRBS::suicide_plan::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
6 GSHS::suicide_plan <-> NSDUH::suicide_plan GSHS::suicide_plan::past_12_months NSDUH::suicide_plan::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
7 YRBS::suicide_plan <-> NSDUH::suicide_plan YRBS::suicide_plan::past_12_months NSDUH::suicide_plan::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
8 GSHS::suicide_attempt <-> YRBS::suicide_attempt GSHS::suicide_attempt::past_12_months YRBS::suicide_attempt::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
9 GSHS::suicide_attempt <-> NSDUH::suicide_attempt GSHS::suicide_attempt::past_12_months NSDUH::suicide_attempt::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
10 YRBS::suicide_attempt <-> NSDUH::suicide_attempt YRBS::suicide_attempt::past_12_months NSDUH::suicide_attempt::past_12_months conceptual_candidate_only same provisional construct and 12-month window; wording, response form, population, and mode differ adolescent age overlap exists but sampling frames differ not_approved No empirical invariance, coadministration, or human double-review evidence yet. provisional
@@ -0,0 +1,85 @@
item_version_id,survey,component_id,construct,question_text,response_dictionary_rows,population,language,source_file,source_url,page_or_section,reviewer_1,reviewer_1_decision,reviewer_1_date,reviewer_2,reviewer_2_decision,reviewer_2_date,adjudicator,adjudication,review_status,review_instructions
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui,GSHS,2023_MAR_GSHS_v01::mar_fez2023,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q32,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui,GSHS,2023_MAR_GSHS_v01::mar_fez2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q33,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,GSHS,2023_MAR_GSHS_v01::mar_fez2023,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Q34,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui,GSHS,GHA_2022_GSHS_v01::gha_sek_tak2022,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q33,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui,GSHS,GHA_2022_GSHS_v01::gha_sek_tak2022,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q34,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,GSHS,GHA_2022_GSHS_v01::gha_sek_tak2022,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Q35,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui,GSHS,IND_2022_GSHS_v01::ind_jaipur_2022,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q34,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui,GSHS,IND_2022_GSHS_v01::ind_jaipur_2022,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q35,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,GSHS,IND_2022_GSHS_v01::ind_jaipur_2022,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Q36,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui,GSHS,JAM_2023_GSHS_v01::jam_st_cath_2023,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui,GSHS,JAM_2023_GSHS_v01::jam_st_cath_2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,GSHS,JAM_2023_GSHS_v01::jam_st_cath_2023,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,English; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Q30,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui,GSHS,MNG_2023_GSHS_v01::mng2023,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; Mongolian; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q36,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui,GSHS,MNG_2023_GSHS_v01::mng2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,English; Mongolian; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q37,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,GSHS,MNG_2023_GSHS_v01::mng2023,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,English; Mongolian; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Q38,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui,GSHS,SLB_2023_GSHS_v01::slb_2023,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,English catalog literal-question metadata; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui,GSHS,SLB_2023_GSHS_v01::slb_2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,English catalog literal-question metadata; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,GSHS,SLB_2023_GSHS_v01::slb_2023,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,English catalog literal-question metadata; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,Master_Columns plus component-specific questionnaire/codebook references in component audit,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui,GSHS,WLF_2023_GSHS_v01::wlf_2023,suicide_ideation,"During the past 12 months, did you seriously consider attempting suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui,GSHS,WLF_2023_GSHS_v01::wlf_2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q30,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,GSHS,WLF_2023_GSHS_v01::wlf_2023,suicide_attempt,"During the past 12 months, how many times did you attempt suicide?",6,school-attending students; exact sampled ages/grades remain pending component source review,French; English reference; actual administered language not established,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Q31,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1991::Q19,YRBS,YRBS_NATIONAL::1991,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1991::Q20,YRBS,YRBS_NATIONAL::1991,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1991::Q21,YRBS,YRBS_NATIONAL::1991,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,page 5; data guide page 9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1993::Q24,YRBS,YRBS_NATIONAL::1993,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1993::Q25,YRBS,YRBS_NATIONAL::1993,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1993::Q26,YRBS,YRBS_NATIONAL::1993,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,page 6; data guide page 11,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1995::Q22,YRBS,YRBS_NATIONAL::1995,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1995::Q23,YRBS,YRBS_NATIONAL::1995,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1995::Q24,YRBS,YRBS_NATIONAL::1995,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1997::Q22,YRBS,YRBS_NATIONAL::1997,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1997::Q23,YRBS,YRBS_NATIONAL::1997,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1997::Q24,YRBS,YRBS_NATIONAL::1997,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,page 6; data guide pages 11-12,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1999::Q23,YRBS,YRBS_NATIONAL::1999,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1999::Q24,YRBS,YRBS_NATIONAL::1999,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::1999::Q25,YRBS,YRBS_NATIONAL::1999,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,page 7; data guide page 7,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2001::Q24,YRBS,YRBS_NATIONAL::2001,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2001::Q25,YRBS,YRBS_NATIONAL::2001,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2001::Q26,YRBS,YRBS_NATIONAL::2001,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,page 7; data guide pages 8-9,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2003::Q24,YRBS,YRBS_NATIONAL::2003,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2003::Q25,YRBS,YRBS_NATIONAL::2003,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2003::Q26,YRBS,YRBS_NATIONAL::2003,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,page 7; data guide pages 9-10,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2005::Q24,YRBS,YRBS_NATIONAL::2005,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2005::Q25,YRBS,YRBS_NATIONAL::2005,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2005::Q26,YRBS,YRBS_NATIONAL::2005,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,page 7; data guide pages 16-17,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2007::Q24,YRBS,YRBS_NATIONAL::2007,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2007::Q25,YRBS,YRBS_NATIONAL::2007,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2007::Q26,YRBS,YRBS_NATIONAL::2007,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,page 7; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2009::Q24,YRBS,YRBS_NATIONAL::2009,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2009::Q25,YRBS,YRBS_NATIONAL::2009,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2009::Q26,YRBS,YRBS_NATIONAL::2009,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,page 7; data guide page 22,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2011::Q25,YRBS,YRBS_NATIONAL::2011,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2011::Q26,YRBS,YRBS_NATIONAL::2011,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2011::Q27,YRBS,YRBS_NATIONAL::2011,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,pages 7-8; data guide page 20,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2013::Q27,YRBS,YRBS_NATIONAL::2013,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2013::Q28,YRBS,YRBS_NATIONAL::2013,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2013::Q29,YRBS,YRBS_NATIONAL::2013,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2015::Q27,YRBS,YRBS_NATIONAL::2015,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2015::Q28,YRBS,YRBS_NATIONAL::2015,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2015::Q29,YRBS,YRBS_NATIONAL::2015,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,pages 7-8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2017::Q26,YRBS,YRBS_NATIONAL::2017,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2017::Q27,YRBS,YRBS_NATIONAL::2017,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2017::Q28,YRBS,YRBS_NATIONAL::2017,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,page 8; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2019::Q26,YRBS,YRBS_NATIONAL::2019,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2019::Q27,YRBS,YRBS_NATIONAL::2019,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2019::Q28,YRBS,YRBS_NATIONAL::2019,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,page 8; data guide pages 27-28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2021::Q26,YRBS,YRBS_NATIONAL::2021,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2021::Q27,YRBS,YRBS_NATIONAL::2021,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2021::Q28,YRBS,YRBS_NATIONAL::2021,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,page 8; data guide page 28,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2023::Q27,YRBS,YRBS_NATIONAL::2023,suicide_ideation,"During the past 12 months, did you ever seriously consider attempting suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2023::Q28,YRBS,YRBS_NATIONAL::2023,suicide_plan,"During the past 12 months, did you make a plan about how you would attempt suicide?",3,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
YRBS::2023::Q29,YRBS,YRBS_NATIONAL::2023,suicide_attempt,"During the past 12 months, how many times did you actually attempt suicide?",6,students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review,English questionnaire source; actual accommodation/language coverage not established by this audit,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,page 9; data guide page 29,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2021::YUSUITHK,NSDUH,NSDUH_YOUTH::2021,suicide_ideation,"The next few questions are about thoughts of suicide. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself ?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,YUSUITHK,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2021::YUSUIPLN,NSDUH,NSDUH_YOUTH::2021,suicide_plan,"During the past 12 months, did you make any plans to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,YUSUIPLN,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2022::YUSUITHK,NSDUH,NSDUH_YOUTH::2022,suicide_ideation,"Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,YUSUITHK,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2022::YUSUIPLN,NSDUH,NSDUH_YOUTH::2022,suicide_plan,"During the past 12 months, did you make any plans to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,YUSUIPLN,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2023::YUSUITHK,NSDUH,NSDUH_YOUTH::2023,suicide_ideation,"Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,YUSUITHK,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2023::YUSUIPLN,NSDUH,NSDUH_YOUTH::2023,suicide_plan,"During the past 12 months, did you make any plans to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,YUSUIPLN,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2024::YUSUITHK,NSDUH,NSDUH_YOUTH::2024,suicide_ideation,"Note: Beginning in 2022, questions YSUI01, YSUI02, YSUI03, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “Im not sure” or “I dont want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,YUSUITHK,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2024::YUSUIPLN,NSDUH,NSDUH_YOUTH::2024,suicide_plan,"During the past 12 months, did you make any plans to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,YUSUIPLN,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2021::YUSUICTRY,NSDUH,NSDUH_YOUTH::2021,suicide_attempt,"During the past 12 months, did you try to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,YSUI03,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2022::YUSUICTRY,NSDUH,NSDUH_YOUTH::2022,suicide_attempt,"During the past 12 months, did you try to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,YSUI03,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2023::YUSUICTRY,NSDUH,NSDUH_YOUTH::2023,suicide_attempt,"During the past 12 months, did you try to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,YSUI03,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
NSDUH::2024::YUSUICTRY,NSDUH,NSDUH_YOUTH::2024,suicide_attempt,"During the past 12 months, did you try to kill yourself?",9,adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off,English source metadata; administered-language/accommodation coverage not established,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,YSUI03,,,,,,,,,provisional_pending_two_human_reviewers,"Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review."
1 item_version_id survey component_id construct question_text response_dictionary_rows population language source_file source_url page_or_section reviewer_1 reviewer_1_decision reviewer_1_date reviewer_2 reviewer_2_decision reviewer_2_date adjudicator adjudication review_status review_instructions
2 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui GSHS 2023_MAR_GSHS_v01::mar_fez2023 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q32 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
3 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui GSHS 2023_MAR_GSHS_v01::mar_fez2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q33 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
4 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui GSHS 2023_MAR_GSHS_v01::mar_fez2023 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Q34 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
5 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui GSHS GHA_2022_GSHS_v01::gha_sek_tak2022 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q33 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
6 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui GSHS GHA_2022_GSHS_v01::gha_sek_tak2022 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q34 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
7 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui GSHS GHA_2022_GSHS_v01::gha_sek_tak2022 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Q35 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
8 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui GSHS IND_2022_GSHS_v01::ind_jaipur_2022 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q34 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
9 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui GSHS IND_2022_GSHS_v01::ind_jaipur_2022 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q35 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
10 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui GSHS IND_2022_GSHS_v01::ind_jaipur_2022 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Q36 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
11 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui GSHS JAM_2023_GSHS_v01::jam_st_cath_2023 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
12 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui GSHS JAM_2023_GSHS_v01::jam_st_cath_2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
13 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui GSHS JAM_2023_GSHS_v01::jam_st_cath_2023 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review English; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Q30 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
14 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui GSHS MNG_2023_GSHS_v01::mng2023 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; Mongolian; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q36 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
15 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui GSHS MNG_2023_GSHS_v01::mng2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review English; Mongolian; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q37 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
16 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui GSHS MNG_2023_GSHS_v01::mng2023 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review English; Mongolian; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Q38 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
17 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui GSHS SLB_2023_GSHS_v01::slb_2023 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible English catalog literal-question metadata; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
18 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui GSHS SLB_2023_GSHS_v01::slb_2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible English catalog literal-question metadata; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
19 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui GSHS SLB_2023_GSHS_v01::slb_2023 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible English catalog literal-question metadata; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Master_Columns plus component-specific questionnaire/codebook references in component audit provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
20 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui GSHS WLF_2023_GSHS_v01::wlf_2023 suicide_ideation During the past 12 months, did you seriously consider attempting suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
21 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui GSHS WLF_2023_GSHS_v01::wlf_2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q30 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
22 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui GSHS WLF_2023_GSHS_v01::wlf_2023 suicide_attempt During the past 12 months, how many times did you attempt suicide? 6 school-attending students; exact sampled ages/grades remain pending component source review French; English reference; actual administered language not established Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Q31 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
23 YRBS::1991::Q19 YRBS YRBS_NATIONAL::1991 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
24 YRBS::1991::Q20 YRBS YRBS_NATIONAL::1991 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
25 YRBS::1991::Q21 YRBS YRBS_NATIONAL::1991 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf page 5; data guide page 9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
26 YRBS::1993::Q24 YRBS YRBS_NATIONAL::1993 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
27 YRBS::1993::Q25 YRBS YRBS_NATIONAL::1993 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
28 YRBS::1993::Q26 YRBS YRBS_NATIONAL::1993 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf page 6; data guide page 11 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
29 YRBS::1995::Q22 YRBS YRBS_NATIONAL::1995 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
30 YRBS::1995::Q23 YRBS YRBS_NATIONAL::1995 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
31 YRBS::1995::Q24 YRBS YRBS_NATIONAL::1995 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
32 YRBS::1997::Q22 YRBS YRBS_NATIONAL::1997 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
33 YRBS::1997::Q23 YRBS YRBS_NATIONAL::1997 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
34 YRBS::1997::Q24 YRBS YRBS_NATIONAL::1997 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf page 6; data guide pages 11-12 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
35 YRBS::1999::Q23 YRBS YRBS_NATIONAL::1999 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
36 YRBS::1999::Q24 YRBS YRBS_NATIONAL::1999 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
37 YRBS::1999::Q25 YRBS YRBS_NATIONAL::1999 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf page 7; data guide page 7 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
38 YRBS::2001::Q24 YRBS YRBS_NATIONAL::2001 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
39 YRBS::2001::Q25 YRBS YRBS_NATIONAL::2001 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
40 YRBS::2001::Q26 YRBS YRBS_NATIONAL::2001 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf page 7; data guide pages 8-9 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
41 YRBS::2003::Q24 YRBS YRBS_NATIONAL::2003 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
42 YRBS::2003::Q25 YRBS YRBS_NATIONAL::2003 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
43 YRBS::2003::Q26 YRBS YRBS_NATIONAL::2003 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf page 7; data guide pages 9-10 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
44 YRBS::2005::Q24 YRBS YRBS_NATIONAL::2005 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
45 YRBS::2005::Q25 YRBS YRBS_NATIONAL::2005 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
46 YRBS::2005::Q26 YRBS YRBS_NATIONAL::2005 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf page 7; data guide pages 16-17 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
47 YRBS::2007::Q24 YRBS YRBS_NATIONAL::2007 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
48 YRBS::2007::Q25 YRBS YRBS_NATIONAL::2007 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
49 YRBS::2007::Q26 YRBS YRBS_NATIONAL::2007 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf page 7; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
50 YRBS::2009::Q24 YRBS YRBS_NATIONAL::2009 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
51 YRBS::2009::Q25 YRBS YRBS_NATIONAL::2009 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
52 YRBS::2009::Q26 YRBS YRBS_NATIONAL::2009 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf page 7; data guide page 22 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
53 YRBS::2011::Q25 YRBS YRBS_NATIONAL::2011 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
54 YRBS::2011::Q26 YRBS YRBS_NATIONAL::2011 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
55 YRBS::2011::Q27 YRBS YRBS_NATIONAL::2011 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf pages 7-8; data guide page 20 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
56 YRBS::2013::Q27 YRBS YRBS_NATIONAL::2013 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
57 YRBS::2013::Q28 YRBS YRBS_NATIONAL::2013 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
58 YRBS::2013::Q29 YRBS YRBS_NATIONAL::2013 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
59 YRBS::2015::Q27 YRBS YRBS_NATIONAL::2015 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
60 YRBS::2015::Q28 YRBS YRBS_NATIONAL::2015 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
61 YRBS::2015::Q29 YRBS YRBS_NATIONAL::2015 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf pages 7-8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
62 YRBS::2017::Q26 YRBS YRBS_NATIONAL::2017 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
63 YRBS::2017::Q27 YRBS YRBS_NATIONAL::2017 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
64 YRBS::2017::Q28 YRBS YRBS_NATIONAL::2017 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf page 8; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
65 YRBS::2019::Q26 YRBS YRBS_NATIONAL::2019 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
66 YRBS::2019::Q27 YRBS YRBS_NATIONAL::2019 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
67 YRBS::2019::Q28 YRBS YRBS_NATIONAL::2019 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf page 8; data guide pages 27-28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
68 YRBS::2021::Q26 YRBS YRBS_NATIONAL::2021 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
69 YRBS::2021::Q27 YRBS YRBS_NATIONAL::2021 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
70 YRBS::2021::Q28 YRBS YRBS_NATIONAL::2021 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf page 8; data guide page 28 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
71 YRBS::2023::Q27 YRBS YRBS_NATIONAL::2023 suicide_ideation During the past 12 months, did you ever seriously consider attempting suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
72 YRBS::2023::Q28 YRBS YRBS_NATIONAL::2023 suicide_plan During the past 12 months, did you make a plan about how you would attempt suicide? 3 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
73 YRBS::2023::Q29 YRBS YRBS_NATIONAL::2023 suicide_attempt During the past 12 months, how many times did you actually attempt suicide? 6 students in grades 9-12 attending public and private schools in the United States; detailed eligibility remains subject to annual design review English questionnaire source; actual accommodation/language coverage not established by this audit Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf page 9; data guide page 29 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
74 NSDUH::2021::YUSUITHK NSDUH NSDUH_YOUTH::2021 suicide_ideation The next few questions are about thoughts of suicide. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself ? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json YUSUITHK provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
75 NSDUH::2021::YUSUIPLN NSDUH NSDUH_YOUTH::2021 suicide_plan During the past 12 months, did you make any plans to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json YUSUIPLN provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
76 NSDUH::2022::YUSUITHK NSDUH NSDUH_YOUTH::2022 suicide_ideation Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json YUSUITHK provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
77 NSDUH::2022::YUSUIPLN NSDUH NSDUH_YOUTH::2022 suicide_plan During the past 12 months, did you make any plans to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json YUSUIPLN provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
78 NSDUH::2023::YUSUITHK NSDUH NSDUH_YOUTH::2023 suicide_ideation Note: Beginning in 2022, questions YSUI01, YCOV9, YSUI02, YCOV10, YSUI03, YCOV11, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json YUSUITHK provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
79 NSDUH::2023::YUSUIPLN NSDUH NSDUH_YOUTH::2023 suicide_plan During the past 12 months, did you make any plans to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json YUSUIPLN provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
80 NSDUH::2024::YUSUITHK NSDUH NSDUH_YOUTH::2024 suicide_ideation Note: Beginning in 2022, questions YSUI01, YSUI02, YSUI03, YSUI04, and YSUI05 were moved from the youth mental health service utilization section to the youth experiences section. The next few questions are about thoughts of suicide. You can answer “I’m not sure” or “I don’t want to answer” to any question. At any time in the past 12 months, that is from [DATEFILL] up to and including today, did you seriously think about trying to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json YUSUITHK provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
81 NSDUH::2024::YUSUIPLN NSDUH NSDUH_YOUTH::2024 suicide_plan During the past 12 months, did you make any plans to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json YUSUIPLN provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
82 NSDUH::2021::YUSUICTRY NSDUH NSDUH_YOUTH::2021 suicide_attempt During the past 12 months, did you try to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf YSUI03 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
83 NSDUH::2022::YUSUICTRY NSDUH NSDUH_YOUTH::2022 suicide_attempt During the past 12 months, did you try to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf YSUI03 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
84 NSDUH::2023::YUSUICTRY NSDUH NSDUH_YOUTH::2023 suicide_attempt During the past 12 months, did you try to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf YSUI03 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
85 NSDUH::2024::YUSUICTRY NSDUH NSDUH_YOUTH::2024 suicide_attempt During the past 12 months, did you try to kill yourself? 9 adolescents aged 12-17; final eligibility and skip logic require annual guide sign-off English source metadata; administered-language/accommodation coverage not established https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf YSUI03 provisional_pending_two_human_reviewers Verify official wording, construct, population/eligibility, administered language, response codes, skip logic, and missing rules independently; do not treat this generated row as a human review.
@@ -0,0 +1,13 @@
# Gate 1 primary-outcome package
Status: **provisional; pipeline development only**.
Generated from the direct-source registry and audits by `build_primary_outcome_package.py`.
- item instances: 84
- response-dictionary rows: 396
- survey/component design rows: 28
- source conflicts or evidence gaps: 32
- human reviewers recorded: 0
The package does not satisfy Gate 1 by itself. Two actual human reviewers must independently sign every primary-outcome item; `responses_long.parquet` is not yet built; YRBS 2021/2023 remain quarantined; NSDUH youth attempt is absent from local public-use microdata; and several design and administered-language fields remain provisional.
+397
View File
@@ -0,0 +1,397 @@
item_version_id,raw_code,raw_label,canonical_code,missing_type,is_observed_response,derivation_rule,source_file,source_url,review_status
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,provisional
YRBS::1991::Q19,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q19,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q19,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q20,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q20,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q20,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1991::Q21,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf,,provisional
YRBS::1993::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1993::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q22,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q22,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q22,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q23,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q23,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q23,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1995::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q22,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q22,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q22,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q23,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q23,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q23,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1997::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q23,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q23,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q23,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::1999::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2001::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2003::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2005::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2007::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q24,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q24,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q24,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2009::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q25,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q25,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q25,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q26,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q26,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2011::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q28,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q28,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2013::Q29,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q28,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q28,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2015::Q29,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf,,provisional
YRBS::2017::Q26,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q26,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2017::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf,,provisional
YRBS::2019::Q26,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q26,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2019::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q26,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q26,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q26,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2021::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf,,provisional
YRBS::2023::Q27,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q27,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q27,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q28,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q28,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q28,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,1,0 times,zero,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,2,1 time,one,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,3,2 or 3 times,two_or_three,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,4,4 or 5 times,four_or_five,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,5,6 or more times,six_or_more,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
YRBS::2023::Q29,<missing>,blank/null/sysmiss; source does not distinguish reason,,unknown,false,retain as unknown missing; never recode as No/zero without an explicit official rule,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf,,provisional
NSDUH::2021::YUSUITHK,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUITHK,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2021::YUSUIPLN,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUITHK,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2022::YUSUIPLN,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUITHK,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2023::YUSUIPLN,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUITHK,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2024::YUSUIPLN,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv,https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json,provisional
NSDUH::2021::YUSUICTRY,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2021::YUSUICTRY,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,provisional
NSDUH::2022::YUSUICTRY,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2022::YUSUICTRY,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,provisional
NSDUH::2023::YUSUICTRY,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2023::YUSUICTRY,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,provisional
NSDUH::2024::YUSUICTRY,1,Yes,yes,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,2,No,no,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,3,I'm not sure,uncertain,,true,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,4,I don't want to answer,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,85,BAD DATA Logically assigned,,data_error,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,94,DON'T KNOW,,dont_know,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,97,REFUSED,,refused,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,98,BLANK (NO ANSWER),,ordinary_missing,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
NSDUH::2024::YUSUICTRY,99,LEGITIMATE SKIP,,legitimate_skip,false,direct recode; no imputation and no silent conversion of nonresponse to a negative response,,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,provisional
1 item_version_id raw_code raw_label canonical_code missing_type is_observed_response derivation_rule source_file source_url review_status
2 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
3 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
4 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
5 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
6 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
7 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
8 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
9 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
10 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
11 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
12 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
13 GSHS::2023_MAR_GSHS_v01::mar_fez2023::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional
14 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
15 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
16 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
17 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
18 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
19 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
20 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
21 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
22 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
23 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
24 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
25 GSHS::GHA_2022_GSHS_v01::gha_sek_tak2022::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional
26 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
27 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
28 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
29 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
30 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
31 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
32 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
33 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
34 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
35 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
36 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
37 GSHS::IND_2022_GSHS_v01::ind_jaipur_2022::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional
38 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
39 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
40 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
41 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
42 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
43 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
44 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
45 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
46 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
47 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
48 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
49 GSHS::JAM_2023_GSHS_v01::jam_st_cath_2023::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional
50 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
51 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
52 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
53 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
54 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
55 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
56 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
57 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
58 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
59 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
60 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
61 GSHS::MNG_2023_GSHS_v01::mng2023::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional
62 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
63 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
64 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
65 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
66 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
67 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
68 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
69 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
70 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
71 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
72 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
73 GSHS::SLB_2023_GSHS_v01::slb_2023::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/02_documentation/GSHS_数据字典.xlsx https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional
74 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
75 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
76 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_considersui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
77 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
78 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
79 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_plansui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
80 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
81 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
82 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
83 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
84 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
85 GSHS::WLF_2023_GSHS_v01::wlf_2023::raw_mh_attemptsui <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional
86 YRBS::1991::Q19 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
87 YRBS::1991::Q19 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
88 YRBS::1991::Q19 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
89 YRBS::1991::Q20 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
90 YRBS::1991::Q20 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
91 YRBS::1991::Q20 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
92 YRBS::1991::Q21 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
93 YRBS::1991::Q21 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
94 YRBS::1991::Q21 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
95 YRBS::1991::Q21 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
96 YRBS::1991::Q21 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
97 YRBS::1991::Q21 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1991_hs_questionnaire.pdf provisional
98 YRBS::1993::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
99 YRBS::1993::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
100 YRBS::1993::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
101 YRBS::1993::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
102 YRBS::1993::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
103 YRBS::1993::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
104 YRBS::1993::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
105 YRBS::1993::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
106 YRBS::1993::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
107 YRBS::1993::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
108 YRBS::1993::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
109 YRBS::1993::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1993_xxh_questionnaire.pdf provisional
110 YRBS::1995::Q22 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
111 YRBS::1995::Q22 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
112 YRBS::1995::Q22 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
113 YRBS::1995::Q23 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
114 YRBS::1995::Q23 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
115 YRBS::1995::Q23 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
116 YRBS::1995::Q24 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
117 YRBS::1995::Q24 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
118 YRBS::1995::Q24 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
119 YRBS::1995::Q24 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
120 YRBS::1995::Q24 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
121 YRBS::1995::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf provisional
122 YRBS::1997::Q22 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
123 YRBS::1997::Q22 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
124 YRBS::1997::Q22 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
125 YRBS::1997::Q23 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
126 YRBS::1997::Q23 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
127 YRBS::1997::Q23 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
128 YRBS::1997::Q24 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
129 YRBS::1997::Q24 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
130 YRBS::1997::Q24 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
131 YRBS::1997::Q24 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
132 YRBS::1997::Q24 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
133 YRBS::1997::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1997_xxh_questionnaire.pdf provisional
134 YRBS::1999::Q23 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
135 YRBS::1999::Q23 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
136 YRBS::1999::Q23 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
137 YRBS::1999::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
138 YRBS::1999::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
139 YRBS::1999::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
140 YRBS::1999::Q25 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
141 YRBS::1999::Q25 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
142 YRBS::1999::Q25 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
143 YRBS::1999::Q25 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
144 YRBS::1999::Q25 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
145 YRBS::1999::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1999_xxh_questionnaire.pdf provisional
146 YRBS::2001::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
147 YRBS::2001::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
148 YRBS::2001::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
149 YRBS::2001::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
150 YRBS::2001::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
151 YRBS::2001::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
152 YRBS::2001::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
153 YRBS::2001::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
154 YRBS::2001::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
155 YRBS::2001::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
156 YRBS::2001::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
157 YRBS::2001::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf provisional
158 YRBS::2003::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
159 YRBS::2003::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
160 YRBS::2003::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
161 YRBS::2003::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
162 YRBS::2003::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
163 YRBS::2003::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
164 YRBS::2003::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
165 YRBS::2003::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
166 YRBS::2003::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
167 YRBS::2003::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
168 YRBS::2003::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
169 YRBS::2003::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf provisional
170 YRBS::2005::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
171 YRBS::2005::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
172 YRBS::2005::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
173 YRBS::2005::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
174 YRBS::2005::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
175 YRBS::2005::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
176 YRBS::2005::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
177 YRBS::2005::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
178 YRBS::2005::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
179 YRBS::2005::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
180 YRBS::2005::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
181 YRBS::2005::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf provisional
182 YRBS::2007::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
183 YRBS::2007::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
184 YRBS::2007::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
185 YRBS::2007::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
186 YRBS::2007::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
187 YRBS::2007::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
188 YRBS::2007::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
189 YRBS::2007::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
190 YRBS::2007::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
191 YRBS::2007::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
192 YRBS::2007::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
193 YRBS::2007::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf provisional
194 YRBS::2009::Q24 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
195 YRBS::2009::Q24 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
196 YRBS::2009::Q24 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
197 YRBS::2009::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
198 YRBS::2009::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
199 YRBS::2009::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
200 YRBS::2009::Q26 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
201 YRBS::2009::Q26 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
202 YRBS::2009::Q26 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
203 YRBS::2009::Q26 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
204 YRBS::2009::Q26 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
205 YRBS::2009::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf provisional
206 YRBS::2011::Q25 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
207 YRBS::2011::Q25 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
208 YRBS::2011::Q25 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
209 YRBS::2011::Q26 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
210 YRBS::2011::Q26 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
211 YRBS::2011::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
212 YRBS::2011::Q27 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
213 YRBS::2011::Q27 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
214 YRBS::2011::Q27 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
215 YRBS::2011::Q27 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
216 YRBS::2011::Q27 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
217 YRBS::2011::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf provisional
218 YRBS::2013::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
219 YRBS::2013::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
220 YRBS::2013::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
221 YRBS::2013::Q28 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
222 YRBS::2013::Q28 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
223 YRBS::2013::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
224 YRBS::2013::Q29 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
225 YRBS::2013::Q29 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
226 YRBS::2013::Q29 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
227 YRBS::2013::Q29 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
228 YRBS::2013::Q29 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
229 YRBS::2013::Q29 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2013_xxh_questionnaire.pdf provisional
230 YRBS::2015::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
231 YRBS::2015::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
232 YRBS::2015::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
233 YRBS::2015::Q28 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
234 YRBS::2015::Q28 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
235 YRBS::2015::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
236 YRBS::2015::Q29 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
237 YRBS::2015::Q29 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
238 YRBS::2015::Q29 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
239 YRBS::2015::Q29 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
240 YRBS::2015::Q29 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
241 YRBS::2015::Q29 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2015_xxh_questionnaire.pdf provisional
242 YRBS::2017::Q26 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
243 YRBS::2017::Q26 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
244 YRBS::2017::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
245 YRBS::2017::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
246 YRBS::2017::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
247 YRBS::2017::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
248 YRBS::2017::Q28 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
249 YRBS::2017::Q28 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
250 YRBS::2017::Q28 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
251 YRBS::2017::Q28 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
252 YRBS::2017::Q28 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
253 YRBS::2017::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2017_yrbs_national_hs_questionnaire.pdf provisional
254 YRBS::2019::Q26 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
255 YRBS::2019::Q26 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
256 YRBS::2019::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
257 YRBS::2019::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
258 YRBS::2019::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
259 YRBS::2019::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
260 YRBS::2019::Q28 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
261 YRBS::2019::Q28 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
262 YRBS::2019::Q28 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
263 YRBS::2019::Q28 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
264 YRBS::2019::Q28 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
265 YRBS::2019::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2019_YRBS-National-HS-Questionnaire.pdf provisional
266 YRBS::2021::Q26 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
267 YRBS::2021::Q26 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
268 YRBS::2021::Q26 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
269 YRBS::2021::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
270 YRBS::2021::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
271 YRBS::2021::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
272 YRBS::2021::Q28 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
273 YRBS::2021::Q28 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
274 YRBS::2021::Q28 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
275 YRBS::2021::Q28 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
276 YRBS::2021::Q28 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
277 YRBS::2021::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2021-YRBS-National-HS-Questionnaire.pdf provisional
278 YRBS::2023::Q27 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
279 YRBS::2023::Q27 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
280 YRBS::2023::Q27 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
281 YRBS::2023::Q28 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
282 YRBS::2023::Q28 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
283 YRBS::2023::Q28 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
284 YRBS::2023::Q29 1 0 times zero true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
285 YRBS::2023::Q29 2 1 time one true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
286 YRBS::2023::Q29 3 2 or 3 times two_or_three true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
287 YRBS::2023::Q29 4 4 or 5 times four_or_five true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
288 YRBS::2023::Q29 5 6 or more times six_or_more true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
289 YRBS::2023::Q29 <missing> blank/null/sysmiss; source does not distinguish reason unknown false retain as unknown missing; never recode as No/zero without an explicit official rule Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2023_YRBS_National_HS_Questionnaire.pdf provisional
290 NSDUH::2021::YUSUITHK 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
291 NSDUH::2021::YUSUITHK 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
292 NSDUH::2021::YUSUITHK 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
293 NSDUH::2021::YUSUITHK 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
294 NSDUH::2021::YUSUITHK 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
295 NSDUH::2021::YUSUITHK 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
296 NSDUH::2021::YUSUITHK 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
297 NSDUH::2021::YUSUITHK 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
298 NSDUH::2021::YUSUITHK 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
299 NSDUH::2021::YUSUIPLN 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
300 NSDUH::2021::YUSUIPLN 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
301 NSDUH::2021::YUSUIPLN 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
302 NSDUH::2021::YUSUIPLN 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
303 NSDUH::2021::YUSUIPLN 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
304 NSDUH::2021::YUSUIPLN 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
305 NSDUH::2021::YUSUIPLN 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
306 NSDUH::2021::YUSUIPLN 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
307 NSDUH::2021::YUSUIPLN 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2021-DS0001/?format=json provisional
308 NSDUH::2022::YUSUITHK 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
309 NSDUH::2022::YUSUITHK 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
310 NSDUH::2022::YUSUITHK 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
311 NSDUH::2022::YUSUITHK 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
312 NSDUH::2022::YUSUITHK 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
313 NSDUH::2022::YUSUITHK 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
314 NSDUH::2022::YUSUITHK 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
315 NSDUH::2022::YUSUITHK 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
316 NSDUH::2022::YUSUITHK 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
317 NSDUH::2022::YUSUIPLN 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
318 NSDUH::2022::YUSUIPLN 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
319 NSDUH::2022::YUSUIPLN 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
320 NSDUH::2022::YUSUIPLN 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
321 NSDUH::2022::YUSUIPLN 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
322 NSDUH::2022::YUSUIPLN 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
323 NSDUH::2022::YUSUIPLN 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
324 NSDUH::2022::YUSUIPLN 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
325 NSDUH::2022::YUSUIPLN 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2022-DS0001/?format=json provisional
326 NSDUH::2023::YUSUITHK 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
327 NSDUH::2023::YUSUITHK 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
328 NSDUH::2023::YUSUITHK 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
329 NSDUH::2023::YUSUITHK 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
330 NSDUH::2023::YUSUITHK 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
331 NSDUH::2023::YUSUITHK 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
332 NSDUH::2023::YUSUITHK 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
333 NSDUH::2023::YUSUITHK 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
334 NSDUH::2023::YUSUITHK 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
335 NSDUH::2023::YUSUIPLN 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
336 NSDUH::2023::YUSUIPLN 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
337 NSDUH::2023::YUSUIPLN 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
338 NSDUH::2023::YUSUIPLN 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
339 NSDUH::2023::YUSUIPLN 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
340 NSDUH::2023::YUSUIPLN 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
341 NSDUH::2023::YUSUIPLN 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
342 NSDUH::2023::YUSUIPLN 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
343 NSDUH::2023::YUSUIPLN 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2023-DS0001/?format=json provisional
344 NSDUH::2024::YUSUITHK 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
345 NSDUH::2024::YUSUITHK 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
346 NSDUH::2024::YUSUITHK 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
347 NSDUH::2024::YUSUITHK 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
348 NSDUH::2024::YUSUITHK 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
349 NSDUH::2024::YUSUITHK 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
350 NSDUH::2024::YUSUITHK 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
351 NSDUH::2024::YUSUITHK 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
352 NSDUH::2024::YUSUITHK 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
353 NSDUH::2024::YUSUIPLN 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
354 NSDUH::2024::YUSUIPLN 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
355 NSDUH::2024::YUSUIPLN 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
356 NSDUH::2024::YUSUIPLN 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
357 NSDUH::2024::YUSUIPLN 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
358 NSDUH::2024::YUSUIPLN 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
359 NSDUH::2024::YUSUIPLN 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
360 NSDUH::2024::YUSUIPLN 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
361 NSDUH::2024::YUSUIPLN 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response Dataset/可直接分析数据包_NSDUH_YRBS/NSDUH/nsduh_complete_variable_dictionary.csv https://datatools.samhsa.gov/api/surveys/NSDUH-2024-DS0001/?format=json provisional
362 NSDUH::2021::YUSUICTRY 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
363 NSDUH::2021::YUSUICTRY 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
364 NSDUH::2021::YUSUICTRY 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
365 NSDUH::2021::YUSUICTRY 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
366 NSDUH::2021::YUSUICTRY 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
367 NSDUH::2021::YUSUICTRY 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
368 NSDUH::2021::YUSUICTRY 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
369 NSDUH::2021::YUSUICTRY 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
370 NSDUH::2021::YUSUICTRY 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf provisional
371 NSDUH::2022::YUSUICTRY 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
372 NSDUH::2022::YUSUICTRY 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
373 NSDUH::2022::YUSUICTRY 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
374 NSDUH::2022::YUSUICTRY 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
375 NSDUH::2022::YUSUICTRY 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
376 NSDUH::2022::YUSUICTRY 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
377 NSDUH::2022::YUSUICTRY 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
378 NSDUH::2022::YUSUICTRY 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
379 NSDUH::2022::YUSUICTRY 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf provisional
380 NSDUH::2023::YUSUICTRY 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
381 NSDUH::2023::YUSUICTRY 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
382 NSDUH::2023::YUSUICTRY 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
383 NSDUH::2023::YUSUICTRY 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
384 NSDUH::2023::YUSUICTRY 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
385 NSDUH::2023::YUSUICTRY 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
386 NSDUH::2023::YUSUICTRY 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
387 NSDUH::2023::YUSUICTRY 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
388 NSDUH::2023::YUSUICTRY 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf provisional
389 NSDUH::2024::YUSUICTRY 1 Yes yes true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
390 NSDUH::2024::YUSUICTRY 2 No no true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
391 NSDUH::2024::YUSUICTRY 3 I'm not sure uncertain true direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
392 NSDUH::2024::YUSUICTRY 4 I don't want to answer refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
393 NSDUH::2024::YUSUICTRY 85 BAD DATA Logically assigned data_error false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
394 NSDUH::2024::YUSUICTRY 94 DON'T KNOW dont_know false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
395 NSDUH::2024::YUSUICTRY 97 REFUSED refused false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
396 NSDUH::2024::YUSUICTRY 98 BLANK (NO ANSWER) ordinary_missing false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
397 NSDUH::2024::YUSUICTRY 99 LEGITIMATE SKIP legitimate_skip false direct recode; no imputation and no silent conversion of nonresponse to a negative response https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf provisional
+33
View File
@@ -0,0 +1,33 @@
conflict_id,survey,year,component_id,source_variable,conflict_type,source_a,source_b,description,resolution,analysis_consequence,status,reviewer_1,reviewer_2
GSHS_LANGUAGE::2023_MAR_GSHS_v01::mar_fez2023,GSHS,2023,2023_MAR_GSHS_v01::mar_fez2023,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::GHA_2022_GSHS_v01::gha_sek_tak2022,GSHS,2022,GHA_2022_GSHS_v01::gha_sek_tak2022,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::IND_2022_GSHS_v01::ind_jaipur_2022,GSHS,2022,IND_2022_GSHS_v01::ind_jaipur_2022,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::JAM_2023_GSHS_v01::jam_st_cath_2023,GSHS,2023,JAM_2023_GSHS_v01::jam_st_cath_2023,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::MNG_2023_GSHS_v01::mng2023,GSHS,2023,MNG_2023_GSHS_v01::mng2023,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::SLB_2023_GSHS_v01::slb_2023,GSHS,2023,SLB_2023_GSHS_v01::slb_2023,all_primary_outcomes,evidence_gap_administered_language,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
GSHS_LANGUAGE::WLF_2023_GSHS_v01::wlf_2023,GSHS,2023,WLF_2023_GSHS_v01::wlf_2023,all_primary_outcomes,evidence_gap_administered_language,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,,Available questionnaire language evidence does not establish the language administered to every respondent.,unresolved; retain language as provisional and exclude language-DIF claims,"May be used for pipeline development, not confirmatory language comparison.",open,,
YRBS_MAPPING::1995::suicide_ideation,YRBS,1995,YRBS_NATIONAL::1995,Q22,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf,Previous registry used Q30; direct annual data guide maps the printed question to Q22.,Corrected registry mapping to Q22; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::1995::suicide_plan,YRBS,1995,YRBS_NATIONAL::1995,Q23,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf,Previous registry used Q31; direct annual data guide maps the printed question to Q23.,Corrected registry mapping to Q23; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::1995::suicide_attempt,YRBS,1995,YRBS_NATIONAL::1995,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf,Previous registry used Q32; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2001::suicide_ideation,YRBS,2001,YRBS_NATIONAL::2001,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf,Previous registry used Q25; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2001::suicide_plan,YRBS,2001,YRBS_NATIONAL::2001,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf,Previous registry used Q26; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2001::suicide_attempt,YRBS,2001,YRBS_NATIONAL::2001,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2003::suicide_ideation,YRBS,2003,YRBS_NATIONAL::2003,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf,Previous registry used Q25; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2003::suicide_plan,YRBS,2003,YRBS_NATIONAL::2003,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf,Previous registry used Q26; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2003::suicide_attempt,YRBS,2003,YRBS_NATIONAL::2003,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2005::suicide_ideation,YRBS,2005,YRBS_NATIONAL::2005,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf,Previous registry used Q26; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2005::suicide_plan,YRBS,2005,YRBS_NATIONAL::2005,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2005::suicide_attempt,YRBS,2005,YRBS_NATIONAL::2005,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf,Previous registry used Q28; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2007::suicide_ideation,YRBS,2007,YRBS_NATIONAL::2007,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf,Previous registry used Q25; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2007::suicide_plan,YRBS,2007,YRBS_NATIONAL::2007,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf,Previous registry used Q26; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2007::suicide_attempt,YRBS,2007,YRBS_NATIONAL::2007,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2009::suicide_ideation,YRBS,2009,YRBS_NATIONAL::2009,Q24,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf,Previous registry used Q25; direct annual data guide maps the printed question to Q24.,Corrected registry mapping to Q24; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2009::suicide_plan,YRBS,2009,YRBS_NATIONAL::2009,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf,Previous registry used Q26; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2009::suicide_attempt,YRBS,2009,YRBS_NATIONAL::2009,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2011::suicide_ideation,YRBS,2011,YRBS_NATIONAL::2011,Q25,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf,Previous registry used Q27; direct annual data guide maps the printed question to Q25.,Corrected registry mapping to Q25; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2011::suicide_plan,YRBS,2011,YRBS_NATIONAL::2011,Q26,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf,Previous registry used Q28; direct annual data guide maps the printed question to Q26.,Corrected registry mapping to Q26; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
YRBS_MAPPING::2011::suicide_attempt,YRBS,2011,YRBS_NATIONAL::2011,Q27,registry_to_data_variable_mapping,Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf,Previous registry used Q29; direct annual data guide maps the printed question to Q27.,Corrected registry mapping to Q27; printed questionnaire number retained separately.,Use corrected data variable; do not reuse the superseded mapping.,resolved_by_direct_source_audit,,
NSDUH_AVAILABILITY::2021::YUSUICTRY,NSDUH,2021,NSDUH_YOUTH::2021,YUSUICTRY,official_item_missing_from_local_public_use_microdata,https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf,local full and selected schemas,"Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files.",unresolved access constraint; retain in item bank but do not generate responses,NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design.,open_access_constraint,,
NSDUH_AVAILABILITY::2022::YUSUICTRY,NSDUH,2022,NSDUH_YOUTH::2022,YUSUICTRY,official_item_missing_from_local_public_use_microdata,https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf,local full and selected schemas,"Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files.",unresolved access constraint; retain in item bank but do not generate responses,NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design.,open_access_constraint,,
NSDUH_AVAILABILITY::2023::YUSUICTRY,NSDUH,2023,NSDUH_YOUTH::2023,YUSUICTRY,official_item_missing_from_local_public_use_microdata,https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf,local full and selected schemas,"Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files.",unresolved access constraint; retain in item bank but do not generate responses,NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design.,open_access_constraint,,
NSDUH_AVAILABILITY::2024::YUSUICTRY,NSDUH,2024,NSDUH_YOUTH::2024,YUSUICTRY,official_item_missing_from_local_public_use_microdata,https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf,local full and selected schemas,"Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files.",unresolved access constraint; retain in item bank but do not generate responses,NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design.,open_access_constraint,,
1 conflict_id survey year component_id source_variable conflict_type source_a source_b description resolution analysis_consequence status reviewer_1 reviewer_2
2 GSHS_LANGUAGE::2023_MAR_GSHS_v01::mar_fez2023 GSHS 2023 2023_MAR_GSHS_v01::mar_fez2023 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
3 GSHS_LANGUAGE::GHA_2022_GSHS_v01::gha_sek_tak2022 GSHS 2022 GHA_2022_GSHS_v01::gha_sek_tak2022 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
4 GSHS_LANGUAGE::IND_2022_GSHS_v01::ind_jaipur_2022 GSHS 2022 IND_2022_GSHS_v01::ind_jaipur_2022 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
5 GSHS_LANGUAGE::JAM_2023_GSHS_v01::jam_st_cath_2023 GSHS 2023 JAM_2023_GSHS_v01::jam_st_cath_2023 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
6 GSHS_LANGUAGE::MNG_2023_GSHS_v01::mng2023 GSHS 2023 MNG_2023_GSHS_v01::mng2023 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
7 GSHS_LANGUAGE::SLB_2023_GSHS_v01::slb_2023 GSHS 2023 SLB_2023_GSHS_v01::slb_2023 all_primary_outcomes evidence_gap_administered_language https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
8 GSHS_LANGUAGE::WLF_2023_GSHS_v01::wlf_2023 GSHS 2023 WLF_2023_GSHS_v01::wlf_2023 all_primary_outcomes evidence_gap_administered_language Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx Available questionnaire language evidence does not establish the language administered to every respondent. unresolved; retain language as provisional and exclude language-DIF claims May be used for pipeline development, not confirmatory language comparison. open
9 YRBS_MAPPING::1995::suicide_ideation YRBS 1995 YRBS_NATIONAL::1995 Q22 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf Previous registry used Q30; direct annual data guide maps the printed question to Q22. Corrected registry mapping to Q22; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
10 YRBS_MAPPING::1995::suicide_plan YRBS 1995 YRBS_NATIONAL::1995 Q23 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf Previous registry used Q31; direct annual data guide maps the printed question to Q23. Corrected registry mapping to Q23; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
11 YRBS_MAPPING::1995::suicide_attempt YRBS 1995 YRBS_NATIONAL::1995 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/1995_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf Previous registry used Q32; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
12 YRBS_MAPPING::2001::suicide_ideation YRBS 2001 YRBS_NATIONAL::2001 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf Previous registry used Q25; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
13 YRBS_MAPPING::2001::suicide_plan YRBS 2001 YRBS_NATIONAL::2001 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf Previous registry used Q26; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
14 YRBS_MAPPING::2001::suicide_attempt YRBS 2001 YRBS_NATIONAL::2001 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2001_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
15 YRBS_MAPPING::2003::suicide_ideation YRBS 2003 YRBS_NATIONAL::2003 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf Previous registry used Q25; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
16 YRBS_MAPPING::2003::suicide_plan YRBS 2003 YRBS_NATIONAL::2003 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf Previous registry used Q26; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
17 YRBS_MAPPING::2003::suicide_attempt YRBS 2003 YRBS_NATIONAL::2003 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2003_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
18 YRBS_MAPPING::2005::suicide_ideation YRBS 2005 YRBS_NATIONAL::2005 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf Previous registry used Q26; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
19 YRBS_MAPPING::2005::suicide_plan YRBS 2005 YRBS_NATIONAL::2005 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
20 YRBS_MAPPING::2005::suicide_attempt YRBS 2005 YRBS_NATIONAL::2005 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2005_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf Previous registry used Q28; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
21 YRBS_MAPPING::2007::suicide_ideation YRBS 2007 YRBS_NATIONAL::2007 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf Previous registry used Q25; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
22 YRBS_MAPPING::2007::suicide_plan YRBS 2007 YRBS_NATIONAL::2007 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf Previous registry used Q26; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
23 YRBS_MAPPING::2007::suicide_attempt YRBS 2007 YRBS_NATIONAL::2007 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2007_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
24 YRBS_MAPPING::2009::suicide_ideation YRBS 2009 YRBS_NATIONAL::2009 Q24 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf Previous registry used Q25; direct annual data guide maps the printed question to Q24. Corrected registry mapping to Q24; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
25 YRBS_MAPPING::2009::suicide_plan YRBS 2009 YRBS_NATIONAL::2009 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf Previous registry used Q26; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
26 YRBS_MAPPING::2009::suicide_attempt YRBS 2009 YRBS_NATIONAL::2009 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2009_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
27 YRBS_MAPPING::2011::suicide_ideation YRBS 2011 YRBS_NATIONAL::2011 Q25 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf Previous registry used Q27; direct annual data guide maps the printed question to Q25. Corrected registry mapping to Q25; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
28 YRBS_MAPPING::2011::suicide_plan YRBS 2011 YRBS_NATIONAL::2011 Q26 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf Previous registry used Q28; direct annual data guide maps the printed question to Q26. Corrected registry mapping to Q26; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
29 YRBS_MAPPING::2011::suicide_attempt YRBS 2011 YRBS_NATIONAL::2011 Q27 registry_to_data_variable_mapping Dataset/YRBS_National_1991_2023/documentation/Questionnaire/2011_xxh_questionnaire.pdf Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf Previous registry used Q29; direct annual data guide maps the printed question to Q27. Corrected registry mapping to Q27; printed questionnaire number retained separately. Use corrected data variable; do not reuse the superseded mapping. resolved_by_direct_source_audit
30 NSDUH_AVAILABILITY::2021::YUSUICTRY NSDUH 2021 NSDUH_YOUTH::2021 YUSUICTRY official_item_missing_from_local_public_use_microdata https://www.samhsa.gov/data/sites/default/files/2021-09/NSDUHRDCCodebook2021.pdf local full and selected schemas Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files. unresolved access constraint; retain in item bank but do not generate responses NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design. open_access_constraint
31 NSDUH_AVAILABILITY::2022::YUSUICTRY NSDUH 2022 NSDUH_YOUTH::2022 YUSUICTRY official_item_missing_from_local_public_use_microdata https://www.samhsa.gov/data/sites/default/files/NSDUH-RDC/NSDUHRDCCodebook2022.pdf local full and selected schemas Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files. unresolved access constraint; retain in item bank but do not generate responses NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design. open_access_constraint
32 NSDUH_AVAILABILITY::2023::YUSUICTRY NSDUH 2023 NSDUH_YOUTH::2023 YUSUICTRY official_item_missing_from_local_public_use_microdata https://www.samhsa.gov/data/system/files/media-puf-file/2023-nsduh-rdc-codebook.pdf local full and selected schemas Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files. unresolved access constraint; retain in item bank but do not generate responses NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design. open_access_constraint
33 NSDUH_AVAILABILITY::2024::YUSUICTRY NSDUH 2024 NSDUH_YOUTH::2024 YUSUICTRY official_item_missing_from_local_public_use_microdata https://www.samhsa.gov/data/sites/default/files/reports/rpt44494/2024-nsduh-mrb-eng-web-specs.pdf local full and selected schemas Official source documents the youth attempt item, but neither its raw nor recoded field is present in the local public-use files. unresolved access constraint; retain in item bank but do not generate responses NSDUH attempt cannot enter respondent-level analysis without authorized restricted-use data or a separately justified aggregate design. open_access_constraint
+29
View File
@@ -0,0 +1,29 @@
survey_id,component_id,survey,country,year,population,weight_field,psu_field,stratum_field,variance_method,namespace_rule,design_source,design_status,notes
GSHS::2023_MAR_GSHS_v01,2023_MAR_GSHS_v01::mar_fez2023,GSHS,Morocco,2023,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::GHA_2022_GSHS_v01,GHA_2022_GSHS_v01::gha_sek_tak2022,GSHS,Ghana,2022,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::IND_2022_GSHS_v01,IND_2022_GSHS_v01::ind_jaipur_2022,GSHS,India,2022,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::JAM_2023_GSHS_v01,JAM_2023_GSHS_v01::jam_st_cath_2023,GSHS,Jamaica,2023,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::MNG_2023_GSHS_v01,MNG_2023_GSHS_v01::mng2023,GSHS,Mongolia,2023,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::SLB_2023_GSHS_v01,SLB_2023_GSHS_v01::slb_2023,GSHS,Solomon Islands,2023,school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,https://extranet.who.int/ncdsmicrodata/index.php/catalog/992,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
GSHS::WLF_2023_GSHS_v01,WLF_2023_GSHS_v01::wlf_2023,GSHS,Wallis and Futuna,2023,school-attending students; exact sampled ages/grades remain pending component source review,sample_weight,sampling_psu,sampling_stratum,pending official component design review,prefix PSU and stratum with component_id before pooling,Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx,provisional,Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
YRBS::1991,YRBS_NATIONAL::1991,YRBS,United States,1991,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1991_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::1993,YRBS_NATIONAL::1993,YRBS,United States,1993,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1993_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::1995,YRBS_NATIONAL::1995,YRBS,United States,1995,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::1997,YRBS_NATIONAL::1997,YRBS,United States,1997,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1997_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::1999,YRBS_NATIONAL::1999,YRBS,United States,1999,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1999_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2001,YRBS_NATIONAL::2001,YRBS,United States,2001,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2003,YRBS_NATIONAL::2003,YRBS,United States,2003,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2005,YRBS_NATIONAL::2005,YRBS,United States,2005,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2007,YRBS_NATIONAL::2007,YRBS,United States,2007,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2009,YRBS_NATIONAL::2009,YRBS,United States,2009,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2011,YRBS_NATIONAL::2011,YRBS,United States,2011,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2013,YRBS_NATIONAL::2013,YRBS,United States,2013,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2013_National_User_Guide.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2015,YRBS_NATIONAL::2015,YRBS,United States,2015,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/2015_yrbs-data-users_guide_smy_combined.pdf,provisional,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2017,YRBS_NATIONAL::2017,YRBS,United States,2017,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/2017_YRBS_Data_Users_Guide.pdf,provisional_design_incomplete,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2019,YRBS_NATIONAL::2019,YRBS,United States,2019,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/2019_National_YRBS_Data_Users_Guide.pdf,provisional_design_incomplete,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2021,YRBS_NATIONAL::2021,YRBS,United States,2021,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/2021_YRBS_Data_Users_Guide_508.pdf,quarantined_pending_import_layout_validation,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
YRBS::2023,YRBS_NATIONAL::2023,YRBS,United States,2023,students in grades 9-12 attending public and private schools in the United States,weight,psu,stratum,Taylor linearization candidate; annual official design confirmation pending,prefix PSU and stratum with survey year before pooling,Dataset/YRBS_National_1991_2023/documentation/UserGuide/2023_National_YRBS_Data_Users_Guide508.pdf,quarantined_pending_import_layout_validation,2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
NSDUH::2021,NSDUH_YOUTH::2021,NSDUH,United States,2021,adolescents aged 12-17,ANALWT2_C (year-specific C1-C4 mapping unresolved),VEREP,VESTR_C,pending official combined-file guide review,prefix variance units with survey year before pooling,Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending,provisional_weight_mapping_unresolved,All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
NSDUH::2022,NSDUH_YOUTH::2022,NSDUH,United States,2022,adolescents aged 12-17,ANALWT2_C (year-specific C1-C4 mapping unresolved),VEREP,VESTR_C,pending official combined-file guide review,prefix variance units with survey year before pooling,Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending,provisional_weight_mapping_unresolved,All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
NSDUH::2023,NSDUH_YOUTH::2023,NSDUH,United States,2023,adolescents aged 12-17,ANALWT2_C (year-specific C1-C4 mapping unresolved),VEREP,VESTR_C,pending official combined-file guide review,prefix variance units with survey year before pooling,Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending,provisional_weight_mapping_unresolved,All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
NSDUH::2024,NSDUH_YOUTH::2024,NSDUH,United States,2024,adolescents aged 12-17,ANALWT2_C (year-specific C1-C4 mapping unresolved),VEREP,VESTR_C,pending official combined-file guide review,prefix variance units with survey year before pooling,Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending,provisional_weight_mapping_unresolved,All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
1 survey_id component_id survey country year population weight_field psu_field stratum_field variance_method namespace_rule design_source design_status notes
2 GSHS::2023_MAR_GSHS_v01 2023_MAR_GSHS_v01::mar_fez2023 GSHS Morocco 2023 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Morocco 2023/Fez_2022_GSHS_Questionnaire_Final_FRENCH.pdf provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
3 GSHS::GHA_2022_GSHS_v01 GHA_2022_GSHS_v01::gha_sek_tak2022 GSHS Ghana 2022 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Ghana 2022/Sekondi-Takoradi-2022_GSHS_Questionnaire-Final.pdf provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
4 GSHS::IND_2022_GSHS_v01 IND_2022_GSHS_v01::ind_jaipur_2022 GSHS India 2022 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/India 2022/Jaipur-2022_GSHS_Questionnaire-Final.docx provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
5 GSHS::JAM_2023_GSHS_v01 JAM_2023_GSHS_v01::jam_st_cath_2023 GSHS Jamaica 2023 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Jamaica 2023/FINAL_St. Catherine-2023-GSHS-Questionnaire.docx provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
6 GSHS::MNG_2023_GSHS_v01 MNG_2023_GSHS_v01::mng2023 GSHS Mongolia 2023 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Mongolia 2023/Mongolia-GSHS-Questionnaire-ENGLISH.docx provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
7 GSHS::SLB_2023_GSHS_v01 SLB_2023_GSHS_v01::slb_2023 GSHS Solomon Islands 2023 school-going adolescents aged 13-17 years; Form 1-Form 6; all students in selected classes eligible sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling https://extranet.who.int/ncdsmicrodata/index.php/catalog/992 provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
8 GSHS::WLF_2023_GSHS_v01 WLF_2023_GSHS_v01::wlf_2023 GSHS Wallis and Futuna 2023 school-attending students; exact sampled ages/grades remain pending component source review sample_weight sampling_psu sampling_stratum pending official component design review prefix PSU and stratum with component_id before pooling Dataset/GSHS-全球学生健康调查数据/GSHS/Questionnaire/GSHS Per Country/Wallis and Futuna 2023/Wallis and Futuna - GSHS Questionnaire - Final - French.docx provisional Canonical fields are present; observed full GSHS table has 20 missing values in each design field overall. Component-specific design validity remains to be reviewed.
9 YRBS::1991 YRBS_NATIONAL::1991 YRBS United States 1991 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1991_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
10 YRBS::1993 YRBS_NATIONAL::1993 YRBS United States 1993 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1993_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
11 YRBS::1995 YRBS_NATIONAL::1995 YRBS United States 1995 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1995_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
12 YRBS::1997 YRBS_NATIONAL::1997 YRBS United States 1997 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1997_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
13 YRBS::1999 YRBS_NATIONAL::1999 YRBS United States 1999 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_1999_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
14 YRBS::2001 YRBS_NATIONAL::2001 YRBS United States 2001 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2001_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
15 YRBS::2003 YRBS_NATIONAL::2003 YRBS United States 2003 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2003_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
16 YRBS::2005 YRBS_NATIONAL::2005 YRBS United States 2005 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2005_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
17 YRBS::2007 YRBS_NATIONAL::2007 YRBS United States 2007 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2007_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
18 YRBS::2009 YRBS_NATIONAL::2009 YRBS United States 2009 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2009_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
19 YRBS::2011 YRBS_NATIONAL::2011 YRBS United States 2011 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2011_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
20 YRBS::2013 YRBS_NATIONAL::2013 YRBS United States 2013 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/YRBS_2013_National_User_Guide.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
21 YRBS::2015 YRBS_NATIONAL::2015 YRBS United States 2015 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/2015_yrbs-data-users_guide_smy_combined.pdf provisional 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
22 YRBS::2017 YRBS_NATIONAL::2017 YRBS United States 2017 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/2017_YRBS_Data_Users_Guide.pdf provisional_design_incomplete 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
23 YRBS::2019 YRBS_NATIONAL::2019 YRBS United States 2019 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/2019_National_YRBS_Data_Users_Guide.pdf provisional_design_incomplete 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
24 YRBS::2021 YRBS_NATIONAL::2021 YRBS United States 2021 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/2021_YRBS_Data_Users_Guide_508.pdf quarantined_pending_import_layout_validation 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
25 YRBS::2023 YRBS_NATIONAL::2023 YRBS United States 2023 students in grades 9-12 attending public and private schools in the United States weight psu stratum Taylor linearization candidate; annual official design confirmation pending prefix PSU and stratum with survey year before pooling Dataset/YRBS_National_1991_2023/documentation/UserGuide/2023_National_YRBS_Data_Users_Guide508.pdf quarantined_pending_import_layout_validation 2017/2019 local PSU and stratum fields are entirely missing and weights are partial; 1997 has one row missing all three design fields; 2021/2023 imports are quarantined.
26 NSDUH::2021 NSDUH_YOUTH::2021 NSDUH United States 2021 adolescents aged 12-17 ANALWT2_C (year-specific C1-C4 mapping unresolved) VEREP VESTR_C pending official combined-file guide review prefix variance units with survey year before pooling Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending provisional_weight_mapping_unresolved All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
27 NSDUH::2022 NSDUH_YOUTH::2022 NSDUH United States 2022 adolescents aged 12-17 ANALWT2_C (year-specific C1-C4 mapping unresolved) VEREP VESTR_C pending official combined-file guide review prefix variance units with survey year before pooling Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending provisional_weight_mapping_unresolved All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
28 NSDUH::2023 NSDUH_YOUTH::2023 NSDUH United States 2023 adolescents aged 12-17 ANALWT2_C (year-specific C1-C4 mapping unresolved) VEREP VESTR_C pending official combined-file guide review prefix variance units with survey year before pooling Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending provisional_weight_mapping_unresolved All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.
29 NSDUH::2024 NSDUH_YOUTH::2024 NSDUH United States 2024 adolescents aged 12-17 ANALWT2_C (year-specific C1-C4 mapping unresolved) VEREP VESTR_C pending official combined-file guide review prefix variance units with survey year before pooling Dataset/可直接分析数据包_NSDUH_YRBS/README.md; official annual/combined-file guide pending provisional_weight_mapping_unresolved All four ANALWT2_C1-C4 fields are positive in every local year; do not select a weight by suffix without the official year-specific mapping.