Skip to content

Commit 030137a

Browse files
committed
Use criteria in singular form
1 parent 7852b43 commit 030137a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/v1/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "string",
1212
"description": "Type of criterion.\n\n- criteria: Group of criteria or conditions.\n- syndrome: Syndrome (defined by another definition, but used here as a criterion).\n- symptom: just a symptom.\n- diagnosis: The diagnosed disease, which may or may not be followed by a code, e.g. ICD.\n- diagnostic_test: Tests or medical examinations to confirm a diagnosis, e.g. gluplasma glucose.\n- professional_judgment: Professional assessment.\n- epidemiological_history: Travel history or contact with someone with an epidemiological link.\n- demographic_criteria: Factors such as age or sex.",
1313
"enum": [
14-
"criteria",
14+
"criterion",
1515
"syndrome",
1616
"symptom",
1717
"diagnosis",

0 commit comments

Comments
 (0)