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

# Gets Condition resource for given conditionId.

`GET /Condition/{id}`

Fetches a Condition resource containing the condition/problem associated with the provided resource id.  
 
 FHIR Resource: Condition 
 *	Health Concerns 
 * Problems 
 * Encounter Diagnosis

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `clinicalStatus` CodeableConcept — unresolved $ref
  - `verificationStatus` CodeableConcept, required — unresolved $ref
  - `category` ListOfCodeableConcept — unresolved $ref
  - `code` CodeableConcept — unresolved $ref
  - `subject` ResourceReference — unresolved $ref
  - `onset` string, date-time

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