Age group

Age group is an entity that defines age range, e.g. 12-14, neonatal, etc.

Properties

Property
Type
Description

id

int

Unique age group identifier

name

string

Age group name

order

int

Age group sort order weight

Example

{
    "id": 22, 
    "name": "All Ages", 
    "order": 1
}

Endpoints

The AgeGroup entity has the following endpoints:

Last updated