diff --git a/input/cql/cql-options.json b/input/cql/cql-options.json
new file mode 100644
index 0000000..9ef3ba6
--- /dev/null
+++ b/input/cql/cql-options.json
@@ -0,0 +1,17 @@
+{
+ "options":[
+ "EnableAnnotations",
+ "EnableLocators",
+ "DisableListDemotion",
+ "DisableListPromotion"
+
+],
+ "formats":[
+ "XML",
+ "JXSON"
+ ],
+ "validateUnits":true,
+ "verifyOnly":false,
+ "errorLevel":"Info",
+ "signatureLevel":"None"
+}
diff --git a/input/examples/Library-example.json b/input/examples/Library-example.json
index a667928..20f4135 100644
--- a/input/examples/Library-example.json
+++ b/input/examples/Library-example.json
@@ -1,14 +1,24 @@
{
"resourceType" : "Library",
+ "id": "example",
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
"version" : "1.0.0",
+ "name": "example",
+ "title": "Example CQL Library",
"status" : "draft",
+ "experimental": true,
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "logic-library"
}]
},
+ "subject": {
+ "coding": [{
+ "system": "hl7.org/fhir/resource-types",
+ "code": "Patient"
+ }]
+ },
"content" : [{
"id" : "ig-loader-example.cql"
}]
diff --git a/input/myig.xml b/input/myig.xml
index 9cca290..4852cf9 100644
--- a/input/myig.xml
+++ b/input/myig.xml
@@ -126,6 +126,10 @@
+
+
+
+