Additional updates to template and library example
This commit is contained in:
@@ -3,13 +3,22 @@
|
||||
"id": "example",
|
||||
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
|
||||
"version" : "1.0.0",
|
||||
"name": "example",
|
||||
"title": "Example CQL Library",
|
||||
"status" : "draft",
|
||||
"experimental": true,
|
||||
"type" : {
|
||||
"coding" : [{
|
||||
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
|
||||
"code" : "logic-library"
|
||||
}]
|
||||
},
|
||||
"subject": {
|
||||
"coding": [{
|
||||
"system": "hl7.org/fhir/resource-types",
|
||||
"code": "Patient"
|
||||
}]
|
||||
},
|
||||
"content" : [{
|
||||
"id" : "ig-loader-example.cql"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user