removed library immunizationCQLLibrary (#4024)

* removed library immunizationCQLLibrary

* deleted unused resource file

Co-authored-by: Anna <anna@MacBook-Pro.local>
This commit is contained in:
alackerbauer 2022-09-14 13:55:35 +02:00 committed by GitHub
parent 8fdfcaa9e6
commit 1a3de51cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 552 deletions

View File

@ -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",