Profile-related information about the patient in check report
Model definition
|
Property name |
Property type |
Property description |
|---|---|---|
|
age |
string |
Age group of the patient (e.g. 30-50) |
|
gender |
Gender of the patient |
|
|
genderText |
string (localized text) |
Localized name of the patient’s gender |
Example
JSON
{
"age": "30-50",
"gender": "MALE",
"genderText": "Male"
}