---
title: "Show Lab Interaction"
method: GET
path: "/provider/patients/{patient_id}/interactions/lab/{id}"
tags: ["LabInteraction"]
---

# Show Lab Interaction

`GET /provider/patients/{patient_id}/interactions/lab/{id}`

## Path parameters

- `patient_id` string, required
- `id` string, required

## Response `200`

Successful response

- PublicInteractionLabBlueprintOne
  - `id` string
  - `event_timestamp` string, date-time
  - `patient_access` boolean
  - `status` string
  - `type` string
  - `vendor_order_id` string
  - `order` PublicInteractionLabOrderBlueprintLeaf
    - `lab_reference_id` string
    - `ordered_from` string
    - `authored_on` string
    - `collected_at` string
    - `author` string
    - `author_reference` string
    - `intent` string
    - `lab_account_id` string
    - `actions` PublicInteractionLabOrderActionBlueprintLeaf
      - `reference` string
      - `display` string
    - `subject` PublicInteractionLabOrderSubjectBlueprintLeaf
      - `reference` string
      - `display` string
  - `report` PublicInteractionLabReportBlueprintLeaf
    - `issued` string
    - `status` string
    - `lab_reference_id` string
    - `order_reference` string
  - `results` PublicInteractionLabResultBlueprintLeaf
    - `id` string
    - `code_text` string
    - `issued` string
    - `value_string` string
    - `text` string
    - `interpretation` string
    - `subject` string
    - `code` PublicInteractionLabResultCodeBlueprintLeaf
      - `code` string
      - `display` string
    - `value_quantity` PublicInteractionLabResultQuantityBlueprintLeaf
      - `value` string
      - `unit` string
    - `ranges` PublicInteractionLabResultRangeBlueprintLeaf
      - `text` string
      - `low` PublicInteractionLabResultQuantityBlueprintLeaf
        - `value` string
        - `unit` string
      - `high` PublicInteractionLabResultQuantityBlueprintLeaf
        - `value` string
        - `unit` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
