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
Name | Required | Description | Default |
---|---|---|---|
observationId | Yes | The unique ID of the observation to update. | |
status | No | New status for the observation. | |
valueQuantity | No | New numeric value of the observation. Optional. | |
valueString | No | New string value of the observation. Optional. |