From 9b411d51320cde209cd5c0c77fb1a238953cdd9b Mon Sep 17 00:00:00 2001 From: Luke Duncan Date: Thu, 21 Sep 2023 14:36:15 -0700 Subject: [PATCH] Updated activity definition to remove dyamicvalues which were causing errors. --- .../IMMZ.DT.08.Measles.SR.json | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json b/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json index b98dbad25d..c53e0dbe85 100644 --- a/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json +++ b/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json @@ -35,37 +35,5 @@ ] }, "intent": "proposal", - "doNotPerform": false, - "dynamicValue": [ - { - "path" : "status", - "expression" : { - "language" : "text/cql", - "expression" : "Code { system: 'http://hl7.org/fhir/request-status', code: 'active', display: 'Active' }" - } - }, - { - "path" : "intent", - "expression" : { - "language" : "text/cql", - "expression" : "Code { system: 'http://hl7.org/fhir/request-intent', code: 'proposal', display: 'Proposal' }" - } - }, - { - "path" : "code", - "expression" : { - "language" : "text/cql", - "expression" : "Code { system: 'http://id.who.int/icd/release/11/mms', code: 'XN186', display: 'Measles virus' }" - } - }, - { - "path": "occurrence", - "expression": { - "description": "Due date of the dose", - "language": "text/cql", - "expression": "Schedule Due Date for MCV dose" - } - } - - ] + "doNotPerform": false } \ No newline at end of file