From a59787c02ce2c46dddb3216d589fbe1aafaffede Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 4 Apr 2020 14:22:28 +1100 Subject: [PATCH] add binary test --- input/cql/binary.cql | 1 + input/examples/Binary-example.json | 5 +++++ input/examples/Library-example.json | 15 +++++++++++++++ input/myig.xml | 11 +++++++++++ 4 files changed, 32 insertions(+) create mode 100644 input/cql/binary.cql create mode 100644 input/examples/Binary-example.json create mode 100644 input/examples/Library-example.json diff --git a/input/cql/binary.cql b/input/cql/binary.cql new file mode 100644 index 0000000..bf56665 --- /dev/null +++ b/input/cql/binary.cql @@ -0,0 +1 @@ +this is some example cql diff --git a/input/examples/Binary-example.json b/input/examples/Binary-example.json new file mode 100644 index 0000000..f8204f0 --- /dev/null +++ b/input/examples/Binary-example.json @@ -0,0 +1,5 @@ +{ + "resourceType" : "Binary", + "id" : "example", + "data" : "ig-loader-binary.cql" +} \ No newline at end of file diff --git a/input/examples/Library-example.json b/input/examples/Library-example.json new file mode 100644 index 0000000..6eede34 --- /dev/null +++ b/input/examples/Library-example.json @@ -0,0 +1,15 @@ +{ + "resourceType" : "Library", + "url" : "http://somewhere.org/fhir/uv/myig/Library/example", + "version" : "1.0.0", + "status" : "draft", + "type" : { + "coding" : [{ + "system" : "http://terminology.hl7.org/CodeSystem/library-type", + "code" : "logic-library" + ]} + }, + "content" : [{ + "id" : "ig-loader-binary.cql" + }] +} \ No newline at end of file diff --git a/input/myig.xml b/input/myig.xml index da66acf..a4a951e 100644 --- a/input/myig.xml +++ b/input/myig.xml @@ -55,6 +55,13 @@ + @@ -100,6 +107,10 @@ + + + +