# Patient Profile

## Overview

The Patient Profile is the core record for each patient in Welkin. It contains all clinical, demographic, and operational information about the patient in one place.

## Accessing a Patient Profile

1. Navigate to **Patients** in the left navigation
2. Search for or click on the patient's name to open their profile

## Patient Profile Sections

The patient profile is organized into tabs and panels depending on your organization's configuration:

### Overview / Summary

A summary view showing key patient details: name, contact information, assigned care team, current program and phase, and recent activity.

### Demographics

Full demographic information including date of birth, gender, address, emergency contacts, and any custom patient attributes configured by your organization.

### Encounters

A chronological list of all encounters (visits, calls, messages, assessments) for this patient. Click any encounter to view the details or complete outstanding work.

### Assessments / Forms

Completed and outstanding assessment forms for this patient. Forms are associated with programs and phases, and may be assigned automatically when a patient enters a new stage of care.

### Documents

Uploaded documents, signed consents, and generated PDFs attached to the patient record.

### Messages

The full communication history for this patient across all channels (email, SMS, chat, calls).

### Tasks

Active and completed tasks assigned to care team members for this patient.

### Programs & Phases

The patient's enrollment in care programs and their current phase in each program.

## Editing Patient Information

To update demographic or contact information, see [Editing Patient Information](/care/patients/editing-patient-information.md).

***

## Related Topics

* [Patients](/care/patients/patients.md) – managing your patient population
* [Patient Profile Overview](/care/patients/patient-profile-overview.md) – profile sections
* [Editing Patient Information](/care/patients/editing-patient-information.md) – updating patient data
* [Patient Care Teams](/care/patients/patient-care-teams.md) – assigning care team members
* [Patient Programs and Phases](/care/patients/care-programs-and-phases.md) – program enrollment
* [Encounters](/care/encounters/encounters.md) – patient interactions
* [Forms and Assessments](broken://pages/bvsY66RDr4F8q0hQYkIX) – patient assessments
* [Data Views](/care/documents/data-views.md) – structured patient data
* [Patient Data View](https://welkin-health-1.gitbook.io/welkin-health-docs/designer/patient-data-view) – Designer configuration

{% embed url="<https://www.youtube.com/watch?v=Bks5qmz3YAk>" %}

{% embed url="<https://www.youtube.com/watch?v=6pngjzgeczg>" %}


---

# Agent Instructions: 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:

```
GET https://docs.welkinhealth.com/care/patients/patient-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
