Library liquid template
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user