updateCondition
Modify existing patient condition details in Medplum MCP Server by updating clinical or verification status, or onset description, using the condition ID.
Instructions
Updates an existing condition. Requires the condition ID and at least one field to update.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clinicalStatus | No | The new clinical status of the condition. | |
conditionId | Yes | The unique ID of the condition to update. | |
onsetString | No | Update the onset description. To remove this field, provide a `null` value. | |
verificationStatus | No | The new verification status of the condition. |