update_patient
Update specific fields on an existing patient record by supplying a patient number and a JSON object of the fields to change.
Instructions
Update fields on an existing patient record.
updates_json is a JSON object string of fields to change, e.g.
'{"Email": "new@example.com", "WkPhone": "5551234567"}'. Only fields
included in the object will be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patnum | Yes | ||
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |