> 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/manage-departments-and-checkpoints.md).

# 部門とチェックポイントを管理

## 診療科

Verkada では、EMR の診療科またはケア拠点を **部署**。診療科は、対象の患者がサイトで利用できるようにするため、Guest site にマッピングする必要があります。

### 診療科をサイトにマッピングする

1 つの診療科は、1 つの Verkada Guest site にのみマッピングできます。

{% hint style="danger" %}
ユーザーは **オーガナイゼーション' 管理者** でなければ、診療科をサイトにマッピングできません。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > Guest に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Guest Settings をクリックします。**
{% endstep %}

{% step %}
**上部で \[Sites] を選択し、ドロップダウンを使ってサイトを選択します。**
{% endstep %}

{% step %}
**［Healthcare］>［診療科を選択］を選択します。**
{% endstep %}

{% step %}
**サイトに関連付ける診療科を選択します。**
{% endstep %}

{% step %}
**クリックして保存します。**
{% endstep %}
{% endstepper %}

### 診療科の表示名を追加

［ **診療科を選択** ］メニューに表示される診療科名は、EMR の診療科コードを表しています。組織は **表示名** を各診療科に追加でき、スタッフにとってより直感的に理解できるようになります。

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > Guest に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Guest Settings をクリックします。**
{% endstep %}

{% step %}
**上部で \[Sites] を選択し、ドロップダウンを使ってサイトを選択します。**
{% endstep %}

{% step %}
**［Healthcare］>［診療科を選択］を選択します。**
{% endstep %}

{% step %}
**診療科にカーソルを合わせて、［表示名を追加］を選択します。**

a. 一意の名前を入力します。\
b. キーボードで Enter キーを押して保存します。
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
診療科を利用可能にするには、その診療科に表示名を追加する必要があります。 **外来** 受診。
{% endhint %}

***

## チェックポイント

**チェックポイント** は、Verkada Guest で設定されるオブジェクトで、来訪者サービスが配置されている物理的なスペースを表します。チェックポイントは、特定のステーションまたはチームに関連するタブレットと診療科をまとめます。チェックポイントはサイトごとに設定され、1 つ以上の診療科で構成される場合があります。

{% hint style="danger" %}
チェックポイントを管理するには Org Admin 権限が必要です。
{% endhint %}

### チェックポイントを設定する

1 つのチェックポイントには複数の診療科を含めることができますが、1 つの診療科を接続できるチェックポイントは 1 つだけです。

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > Guest に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Guest Settings をクリックします。**
{% endstep %}

{% step %}
**上部で \[Sites] を選択し、ドロップダウンを使ってサイトを選択します。**
{% endstep %}

{% step %}
**［Healthcare］>［チェックポイント］を選択します。**

a. クリックします **［チェックポイントを追加］**。\
b. 一意の名前を入力します。\
c. キーボードで Enter キーを押して保存します。
{% endstep %}

{% step %}
**チェックポイントの横で、接続する診療科を選択します。**
{% endstep %}
{% endstepper %}

### チェックポイントを使用する

{% stepper %}
{% step %}
**次からチェックポイントを選択します** [**医療ポータル**](https://command.verkada.com/healthcare)**.**
{% endstep %}

{% step %}
**チェックポイントに割り当てられた各診療科を訪問予定のすべての来訪者を表示します。**
{% endstep %}

{% step %}
[**本人確認**](/guest/ja/yi-liao/healthcare-visitor-verification.md) **訪問者がチェックポイントに到着したときに。**
{% endstep %}

{% step %}
**本人確認済みのすべての訪問者を表示します。**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
ユーザーは **Workplace サイト閲覧者** チェックポイントで来訪者を管理するためのサイトの役割を持っている必要があります。
{% endhint %}


---

# 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/manage-departments-and-checkpoints.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.
