> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/ja/yi-liao/healthcare-visitor-verification.md).

# 医療機関向け来訪者確認

複数の診療科を持つ医療施設では、ゲストが患者の治療を受けている診療科にのみ来訪できるよう、来訪者のアクセスを制限する必要がある場合があります。確認用に専用のタブレットを使用すると、ゲストが1つ以上の診療科の許可を受けているかどうかを確認できます。

***

### 前提条件

検証は二次 [チェックポイント](/guest/ja/yi-liao/manage-departments-and-checkpoints.md) 確認するために **入院患者** の来訪者。確認には、来訪者がチェックポイントのタブレットにQRコードを提示する必要があります。

{% hint style="danger" %}
来訪者は **サインインしなければなりません** 確認の前に。再来訪者は、先にサインインしないと二次チェックポイントで正常に確認できません。
{% endhint %}

来訪者を確認する前に、スタッフは次のことを行う必要があります:

{% stepper %}
{% step %}
**次に移動します** [**医療ポータル**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**配置されている二次チェックポイントを選択します。**
{% endstep %}

{% step %}
**右上のタブレットボタンをクリックし、目的のタブレットを選択します。**
{% endstep %}
{% endstepper %}

***

## 来訪者を確認する

確認は常にスタッフによって開始されます。スタッフは来訪者を次の2通りの方法で確認できます:

{% stepper %}
{% step %}
**右上の［確認］をクリックし、来訪者にQRコードを提示してもらいます。**

<div align="left" data-with-frame="true"><figure><img src="/files/6d187f09f3a8b5aa36f4ff0cf02876ff51e797ff" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**チェックポイントの来訪ログから来訪者を選択します。**
{% endstep %}
{% endstepper %}

来訪者を確認する際、スタッフは次の重要な来訪詳細を確認できます:

* ゲストが訪問している患者が、そのチェックポイントに含まれる診療科にいるかどうか。
* 現在サインインしており、患者への面会が確認済みの来訪者数。
* 患者の部屋番号。

{% hint style="danger" %}
来訪者が確認を試みたものの、患者が次の場所にいる場合 **二次チェックポイントの対象外の診療科**、来訪者を案内しているスタッフに、その来訪者は別の場所にいるべきだという警告が表示されます。来訪者は確認できません。
{% endhint %}

***

## よくある質問

<details>

<summary>再来訪者は二次チェックポイントでチェックインできますか？</summary>

はい、来訪者は二次チェックポイントでサインインできます。二次チェックポイントでゲストをサインインするには:

* 医療ポータルの左上にあるドロップダウンをクリックします。
* ［新しいゲスト］を選択し、次にゲスト種別を選択します。

</details>

<details>

<summary>再来訪者はサインインせずに、確認時にQRコードを提示できますか？</summary>

いいえ、再来訪者はサインインしていないと、チェックポイントで確認できません。

</details>

<details>

<summary>二次チェックポイントでバッジを再印刷できますか？</summary>

はい、チェックポイントで使用しているタブレットのいずれかにプリンターが接続されていれば、バッジを再印刷できます。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/guest/ja/yi-liao/healthcare-visitor-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
