C-001 임상 검토 게이트 보강
This commit is contained in:
parent
391fb9f4d0
commit
6988280b30
18 changed files with 1896 additions and 67 deletions
|
|
@ -1,28 +1,42 @@
|
|||
{
|
||||
"schema_version": "vignette.clinical_crisis_review.v1",
|
||||
"protocol_id": "p1-suicide-ideation-response",
|
||||
"version": "2026-08-27.1",
|
||||
"scope": "P1 가상내담자 자살사고 신호와 상담자 위기반응 훈련",
|
||||
"version": "2026-08-28.1",
|
||||
"scope": "P1 가상내담자 자살사고·자해 신호와 상담자 위기반응 훈련의 기술 사전검토",
|
||||
"technical_status": "verified",
|
||||
"clinical_status": "pending_external_review",
|
||||
"clinical_boundary": "이 파일은 기술 안전 게이트와 검토 순서를 고정한다. 위험도 진단이나 임상 적합성 승인을 대신하지 않는다.",
|
||||
"external_review_boundary": "공식 근거와 자동 검사는 기술 안전 범위만 확인하며 외부 임상 검토와 승인을 대신하지 않는다.",
|
||||
"review_case_set": "data/clinical/p1-crisis-review-cases.json",
|
||||
"review_case_set_id": "p1-crisis-review-cases",
|
||||
"review_case_set_version": "2026-08-28.1",
|
||||
"sources": [
|
||||
{
|
||||
"source_id": "samhsa_safe_t",
|
||||
"authority": "SAMHSA",
|
||||
"title": "SAFE-T Suicide Assessment Five-Step Evaluation and Triage",
|
||||
"url": "https://www.samhsa.gov/resource/dbhis/safe-t-pocket-card-suicide-assessment-five-step-evaluation-triage-safe-t-clinicians",
|
||||
"applied_to": ["위험요인", "보호요인", "자살사고 탐색", "위험수준별 개입", "기록과 추후관리"]
|
||||
},
|
||||
{
|
||||
"source_id": "nimh_youth_outpatient_bssa",
|
||||
"authority": "NIMH",
|
||||
"title": "Youth Outpatient Brief Suicide Safety Assessment Guide",
|
||||
"url": "https://www.nimh.nih.gov/research/research-conducted-at-nimh/asq-toolkit-materials/youth-outpatient/youth-outpatient-brief-suicide-safety-assessment-guide",
|
||||
"applied_to": ["현재 사고", "계획과 수단 접근", "과거 행동", "보호요인", "긴급 평가", "안전계획"]
|
||||
},
|
||||
{
|
||||
"source_id": "mohw_109",
|
||||
"authority": "대한민국 보건복지부",
|
||||
"title": "자살예방상담전화 109",
|
||||
"url": "https://www.mohw.go.kr/menu.es?mid=a10716040000",
|
||||
"applied_to": ["24시간 위기 연결", "109 안내"]
|
||||
},
|
||||
{
|
||||
"source_id": "nice_ng225",
|
||||
"authority": "NICE",
|
||||
"title": "NG225 Self-harm: assessment, management and preventing recurrence",
|
||||
"url": "https://www.nice.org.uk/guidance/ng225",
|
||||
"applied_to": ["자해 이후 안전", "비판단적 심리사회적 평가", "반복 위험", "지지체계", "추후관리"]
|
||||
}
|
||||
],
|
||||
"review_sequence": [
|
||||
|
|
@ -36,15 +50,20 @@
|
|||
"technical_gates": [
|
||||
"상담자의 자살사고 직접 질문은 수련생 본인의 실제 위기로 오인하지 않는다.",
|
||||
"수련생 본인의 현재적 1인칭 위기 신호는 엔진 호출 전에 중단하고 109 안전자원을 제공한다.",
|
||||
"가상내담자의 정서적 자살사고 표현은 허용하되 수단·방법 상세는 차단한다.",
|
||||
"가상내담자의 정서적 자살사고·자해 표현은 허용하되 수단·방법 상세는 차단한다.",
|
||||
"가상내담자 자살사고 단계는 3을 넘지 않는다.",
|
||||
"approval.reviewer·approval.organization·approval.reviewed_at·approval.decision 네 필드가 모두 기록되기 전에는 clinical_status를 approved로 바꾸지 않는다."
|
||||
"pending_external_review에서는 모든 approval 값과 사례별 reviewer_assessment 값을 null로 유지한다.",
|
||||
"approved·conditional·rejected 전환은 검토자·소속·날짜·결정·증거 참조와 SHA-256·검토 프로토콜 버전·검토 사례 세트 SHA-256·모든 사례 판정이 일치할 때만 허용한다."
|
||||
],
|
||||
"approval": {
|
||||
"reviewer": null,
|
||||
"organization": null,
|
||||
"reviewed_at": null,
|
||||
"decision": null,
|
||||
"notes": null
|
||||
"notes": null,
|
||||
"evidence_ref": null,
|
||||
"evidence_sha256": null,
|
||||
"reviewed_protocol_version": null,
|
||||
"reviewed_case_set_sha256": null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue