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
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. |