searchObservations
Retrieve patient observations by filtering criteria such as patient ID, observation code, status, or encounter ID using the Medplum MCP Server for efficient healthcare data management.
Instructions
Searches for observations based on criteria like patient ID or code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | No | The observation code to filter by. Optional. | |
encounterId | No | The encounter ID to search observations for. Optional. | |
patientId | No | The patient ID to search observations for. Optional. | |
status | No | The observation status to filter by. Optional. |