---
title: "Get Patient Profile"
method: GET
path: "/api/v2/ml-scribe/open-api/patient-profiles/{patient_profile_id}"
tags: ["Heidi API"]
---

# Get Patient Profile

`GET /api/v2/ml-scribe/open-api/patient-profiles/{patient_profile_id}`

get a single patient profile by id

## Path parameters

- `patient_profile_id` string, required

## Response `200`

Successful Response

- OpenAPIGetPatientProfileResponse
  - `data` PatientProfileModel, required
    - `id` string, nullable
    - `source` 'EHR' | 'HEIDI', required
    - `ehr` union
      - 'Epic Systems' | 'Other' | 'Heidi'
      - string
    - `ehr_patient_id` string, nullable
    - `managed_by` string, required
    - `birth_date` string, date, nullable
    - `gender` 'male' | 'female' | 'other' | 'unknown' — gender that matches FHIR API
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `phone` string, phone, nullable
    - `email` string, email, nullable
    - `demographic_string` string, required
    - `remember_consent` boolean, nullable
    - `additional_context` string, nullable
    - `current_medications` string, nullable
    - `allergies` string, nullable
    - `past_medical_history` string, nullable

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.net/heidihealth/apis/heidi-api-documentation.md) · [All operations](https://skmtc.net/heidihealth/apis/heidi-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heidihealth/heidi-api-documentation/versions/39b46a9d8637/schema)
