From ea255efd98d485688c947ae75c2fac4fe6144305 Mon Sep 17 00:00:00 2001 From: Bryn Rhodes Date: Sat, 4 Apr 2020 00:22:52 -0600 Subject: [PATCH] Fixes to library example --- input/examples/Library-example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/input/examples/Library-example.json b/input/examples/Library-example.json index 7378bbf..a667928 100644 --- a/input/examples/Library-example.json +++ b/input/examples/Library-example.json @@ -7,8 +7,9 @@ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/library-type", "code" : "logic-library" - ]}, + }] + }, "content" : [{ - "id" : "ig-loader-binary.cql" + "id" : "ig-loader-example.cql" }] }