Merge pull request #26 from FHIR/library-liquid-template
Library liquid template
This commit is contained in:
17
input/cql/cql-options.json
Normal file
17
input/cql/cql-options.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"options":[
|
||||
"EnableAnnotations",
|
||||
"EnableLocators",
|
||||
"DisableListDemotion",
|
||||
"DisableListPromotion"
|
||||
|
||||
],
|
||||
"formats":[
|
||||
"XML",
|
||||
"JXSON"
|
||||
],
|
||||
"validateUnits":true,
|
||||
"verifyOnly":false,
|
||||
"errorLevel":"Info",
|
||||
"signatureLevel":"None"
|
||||
}
|
||||
@@ -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"
|
||||
}]
|
||||
|
||||
@@ -126,6 +126,10 @@
|
||||
<code value="path-binary"/>
|
||||
<value value="input\cql"/>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<code value="path-liquid"/>
|
||||
<value value="templates\liquid"/>
|
||||
</parameter>
|
||||
<!-- Uncomment one or more of these if you want to limit which syntaxes are supported or want to disable the display of mappings
|
||||
<parameter>
|
||||
<code value="excludexml"/>
|
||||
|
||||
Reference in New Issue
Block a user