Observation

An Observation represents information gathered about a patient, including vital signs, laboratory data and other assessments.

Sample Query

Find observations of a specific type, as identified by the observation code:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/Observation?code=410301

Overview

See the FHIR documentation for more information about Observation resources.

Mapped Concepts in HIEBus

  • LabObservation
  • Observation

Supported Interactions

Observation resources support the following interactions.

Search Parameters

When searching for Observation resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date lt  le  gt  ge  When the resource last changed.
_source Uri :missing  Where the resource comes from.
category Token :missing  The classification of the type of observation - path Observation.category. Matches CareEvolution observations whose type is in a term subset with scope 'http://hl7.org/fhir/observation-category' and name equal to one of the specified codes with system 'http://hl7.org/fhir/observation-category'. Matches any CareEvolution lab observations if one of the specified category codes is 'laboratory' with system 'http://hl7.org/fhir/observation-category'. So for example 'category=http://hl7.org/fhir/observation-category|vital-signs' (and 'category=vital-signs') matches no lab observation and matches observations whose type is in the term subset with scope 'http://hl7.org/fhir/observation-category' and name 'vital-signs'; 'category=http://hl7.org/fhir/observation-category|laboratory' (and 'category=laboratory') matches any lab observation and no observations. Observations whose type is in the term subset with scope 'http://hl7.org/fhir/observation-category' and name 'laboratory' are always excluded and 'category=http://snomed.info/sct|laboratory' matches no lab observation or observations.
code Token :not  :in  :not-in  :missing  The code of the observation type.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Obtained date/time. If the obtained element is a period, a date that falls in the period.
document-date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Searches for observation by their associated document date.
document-type Token :not  :in  :not-in  :missing  Searches for observation by their associated document type.
encounter Reference :missing  yes Healthcare event related to the observation.
patient Reference :missing  yes The patient the Observation is about.
performer Reference :missing  yes Who performed the observation.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
status Token :missing  The status of the observation.
subject Reference :missing  yes The patient the Observation is about. Functionally identical to the "patient" search parameter.

Sortable Parameters

When searching Observation resources, it is possible to sort the returned values by the following search parameters.

  • date
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Observation resources, it is possible to include the resources referenced by the following field names.

  • Encounter
  • Patient
  • Performer
  • Provenance Agent
  • Subject

Supported Operations

Observation supports the following extended operations.


Back to Resources