Get an observation by ID

get

/Observation/{id}

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

Retrieves an individual observation by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful retrieve response.
Body ()
Root Schema : Observation
Type: object
A measurement, assertion, or grouped result about a patient.
Show Source
Nested Schema : category
Type: array
The observation classification.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : component
Type: array
The component results.
Show Source
Nested Schema : derivedFrom
Type: array
The related source observations.
Show Source
Nested Schema : effectiveDateTime
The clinically relevant time for the observation.
Match One Schema
Show Source
Nested Schema : PeriodForObservation
Type: object
Show Source
Nested Schema : hasMember
Type: array
The member observations.
Show Source
Nested Schema : interpretation
Type: array
The interpretation of the result.
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : performer
Type: array
The responsible practitioners.
Show Source
Nested Schema : referenceRange
Type: array
The reference ranges for the result.
Show Source
Nested Schema : ReferenceForObservation
Type: object
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : Quantity
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : ComponentForObservation
Type: object
Show Source
Nested Schema : interpretation
Type: array
Show Source
Nested Schema : referenceRange
Type: array
Show Source
Nested Schema : ReferenceRangeForObservation
Type: object
Show Source
Nested Schema : PrimitiveElementForObservation
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForObservation
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : security
Type: array
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top