add binary test
This commit is contained in:
5
input/examples/Binary-example.json
Normal file
5
input/examples/Binary-example.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"resourceType" : "Binary",
|
||||
"id" : "example",
|
||||
"data" : "ig-loader-binary.cql"
|
||||
}
|
||||
15
input/examples/Library-example.json
Normal file
15
input/examples/Library-example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"resourceType" : "Library",
|
||||
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
|
||||
"version" : "1.0.0",
|
||||
"status" : "draft",
|
||||
"type" : {
|
||||
"coding" : [{
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
|
||||
"code" : "logic-library"
|
||||
]}
|
||||
},
|
||||
"content" : [{
|
||||
"id" : "ig-loader-binary.cql"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user