From 9fae310367f7d2a5227c8b2df15bac150d3f58c0 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Fri, 6 Dec 2024 15:51:20 +0100 Subject: [PATCH] [trivial] Fixed two spelling issues. --- paths/qoc_checkupPolicy.yaml | 2 +- schemas/CallupPolicyFrequency.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paths/qoc_checkupPolicy.yaml b/paths/qoc_checkupPolicy.yaml index c7996ac..b475c58 100644 --- a/paths/qoc_checkupPolicy.yaml +++ b/paths/qoc_checkupPolicy.yaml @@ -67,7 +67,7 @@ post: $ref: ../schemas/pat-BSN.yaml indicatorKey: description: |- - The key of the indicator as listed in the indicator set. The version of the indicator is ignored. That means that any suffix in the form: dash followed by a integer is ignored. The policy is therefore set for a indicator, and not for a specific version of the indicator. E.g. for ZOO-dm2-hb and not for ZOO-dm2-hb-3/em>. + The key of the indicator as listed in the indicator set. The version of the indicator is ignored. That means that any suffix in the form: dash followed by a integer is ignored. The policy is therefore set for a indicator, and not for a specific version of the indicator. E.g. for ZOO-dm2-hb and not for ZOO-dm2-hb-3. example: ZOO-dm2-hb-3 type: string doNotCallupUntil: diff --git a/schemas/CallupPolicyFrequency.yaml b/schemas/CallupPolicyFrequency.yaml index c952ac9..f24c27f 100644 --- a/schemas/CallupPolicyFrequency.yaml +++ b/schemas/CallupPolicyFrequency.yaml @@ -2,7 +2,7 @@ description: |- The frequency in which the patient should be called up for the chosen indicator. If set to never, then the patient is removed from any call-up plan, until the policy is set or the end date has passed. type: string enum: - - quater + - quarter - sixMonths - year - twoYear