Skip to main content
Glama

Medplum MCP Server

by rkirkendall

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

NameRequiredDescriptionDefault
clinicalStatusNoThe new clinical status of the condition.
conditionIdYesThe unique ID of the condition to update.
onsetStringNoUpdate the onset description. To remove this field, provide a `null` value.
verificationStatusNoThe new verification status of the condition.

Input Schema (JSON Schema)

{ "properties": { "clinicalStatus": { "description": "The new clinical status of the condition.", "enum": [ "active", "recurrence", "relapse", "inactive", "remission", "resolved" ], "type": "string" }, "conditionId": { "description": "The unique ID of the condition to update.", "type": "string" }, "onsetString": { "description": "Update the onset description. To remove this field, provide a `null` value.", "type": "string" }, "verificationStatus": { "description": "The new verification status of the condition.", "enum": [ "unconfirmed", "provisional", "differential", "confirmed", "refuted", "entered-in-error" ], "type": "string" } }, "required": [ "conditionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkirkendall/medplum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server