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