Library liquid template
This commit is contained in:
7
input/cql/TestingURL.cql
Normal file
7
input/cql/TestingURL.cql
Normal file
@@ -0,0 +1,7 @@
|
||||
library TestingURL
|
||||
|
||||
using FHIR version '4.0.1'
|
||||
|
||||
context Patient
|
||||
|
||||
define Test: 2 + 2
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"resourceType" : "Library",
|
||||
"id": "example",
|
||||
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
|
||||
"version" : "1.0.0",
|
||||
"status" : "draft",
|
||||
|
||||
16
input/examples/Library-testingid.json
Normal file
16
input/examples/Library-testingid.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"resourceType" : "Library",
|
||||
"id": "testingid",
|
||||
"url" : "http://somewhere.org/fhir/uv/myig/Library/TestingURL",
|
||||
"version" : "1.0.0",
|
||||
"status" : "draft",
|
||||
"type" : {
|
||||
"coding" : [{
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
|
||||
"code" : "logic-library"
|
||||
}]
|
||||
},
|
||||
"content" : [{
|
||||
"id" : "ig-loader-TestingURL.cql"
|
||||
}]
|
||||
}
|
||||
@@ -111,6 +111,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