利用者名(user_name) さま
発生時刻(occurrence_time)
報告者名(reporter_name)
タイトル(incident_title)
記録時の特記(special_note)
問題のレベル

ヒヤリハット(near_miss)
インシデント(incident)
重大インシデント(serious_incident)
事故(accident)


「5W1H」

いつ(When)

どこで(Where)

誰が(Who)

何を(what)

どのように(How)

なぜ(Why)

「5W1H」を考慮した報告(report_5W1H)


「P-mSHELL分析」

P (Patient):ご利用者(心身の状態、体調、性格など)

 

m (Management):組織・管理(勤務体制、シフト、教育・研修など)

 

S (Software):ソフトウェア(マニュアル、手順書、ケアプランなど)

 

H (Hardware):ハードウェア(福祉用具、設備、ナースコールなど)

 

E (Environment):環境(照明の明るさ、床の状態、騒音など)

 

L (Liveware-中心):当事者(スタッフの技術、疲労度、心身の状態)

 

L (Liveware-周辺):当事者以外(同僚、多職種、ご家族など)

{% set image_file = attach1 | get_image_file_list %} {% if image_file %}

初期報告添付画像

{% for item in image_file %} 画像の説明
{% endfor %} {% endif %} {% set video_file = attach1 | get_video_file_list %} {% if video_file %}

初期報告添付動画

{% for item in video_file %}
{% endfor %} {% endif %} {% set audio_file = attach1 | get_audio_file_list %} {% if audio_file %}

初期報告添付音声

{% for item in audio_file %}
{% endfor %} {% endif %} {% set text_file = attach1 | get_text_file_list %} {% if text_file %}

初期報告添付テキストファイル

{% for item in text_file %} {{item}}をダウンロード
{% endfor %} {% endif %}
{% set image_file = attach2 | get_image_file_list %} {% if image_file %}

報告添付画像

{% for item in image_file %} 画像の説明
{% endfor %} {% endif %} {% set video_file = attach2 | get_video_file_list %} {% if video_file %}

報告添付動画

{% for item in video_file %}
{% endfor %} {% endif %} {% set audio_file = attach2 | get_audio_file_list %} {% if audio_file %}

報告添付音声

{% for item in audio_file %}
{% endfor %} {% endif %} {% set text_file = attach2 | get_text_file_list %} {% if text_file %}

報告添付テキストファイル

{% for item in text_file %} {{item}}をダウンロード
{% endfor %} {% endif %}

メディアファイル