From 2f06f22b42611e8b53d34a9d363c54bc72055876 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 8 Aug 2024 17:01:43 +0200 Subject: [PATCH] sort terms alphabetically, see #1249 --- data/presets/healthcare/sample_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/healthcare/sample_collection.json b/data/presets/healthcare/sample_collection.json index 15326b81..2f2d19c0 100644 --- a/data/presets/healthcare/sample_collection.json +++ b/data/presets/healthcare/sample_collection.json @@ -20,8 +20,8 @@ "terms": [ "blood sample collection", "laboratory", - "urine sample collection", - "medical" + "medical", + "urine sample collection" ], "tags": { "healthcare": "sample_collection"