Discussion Items
Discussion Items allow a user to retrieve details about a patient's clinical OB Episodes and the discussion notes. This feature allows the user to modify the notes of an OB episode. The Discussion Items Reference feature allows the user to retrieve a list of discussion items configured in the system.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
- Reference
Update discussion items of OB Episode
PUT
/v1/{practiceid}/chart/{patientid}/obepisodes/{obepisodeid}/discussionitems
BETA: Modifies the discussion notes of an OB Episode
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
obepisodeid
integer
obepisodeid
Content-Type
string
Content type of the payload
Output Parameters
Expand all
success
string
Returns true if the call was a success.
Example Code
Get reference list of discussion items for OB Episode
GET
/v1/{practiceid}/chart/configuration/obepisodes/discussionitems
BETA: Retrieves a list of discussion items for the practice that may be filtered by trimester
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
trimester
integer
Optionally, only include elements from this trimester.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
description
string
Description of this discussion item.
discussionitemid
integer
ID of this discussion item.
ordering
integer
Ordering of this discussion item within this trimester.
trimester
integer
Trimester of this discussion item.
Example Code