Skip to content

Commit

Permalink
Update RadOrderQrToBundle.map
Browse files Browse the repository at this point in the history
fix fhirpath
  • Loading branch information
oliveregger authored May 17, 2024
1 parent 0961584 commit b653284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/resources/RadOrderQrToBundle.map
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ group PreviousImagingStudyResultsNonDicom(source item , target bundle: Bundle, t
serviceRequest.supportingInfo as supportingInfo,
supportingInfo.reference = ('urn:uuid:'+%uuid) then {
item.answer as answer ->
documentReference.content as content, content.attachment = (%.answer.value) as attachment then {
documentReference.content as content, content.attachment = (%answer.value) as attachment then {
answer.item as dictomitem where (linkId.value = 'attachedFile.description' and answer.exists()) ->
documentReference.description = (%dictomitem.answer.value) "description";
} "answerValueString";
Expand Down

0 comments on commit b653284

Please sign in to comment.