In this guide, you will build a Recipe for: Active male patients aged 50 or older. It is a simple example, but it introduces the main pattern you will use again and again: choose a field, choose how to compare it, then choose the value.Documentation Index
Fetch the complete documentation index at: https://docs.practicemate.com.au/llms.txt
Use this file to discover all available pages before exploring further.
The screenshots in this guide are cropped to the Recipe area of the dashboard. They show the exact choices to make, without showing patient details.
Before you start
Open Recipes from the sidebar, then select New Recipe. PracticeMate first asks: What kind of Recipe would you like to create? You can describe the Recipe in plain English, or select Open the full editor instead. This guide uses the full editor so you can see exactly how the Recipe is built.
New Recipes include Status is Active and Extraction Opt-Out is False by default. Keep both filters for this example.

Add the age filter
Select Add Filter
In the Patients section, select Add Filter. A new blank filter row appears under the default filters.
Add the sex filter
Your Recipe now reads as a set of patient filters:

Why the AND connectors matter
The filters are joined with AND, which means a patient must match every line:- active
- not opted out of extraction
- age 50 or older
- male
Find active patients who have not opted out of extraction, are aged 50 or older, and have Sex set to Male.
Test the Recipe
Select Test in the top right of the builder. PracticeMate will check the Recipe and show how many patients match. If the number looks unexpected, review the filters before saving.Save the Recipe
When the test result looks sensible:You have built your first PracticeMate Recipe.
What you learned
You used:- the default active-patient filters
- a number field, Age (Years)
- a list field, Sex
- the is greater than or equal to operator
- the is operator
- AND connectors
- Test and Save
- Version history as a way to return to earlier saved work



