Patient
Create Patient
Creates a patient record
post/main/Patient
Request body
Example request
{
"active": true
}Response
Patient resource created
Example response
{
"active": true
}Creates a patient record
{
"active": true
}Patient resource created
{
"active": true
}