From dcb849c07e289d5efdd19662685eaa5355dfa8a6 Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Tue, 16 Jan 2024 16:20:19 +0530 Subject: [PATCH] review changes --- content/millennium/r4/clinical/diagnostics/diagnostic-report.md | 2 +- .../millennium/r4/foundation/documents/document-reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/millennium/r4/clinical/diagnostics/diagnostic-report.md b/content/millennium/r4/clinical/diagnostics/diagnostic-report.md index 94f1d4ee0..a48a29edd 100644 --- a/content/millennium/r4/clinical/diagnostics/diagnostic-report.md +++ b/content/millennium/r4/clinical/diagnostics/diagnostic-report.md @@ -89,7 +89,7 @@ _Implementation Notes_ * It must be provided with `le` or `lt` and `ge` or `gt` prefixes to search for report(s) within a specific range. * The `time` component is required for both parameters. -* The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. The lower value date/time should be of occurance before than the higher value date/time occurance. +* The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. * The `date` and `_lastUpdated` parameters may not be provided together. diff --git a/content/millennium/r4/foundation/documents/document-reference.md b/content/millennium/r4/foundation/documents/document-reference.md index 156b5c460..639c53ed9 100644 --- a/content/millennium/r4/foundation/documents/document-reference.md +++ b/content/millennium/r4/foundation/documents/document-reference.md @@ -99,7 +99,7 @@ _Implementation Notes_ - When searching with the `period` parameter: - It must be provided twice, once with the `ge` prefix, and once with the `lt` prefix. - Date precision must be consistent. -- The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. The lower value date/time should be of occurance before than the higher value date/time occurance. +- The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. - The `date`, `period` and `_lastUpdated` parameters may not be provided together.