> 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.
