---
title: "GET /api/services/app/PatientProfile/GetPatientProfile"
method: GET
path: "/api/services/app/PatientProfile/GetPatientProfile"
tags: ["PatientProfile"]
---

# GET /api/services/app/PatientProfile/GetPatientProfile

`GET /api/services/app/PatientProfile/GetPatientProfile`

## Response `200`

Success

- PatientProfileDto
  - `id` integer
  - `lastName` string, nullable
  - `firstName` string, nullable
  - `birthday` string, date-time, nullable
  - `idGender` integer
  - `genderName` string, nullable
  - `idCareer` integer
  - `ethnicId` integer
  - `phoneNumber` string, nullable
  - `email` string, nullable
  - `identityCard` string, nullable
  - `identityDate` string, date-time
  - `address` AddressDto
    - `provinceId` integer
    - `provinceCode` string, nullable — Max length 3
    - `districtId` integer, nullable
    - `communeId` integer, nullable
    - `communeCode` string, nullable — Max length 6
    - `street` string, nullable — Max length 200
    - `fullAddress` string, nullable — Max length 512
  - `familyMembers` FamilyRelationshipDto[], nullable
    - `id` integer
    - `parentId` integer
    - `relatedPatientId` integer, nullable
    - `isMember` boolean
    - `hisPatientId` integer, nullable
    - `hisPatientCode` string, nullable
    - `name` string, nullable
    - `phone` string, nullable
    - `genderName` string, nullable
    - `birthday` string, date-time, nullable
    - `address` AddressDto
      - `provinceId` integer
      - `provinceCode` string, nullable — Max length 3
      - `districtId` integer, nullable
      - `communeId` integer, nullable
      - `communeCode` string, nullable — Max length 6
      - `street` string, nullable — Max length 200
      - `fullAddress` string, nullable — Max length 512
    - `relationType` string, nullable
    - `isEmergencyContact` boolean
  - `hisPatientId` integer, nullable
  - `hisPatientCode` string, nullable
  - `userId` integer
  - `parentId` integer, nullable
  - `relationType` string, nullable

---

[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)
