removed library immunizationCQLLibrary (#4024)
* removed library immunizationCQLLibrary * deleted unused resource file Co-authored-by: Anna <anna@MacBook-Pro.local>
This commit is contained in:
parent
8fdfcaa9e6
commit
1a3de51cfd
|
@ -3,69 +3,6 @@
|
|||
"id": "bundle-fhir-helpers",
|
||||
"type": "transaction",
|
||||
"entry": [
|
||||
{
|
||||
"resource": {
|
||||
"resourceType": "Library",
|
||||
"id": "immunizationCQLLibrary",
|
||||
"name": "immunizationCQLLibrary",
|
||||
"status": "active",
|
||||
"relatedArtifact": [
|
||||
{
|
||||
"type": "depends-on",
|
||||
"resource": "http://hl7.org/fhir/Library/FHIRHelpers|4.0.1"
|
||||
}
|
||||
],
|
||||
"type": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/library-type",
|
||||
"code": "logic-library"
|
||||
}
|
||||
]
|
||||
},
|
||||
"parameter": [
|
||||
{
|
||||
"name": "InitialPopulation",
|
||||
"use": "out",
|
||||
"min": 0,
|
||||
"max": "*",
|
||||
"type": "Patient"
|
||||
},
|
||||
{
|
||||
"name": "Denominator",
|
||||
"use": "out",
|
||||
"min": 0,
|
||||
"max": "*",
|
||||
"type": "Patient"
|
||||
},
|
||||
{
|
||||
"name": "Numerator",
|
||||
"use": "out",
|
||||
"min": 0,
|
||||
"max": "*",
|
||||
"type": "Patient"
|
||||
}
|
||||
],
|
||||
"dataRequirement": [
|
||||
{
|
||||
"type": "Patient",
|
||||
"profile": [
|
||||
"http://hl7.org/fhir/StructureDefinition/Patient"
|
||||
]
|
||||
}
|
||||
],
|
||||
"content": [
|
||||
{
|
||||
"contentType": "text/cql",
|
||||
"data": "This will be automatically replaced with a specified CQL content as part of the testing helper functions. If it is not being replaced with proper CQL content, there is something wrong with the bundle manipulating function 'loadBundleFromFileLocationAndManipulate'. "
|
||||
}
|
||||
]
|
||||
},
|
||||
"request": {
|
||||
"method": "PUT",
|
||||
"url": "Library/immunizationCQLLibrary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"resource": {
|
||||
"resourceType": "Library",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue