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
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the observation. | |
encounter | string | (Required) The encounter identifier associated with the observation. | |
category | string | (Required) The category of the observation. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}