From 05fa1fdfb9d191746f22e3901a2e3b26758dceaa Mon Sep 17 00:00:00 2001 From: Michael Lawley Date: Tue, 22 Oct 2024 15:46:01 +0900 Subject: [PATCH] "date" is optional --- tx/tho/expand-vs-act-class-response-valueSet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tx/tho/expand-vs-act-class-response-valueSet.json b/tx/tho/expand-vs-act-class-response-valueSet.json index 36851ca4..153d7808 100644 --- a/tx/tho/expand-vs-act-class-response-valueSet.json +++ b/tx/tho/expand-vs-act-class-response-valueSet.json @@ -1,5 +1,5 @@ { - "$optional-properties$" : ["id"], + "$optional-properties$" : ["id","date"], "resourceType" : "ValueSet", "id" : "$id$", "url" : "http://hl7.org/fhir/tests/ValueSet/act-class", @@ -712,4 +712,4 @@ "code" : "unordered" }] } -} \ No newline at end of file +}