Cleaning up for commit

This commit is contained in:
Bryn Rhodes 2020-05-21 18:26:02 -06:00
parent 00a09ee914
commit 1bd6dfec30
2 changed files with 0 additions and 23 deletions

View File

@ -1,7 +0,0 @@
library TestingURL
using FHIR version '4.0.1'
context Patient
define Test: 2 + 2

View File

@ -1,16 +0,0 @@
{
"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"
}]
}