---
title: "Retrieve Lab Facility Identifier"
method: GET
path: "/api/2.0/lab_facility_identifiers/{id}/"
tags: ["Lab Facility Identifiers"]
---

# Retrieve Lab Facility Identifier

`GET /api/2.0/lab_facility_identifiers/{id}/`

Retrieve a single lab vendor integration

## Path parameters

- `id` integer, required

## Response `200`

- FacilityIdentifier
  - `active` boolean, required — Whether the facility identifier should be used. Should be true in most cases.
  - `bidi_connection` BiDiLabConnection
    - `alias` string, nullable — Get the alias of the connection.
    - `enabled` boolean — Get the enabled status of the connection.
    - `id` integer
    - `priority` integer
    - `protocol` string, nullable — Get the protocol of the connection.
  - `compendium` integer, nullable — The id of the compendium that will be used when the user selects this facility identifier.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `description` string, nullable — The text that will displayed to users in the lab order dialog.
  - `id` integer
  - `lab_connection` integer, nullable
  - `lab_facility` string, required — The id that represents the lab.
  - `practice` integer, required
  - `practice_facility` string, required — The id that represents the practice; often an account number provided by the lab vendor.
  - `practice_secondary_id` string, nullable
  - `user_facing` boolean — Whether this facility identifier will be visible in the lab order dialog. Should be true for most cases.
  - `vendor` object, required
    - `display_name` string
    - `id` integer
    - `name` string

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
