Skip to content

Commit

Permalink
Fixed issue with DT08 cql for the scheduled due date and updated maps…
Browse files Browse the repository at this point in the history
….http to use the output directory instead of fsh-generated for the questionnaire example.
  • Loading branch information
lukeaduncan committed Sep 29, 2023
1 parent d4639b7 commit 108e10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/cql/IMMZDT08.cql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define "Provision of the MCV dose":
and IMMZCom."Current Patient Age In Years" < 15

define "Schedule Due Date for MCV dose":
if "Expected Due Date for MCV dose" > IMMZCom."Date of Latest Live Attenuated Vaccine" + 4 weeks
if IMMZCom."Date of Latest Live Attenuated Vaccine" is null or "Expected Due Date for MCV dose" > IMMZCom."Date of Latest Live Attenuated Vaccine" + 4 weeks
then "Expected Due Date for MCV dose"
else IMMZCom."Date of Latest Live Attenuated Vaccine" + 4 weeks

Expand Down
2 changes: 1 addition & 1 deletion tools/maps.http
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ POST {{host}}/StructureMap/$transform?source=http://fhir.org/guides/who/smart-im
Accept: application/fhir+json;fhirVersion=4.0
Content-Type: application/fhir+json;fhirVersion=4.0

< ../fsh-generated/resources/QuestionnaireResponse-Example.IMMZ.C.QuestionnaireResponse.1.json
< ../output/QuestionnaireResponse-Example.IMMZ.C.QuestionnaireResponse.1.json

0 comments on commit 108e10d

Please sign in to comment.