Перейти до основного вмісту

CreateProblemDto

titlestringrequired
Example: Артеріальна гіпертензія
icd10Codestring

Код МКХ-10

Example: I10
statusstring

Possible values: [active, resolved, inactive]

onsetDatestring

Дата виникнення (ISO date)

resolvedDatestring

Дата вирішення (ISO date)

notestring
CreateProblemDto
{
"title": "Артеріальна гіпертензія",
"icd10Code": "I10",
"status": "active",
"onsetDate": "string",
"resolvedDate": "string",
"note": "string"
}