---
title: "GET /api/clinical_note_field_values/{id}"
method: GET
path: "/api/clinical_note_field_values/{id}"
tags: ["Clinical"]
---

# GET /api/clinical_note_field_values/{id}

`GET /api/clinical_note_field_values/{id}`

Retrieve an existing clinical note field value

## Path parameters

- `id` string, required

## Query parameters

- `clinical_note_field` integer
- `since` string
- `appointment` integer
- `clinical_note_template` integer
- `doctor` integer

## Response `200`

OK

- SoapNoteLineItemFieldValue — Values entered by doctor when charting a particular appointment
  - `clinical_note_field` integer, required — ID of `/api/clinical_note_field_types` object that indicates type of the value
  - `created_at` string
  - `updated_at` string
  - `value` string, required — Value of the field. Interpretation varies by field type. `clinical_note_field.data_type` | Value | Description ------------------------------- | ----- | ----------- `"Header"` | string | `"SubHeader"` | string | `"String"` | string | If field is single/multiple select field, make sure value presents in allowed values set. `"TwoStrings"` | string | String is seperated by `"/"` `"NullCheckbox"` | string | Can be `"0"`, `"1"`, `"2"`, `"0"`-`Not selected`, `"1"`-`No`, `"2"`-`Yes` `"Checkbox"` | string | Can be `"True"`, `"False"`
  - `appointment` integer, required — ID of appointment that the value applies to
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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