Committed testing examples for CQL translation

This commit is contained in:
Bryn Rhodes
2020-04-03 22:01:31 -06:00
parent 901ecfea9c
commit a15c0c13c9
3 changed files with 55 additions and 8 deletions

View File

@@ -1,15 +1,14 @@
{
"resourceType" : "Library",
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
"version" : "1.0.0",
"status" : "draft",
"type" : {
"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" : [{
]},
"content" : [{
"id" : "ig-loader-binary.cql"
}]
}
}