Get a list of Observations

GET {{baseUrl}}/api/v2/Observation?patient=<integer>&encounter=<integer>&category=<string>

Overview:

Retrieves a list of all observation records containing patient details, observation codes, values, interpretation, and other measured data points.

Use Cases:

  • Retrieve Observation Data: Obtain details of a specific observation

  • Access Patient Metrics: Retrieve details of patient metrics

  • Query Vital Signs: Obtain specific vital sign details

  • Review Lab Results: Access details of laboratory results

  • Examine Imaging Observations: Retrieve information on imaging observations

Request Params

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the observation.
encounterstring(Required) The encounter identifier associated with the observation.
categorystring(Required) The category of the observation.

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring

RESPONSES

status: OK

{}