From ad889b00fd74a31330f783a41480707e7393334c Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Fri, 27 Dec 2024 11:50:32 -0800 Subject: [PATCH] Removing inaccurate line from validation spec docs --- docs/service_specs/validation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/service_specs/validation.md b/docs/service_specs/validation.md index 59747887..af7061cd 100644 --- a/docs/service_specs/validation.md +++ b/docs/service_specs/validation.md @@ -67,8 +67,6 @@ Categories are used to classify validation results (since there tend to be many) - `GET /health`: Performs a health check to verify the service is operational. -These operations support the management of measure definitions and the evaluation of clinical data against defined measures. - ## Future Considerations * Operation to bulk _retrieve_ categories and their rules that can be updated in an text editor and then provided back to the _bulk save_ operation.