Perinatal History
The Perinatal History feature allows the user to view the prenatal history and birth history information
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 patient's perinatal history
GET
/v1/{practiceid}/chart/{patientid}/perinatalhistory
BETA: Retrieves prenatal history and birth history information
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
departmentid
integer
The athenaNet department ID.
showunansweredquestions
boolean
Include questions where there is no current answer.
Output Parameters
Expand all
birthhistory
object
Birth history.
prenatalhistory
object
Prenatal history.
Example Code