---
title: "Gets Patient resource for given patientId."
method: GET
path: "/Patient/{id}"
tags: ["Patient"]
---

# Gets Patient resource for given patientId.

`GET /Patient/{id}`

Fetches a single Patient by patient Id 
 
 FHIR Resource: Patient.name.given 
 * First Name 
 *	Middle Name 
 
 FHIR Resource: Patient.name.family 
 *	Last Name 
 
 FHIR Resource: Patient.name 
 *	Previous Name 
 
 FHIR Resource: Patient.name.suffix 
 *	Suffix 
 
 FHIR Resource: US Core Birth Sex Extension 
 *	Birth Sex 
  
 FHIR Resource: Patient.birthDate 
 *	Date of Birth 
  
 FHIR Resource: US Core Race Extension 
 *	Race 
  
 FHIR Resource: US Core Ethnicity Extension 
 *	Ethnicity 
  
 FHIR Resource: Patient.communication 
 *	Preferred Language 
  
 FHIR Resource: Patient.address 
 *	Address 
  
 FHIR Resource: Patient.telecom 
 *	Phone Number

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `active` boolean
  - `identifier` ListOfIdentifierDetail — unresolved $ref
  - `telcom` ListOfContactPoint — unresolved $ref
  - `name` ListOfHumanName — unresolved $ref
  - `address` ListOfAddress — unresolved $ref
  - `birthDate` string, date-time
  - `extension` ListOfExtension — unresolved $ref
  - `communication` ListOfCommunicationComponent — unresolved $ref

## Other responses

- `400` — Unexpected error occurred.
- `401` — Login credentials denied Access.
- `403` — Access denied for this resource with the given credentials.
- `404` — Resource not Found.
- `500` — Internal exception.

---

[API](https://skmtc.net/nextgen/apis/r4-fhir.md) · [All operations](https://skmtc.net/nextgen/apis/r4-fhir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/r4-fhir/revisions/c77712e3de0c/schema)
