Skip to content

Commit

Permalink
Revert to SMART STU2.2 fhirContext
Browse files Browse the repository at this point in the history
  • Loading branch information
tstrass committed Nov 4, 2024
1 parent cf9fbd9 commit fdb7864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class DTRSmartAppDinnerQuestionnairePackageRequestTest < Inferno::Test
Launch. These references help determine the behavior of the app. Referenced instances
may be provided in the "EHR-available resources" input.
),
default: JSON.pretty_generate(['Coverage/cov015', 'DeviceRequest/devreqe0470'])
default: JSON.pretty_generate([{ reference: 'Coverage/cov015' },
{ reference: 'DeviceRequest/devreqe0470' }])
input :ehr_bundle,
optional: true,
title: 'EHR-available resources (Dinner Static)',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class DTRRespQuestionnairePackageRequestTest < Inferno::Test
Launch. These references help determine the behavior of the app. Referenced instances
may be provided in the "EHR-available resources" input.
),
default: JSON.pretty_generate(['Coverage/cov015', 'DeviceRequest/devreqe0470'])
default: JSON.pretty_generate([{ reference: 'Coverage/cov015' },
{ reference: 'DeviceRequest/devreqe0470' }])
input :ehr_bundle,
optional: true,
title: 'EHR-available resources (Respiratory Assist Device)',
Expand Down

0 comments on commit fdb7864

Please sign in to comment.