tai-JY / backend /knowledge_graphs /graphs /fraud_prevention.json
youngtsai's picture
content adding
aaea504
{
"id": "fraud_prevention",
"title": "保險詐騙防範知識",
"nodes": {
"fraud_prevention_1": {
"id": "fraud_prevention_1",
"title": "基本概念",
"content": "保險詐騙是指透過欺騙手段,不當獲取保險金的行為。常見形式包括虛報理賠、故意製造保險事故等。這類行為不僅違法,還會導致保費上漲,損害所有保戶權益。",
"type": "concept"
},
"fraud_prevention_2": {
"id": "fraud_prevention_2",
"title": "詐騙偵測",
"content": "透過大數據分析、人工智慧等技術,建立預警機制,及早發現可疑的理賠申請。關注重複理賠、不尋常的理賠金額等警示指標。",
"type": "concept"
},
"fraud_prevention_3": {
"id": "fraud_prevention_3",
"title": "防範措施",
"content": "包括加強核保審查、建立跨公司資訊共享機制、提升理賠人員專業能力等。同時也要注重消費者教育,提高大眾對保險詐騙的認識。",
"type": "concept"
},
"fraud_prevention_4": {
"id": "fraud_prevention_4",
"title": "通報管道",
"content": "設立檢舉專線、網路通報系統等多元管道,鼓勵民眾及從業人員主動通報可疑案件。通報內容應包含具體事證,以利調查。",
"type": "concept"
},
"fraud_prevention_5": {
"id": "fraud_prevention_5",
"title": "案例分析",
"content": "透過研究真實詐騙案例,了解常見的作案手法、偵查方式和防範對策。案例包括:假車禍、虛報醫療費用、重複投保等類型。",
"type": "concept"
}
},
"edges": [
{"source": "fraud_prevention_1", "target": "fraud_prevention_2", "type": "basic"},
{"source": "fraud_prevention_1", "target": "fraud_prevention_3", "type": "basic"},
{"source": "fraud_prevention_2", "target": "fraud_prevention_3", "type": "related"},
{"source": "fraud_prevention_2", "target": "fraud_prevention_5", "type": "example"},
{"source": "fraud_prevention_3", "target": "fraud_prevention_4", "type": "contains"},
{"source": "fraud_prevention_4", "target": "fraud_prevention_5", "type": "reference"}
]
}