Update Procedure
PUT {{baseUrl}}/api/v2/Procedure/:procedure-id
Overview:
Updates an existing Procedure resource specified by id using a replacement data payload.
This is only supported in ATHENA.
Use Cases:
Update Post-Operation Details: Revise procedure details after surgery
Link New Imaging Findings: Add imaging document references
Associate Device Details: Link implanted device details to procedure
Refine Codes: Modify codes based on additional findings
Comply With Amendment Request: Update details per patient request
Request Body
{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"<string>", "subject"=>{"reference"=>"<string>"}, "status"=>"<string>", "performedDateTime"=>"<dateTime>", "code"=>{"coding"=>[{"system"=>"<string>", "code"=>"<string>", "display"=>"<string>"}, {"system"=>"<string>", "code"=>"<string>", "display"=>"<string>"}]}, "note"=>[{"text"=>"<string>"}, {"text"=>"<string>"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) Source ID | |
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{}