> 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/inpatient-visitor-sign-in.md).

# 医療向けゲストタイプで来訪者をサインイン

ヘルスケアのゲストタイプでは、チェックイン時に来訪者と受付チームメンバーの両方が関与します。受付チームメンバーはデスクトップからチェックインを開始し、来訪者はiPadで必要な手順を完了します。その後、受付チームメンバーがデスクトップから、残っているスタッフ向けの手順を完了します。

***

## サインインの手順

{% stepper %}
{% step %}
**来訪者はタブレットでサインインします。この手順は次の2つの方法で開始できます:**

a. **ゲストユーザー:** ヘルスケアポータルの右上で、クリックします **新しいゲスト**.

<div align="left" data-with-frame="true"><img src="/files/ccbb3f8ad982323ca851da1589acf9c5b8637fed" alt=""></div>

b. **来訪者:** タップします **再来訪者は、ここをタップしてください** タブレット上で。 **注:** このボタンは、セカンダリチェックポイントのタブレットでは使用できません。
{% endstep %}

{% step %}
**来訪者: 身分証明書またはQRコードをタブレットに提示します。**

{% hint style="info" %}
この手順は、訪問を進行しているゲストユーザーによって省略できます。
{% endhint %}
{% endstep %}

{% step %}
**ゲストユーザー: 次を確認します&#x20;*****氏名*****&#x20;および&#x20;*****生年月日*****&#x20;が入力され、正確であることを確認します。**

<div align="left" data-with-frame="true"><img src="/files/9826903b6b8d835e0c452f3f7c3cf6b11077d4da" alt="" width="563"></div>
{% endstep %}

{% step %}
**ゲストユーザー: 来訪者の連絡先情報を追加します。**
{% endstep %}

{% step %}
**ゲストユーザー: 入院患者を選択します。**
{% endstep %}

{% step %}
**ゲストユーザー: 患者名を検索して選択します。患者の名前または部屋番号で検索できます。**
{% endstep %}

{% step %}
**（任意）ゲストユーザー: ゲストと患者の関係を選択します。**
{% endstep %}

{% step %}
**ゲストユーザー: ［次へ］をクリックします。**
{% endstep %}
{% endstepper %}

***

## 待機中

Healthcare Guest Typeで有効になっている場合、セキュリティスクリーニングがバックグラウンドで実施されます。セキュリティスクリーニングが完了すると、来訪者は次の項目に表示されます **待機中** タブ。

<div align="left" data-with-frame="true"><img src="/files/8b95b8da35ff084a5e46bee5447c8b16244fc82b" alt="" width="563"></div>

来訪者が待機中の間、ゲストユーザーは次の操作を行えます:

* 患者の承認済みおよび拒否済みの来訪者リストを確認します。
* 現在、患者を訪問するためにサインインしている来訪者数を確認します。

{% hint style="warning" %}
この数には、次の段階にいる人の来訪者アカウントは含まれません **待機中** 段階。
{% endhint %}

* 訪問にメモを追加します。
* 来訪者を保護者としてマークします。この選択を行うと、来訪者のバッジに次の表示が含まれます: **保護者** インジケーター。

***

## チェックインを完了

チェックインを完了する方法は3つあります。ゲストユーザーは次のことができます:

* 来訪者をサインインさせます。来訪者にはバッジが印刷される場合があり、現在患者を訪問中としてカウントされます。
* 訪問をキャンセルします。
* 入場を拒否します。

***

## 確認

入院患者の来訪者は、正しい場所にいることを確認するため、目的の診療科またはケア提供ポイントでスクリーニングを受ける場合があります。参照 [ヘルスケア来訪者の確認](/guest/ja/yi-liao/healthcare-visitor-verification.md) 詳細については。


---

# 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/inpatient-visitor-sign-in.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.
