SOAP
7. Get SOAP Note Section
GET /v1.0/appointments/encounters/notes/soap/sections/{section_id}
Retrieves a specific SOAP note section by ID.
Parameters
(same as Add Chief Complaints)
section_id (path): The unique identifier of the SOAP note section.
Responses
200: SOAP note section content (application/json)
404: The requested resource was not found (application/json)
Update SOAP Note Section
PUT /v1.0/appointments/encounters/notes/soap/sections/{section_id}
Updates a specific SOAP note section by ID.
Parameters
As above for patient and encounter identification.
section_id (path): The unique identifier of the SOAP note section.
Request Body (
application/json
)
"string"Responses
200: SOAP note section updated successfully (application/json)
400: Bad request due to invalid input (application/json)
404: The requested resource was not found (application/json)
Last updated
