From 6e51b8442c0a926f46a020c8e840dac32279a000 Mon Sep 17 00:00:00 2001 From: Steve Munini Date: Sun, 20 Sep 2026 14:32:43 -0400 Subject: [PATCH] Add effectiveDateTime to the example ADI documentation Observation The US Core Observation ADI Documentation group has a SHALL patient + category + date search test. The example ADI documentation Observation had no effective[x], so the test could not find a date value and always skipped against the example bundle with "Could not find values for all search params `patient`, `category`, `date`". effective[x] is 0..1 and not must support in the profile, so the resource stays conformant. Use the same instant as issued, matching the neighbouring treatment intervention preference Observation. --- client-example-resources/us_quality_core_bundle_patient.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client-example-resources/us_quality_core_bundle_patient.json b/client-example-resources/us_quality_core_bundle_patient.json index 7b65698..c4b4d85 100644 --- a/client-example-resources/us_quality_core_bundle_patient.json +++ b/client-example-resources/us_quality_core_bundle_patient.json @@ -358,6 +358,7 @@ "subject": { "reference": "Patient/usqualitycore-patient" }, + "effectiveDateTime": "2024-05-16T01:06:06Z", "issued": "2024-05-16T01:06:06Z", "performer": [ {