OB Episode HTML
The OB Episode HTML feature allows the user to retrieve OB Episode data in an HTML format.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get specific OB episode details in HTML format
GET
/v1/{practiceid}/chart/{patientid}/obepisodes/{obepisodeid}/html
BETA: Retrieves specific OB episode information in a HTML format
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
showhiddenproblems
boolean
Designates whether we will also show hidden problems. The default value is false.
includewrapper
boolean
If true, will include a wrapper with standard HTML tags
Output Parameters
Expand all
html
string
American College of Obstetrics and Gynecology (ACOG) form in HTML format
Example Code