Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateObservation

Modify existing observations in Medplum FHIR servers by providing the observation ID and updating fields like status, numeric value, or string value using the MCP server.

Instructions

Updates an existing observation. Requires the observation ID and the fields to update.

Input Schema

NameRequiredDescriptionDefault
observationIdYesThe unique ID of the observation to update.
statusNoNew status for the observation.
valueQuantityNoNew numeric value of the observation. Optional.
valueStringNoNew string value of the observation. Optional.

Input Schema (JSON Schema)

{ "properties": { "observationId": { "description": "The unique ID of the observation to update.", "type": "string" }, "status": { "description": "New status for the observation.", "enum": [ "registered", "preliminary", "final", "amended", "corrected", "cancelled" ], "type": "string" }, "valueQuantity": { "description": "New numeric value of the observation. Optional.", "type": "number" }, "valueString": { "description": "New string value of the observation. Optional.", "type": "string" } }, "required": [ "observationId" ], "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