add binary test

This commit is contained in:
Grahame Grieve
2020-04-04 14:22:28 +11:00
parent f6546ef566
commit a59787c02c
4 changed files with 32 additions and 0 deletions

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