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

# Gets Encounter resource for given encounterId.

`GET /Encounter/{id}`

Fetches a single Encounter. An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.  
 
 FHIR Resource: Encounter 
 *	Encounters 
 
 FHIR Resource: Location 
 * Location

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `identifiers` ListOfIdentifiers — unresolved $ref
  - `status` EncounterStatus, required — unresolved $ref
  - `class` Coding — unresolved $ref
  - `type` ListOfCodeableConcept — unresolved $ref
  - `subject` ResourceReference — unresolved $ref
  - `participants` ListOfParticipantComponent — unresolved $ref
  - `period` Period — 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)
