From b653284e126f72f88f6dca662595a19f5aa37e9d Mon Sep 17 00:00:00 2001 From: Oliver Egger Date: Fri, 17 May 2024 12:34:40 +0200 Subject: [PATCH] Update RadOrderQrToBundle.map fix fhirpath --- input/resources/RadOrderQrToBundle.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/resources/RadOrderQrToBundle.map b/input/resources/RadOrderQrToBundle.map index 9269cd9..70b8137 100644 --- a/input/resources/RadOrderQrToBundle.map +++ b/input/resources/RadOrderQrToBundle.map @@ -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";