Skip to main content
Glama

Medplum MCP Server

by rkirkendall

updateObservation

Modify existing healthcare observations by updating fields like status, valueQuantity, or valueString. Requires the observation ID and optional fields to ensure accurate data management in Medplum FHIR servers.

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