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 @@
+
+
+
+