Merge pull request #26 from FHIR/library-liquid-template

Library liquid template
This commit is contained in:
Lloyd McKenzie
2020-06-15 09:27:09 -06:00
committed by GitHub
4 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"options":[
"EnableAnnotations",
"EnableLocators",
"DisableListDemotion",
"DisableListPromotion"
],
"formats":[
"XML",
"JXSON"
],
"validateUnits":true,
"verifyOnly":false,
"errorLevel":"Info",
"signatureLevel":"None"
}

View File

@@ -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"
}]

View File

@@ -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"/>