CreateProblemDto
titlestringrequired
Example:
Артеріальна гіпертензіяicd10Codestring
Код МКХ-10
Example:
I10statusstring
Possible values: [active, resolved, inactive]
onsetDatestring
Дата виникнення (ISO date)
resolvedDatestring
Дата вирішення (ISO date)
notestring
CreateProblemDto
{
"title": "Артеріальна гіпертензія",
"icd10Code": "I10",
"status": "active",
"onsetDate": "string",
"resolvedDate": "string",
"note": "string"
}