{
    "success": true,
    "message": "New Patient has been created successfully",
    "data": {
        "patient_id": "P02029429670"
    }
}

{
    "success": false,
    "message": "Patient Resource Exists",
    "data": {
        "resourceID": "P02029429670"
    }
}