Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit b53a0fb

Browse files
committed
default parameter now dependent on configured FHIR store base url
1 parent 32ea6e9 commit b53a0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-process-data-transfer/src/main/resources/fhir/Task/TaskStartDataSendWithAbsoluteReference.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</coding>
4545
</type>
4646
<valueReference>
47-
<reference value="http://dic-fhir-store:8080/fhir/Patient/change-me" />
47+
<reference value="${de.netzwerk.universitaetsmedizin.rdp.data.base.url:http://dic-fhir-store:8080/fhir}/Patient/1" />
4848
</valueReference>
4949
</input>
5050
<!-- parameter specifying resources should be send stopping at the defined date, resources that have been modified after the specified date

0 commit comments

Comments
 (0)