---
title: "POST /api/services/app/Patient/FindHisPatient"
method: POST
path: "/api/services/app/Patient/FindHisPatient"
tags: ["Patient"]
---

# POST /api/services/app/Patient/FindHisPatient

`POST /api/services/app/Patient/FindHisPatient`

## Request body

- FindHISPatientInput
  - `maxResultCount` integer — Range 1–2147483647
  - `skipCount` integer — Range 0–2147483647
  - `sorting` string, nullable
  - `patientCode` string, nullable
  - `patientName` string, nullable
  - `identityCard` string, nullable
  - `phoneNumber` string, nullable
  - `email` string, nullable
  - `birthday` string, date-time, nullable

## Response `200`

Success

- PagedResultDtoOfHisPatientDto
  - `items` HisPatientDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `patientCode` string, nullable
    - `lastName` string, nullable
    - `firstName` string, nullable
    - `fullName` string, nullable
    - `birthday` string, date-time
    - `idGender` integer
    - `genderName` string, nullable
    - `phoneNumber` string, nullable
    - `email` string, nullable
    - `identityCard` string, nullable
    - `identityDate` string, date-time
    - `address` string, nullable
    - `userId` integer, nullable
  - `totalCount` integer

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
