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

# Gets Observation resource for given observationId.

`GET /Observation/{id}`

Fetches a single observation by id. 
 
 FHIR Resource: Observation  
 *	Diastolic Blood Pressure - Blood pressure systolic and diastolic (FHIR Core Profile) 
 *	Systolic Blood Pressure - Blood pressure systolic and diastolic (FHIR Core Profile) 
 *	Body Height - Body height (FHIR Core Profile) 
 *	Body Weight - Body weight (FHIR Core Profile) 
 *	Heart Rate - Heart rate (FHIR Core Profile) 
 *	Respiratory Rate - Body temperature (FHIR Core Profile) 
 *	Body Temperature - Body temperature (FHIR Core Profile) 
 *	Pulse Oximetry - US Core Pulse Oximetry Profile (Builds on FHIR Core Profile) 
 *	Inhaled Oxygen Concentration - US Core Pulse Oximetry Profile (Builds on FHIR Core Profile) 
 *	BMI Percentile (2-20 years old) - US Core Pediatric BMI for Age Observation Profile (Builds on FHIR Core Profile) 
 *	Weight-for-Length Percentile (Birth-36 months) - US Core Pediatric Weight for Height Observation Profile (Builds on FHIR Core Profile) 
 *	Occipital-frontal Head Circumference Percentile (Birth-36 months) - US Core Pediatric Head Occipital Frontal Circumference Observation Profile (Builds on FHIR Core Profile) 
 * Smoking Status

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `status` ObservationStatus, required — unresolved $ref
  - `category` ListOfCodeableConcept — unresolved $ref
  - `code` CodeableConcept — unresolved $ref
  - `subject` ResourceReference — unresolved $ref
  - `effectiveDateTime` string, date-time
  - `component` ListOfObservationComponent — unresolved $ref
  - `valueCodeableConcept` CodeableConcept — 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)
