| 利用者名(user_name) |
{{ data.user_name }}さま |
| 発生時刻(occurrence_time) |
{{data.year}}年 {{data.month}}月 {{data.day}}日 {{data.hour}}時 {{data.minutes}}分 |
| 報告者名(reporter_name) |
{{data.reporter_name}} |
| タイトル(incident_title) |
{{data.incident_title}} |
| 記録時の特記(special_note) |
{{data.special_note}} |
| 問題のレベル |
{% if data.radio_incident_level == "near_miss" %}
インシデント(incident)
{% elif data.radio_incident_level == "incident" %}
インシデント(incident)
{% elif data.radio_incident_level == "serious_incident" %}
重大インシデント(serious_incident)
{% elif data.radio_incident_level == "accident" %}
事故(accident)
{% endif %} |
{% 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 %}
「5W1H」
| いつ(When) |
{{data.when}} |
| どこで(Where) |
{{data.where}} |
| 誰が(Who) |
{{data.who}} |
| 何を(what) |
{{data.what}} |
| どのように(How) |
{{data.how}} |
| なぜ(Why) |
{{data.why}} |
「5W1H」を考慮した報告(report_5W1H)
{{data.report_5W1H}}
「P-mSHELL分析」
P (Patient):ご利用者(心身の状態、体調、性格など)
{{data.patient}}
m (Management):組織・管理(勤務体制、シフト、教育・研修など)
{{data.management}}
S (Software):ソフトウェア(マニュアル、手順書、ケアプランなど)
{{data.software}}
H (Hardware):ハードウェア(福祉用具、設備、ナースコールなど)
{{data.hardware}}
E (Environment):環境(照明の明るさ、床の状態、騒音など)
{{data.environment}}
L (Liveware-中心):当事者(スタッフの技術、疲労度、心身の状態)
{{data.the_person_concerned}}
L (Liveware-周辺):当事者以外(同僚、多職種、ご家族など)
{{data.Other_than_parties}}
{% 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 %}
コメント者(commenter):{{data.commenter}}
コメント(comment)
{{data.comment}}
対策(countermeasure)
{{data.countermeasure}}
{% set image_file = attach3 | get_image_file_list %}
{% if image_file %}
報告添付画像
{% for item in image_file %}

{% endfor %}
{% endif %}
{% set video_file = attach3 | get_video_file_list %}
{% if video_file %}
報告添付動画
{% for item in video_file %}
{% endfor %}
{% endif %}
{% set audio_file = attach3 | get_audio_file_list %}
{% if audio_file %}
報告添付音声
{% for item in audio_file %}
{% endfor %}
{% endif %}
{% set text_file = attach3 | get_text_file_list %}
{% if text_file %}
報告添付テキストファイル
{% for item in text_file %}
{{item}}をダウンロード
{% endfor %}
{% endif %}