-
Notifications
You must be signed in to change notification settings - Fork 6
Data Transfer Process Start v1.1.0.0
To start the data-send
process go to https://<your-dsf-fhir-server>/fhir/Task?_sort=_profile&status=draft
and use one of the draft
Task resources for the www.netzwerk-universitaetsmedizin.de | dataSend | 1.1
process.
-
The Task resource with identifier
task-start-data-send-identifier-reference
can be used to send data for a patient with a dic-pseudonym provided by the fTTP in the formdic_source/psn_original
-
The Task resource with identifier
task-start-data-send-absolute-reference
can be used to send data for a patient with an absolute reference to the patient resource in your local FHIR store, e.g.http://dic-fhir-store:8080/fhir/Patient/1
To send the Task resources to your local DSF FHIR server, put one of the provided resource from below in a file called start-send.xml
(depending on using an identifier or an absolute URL to identify the patient) and use the following curl
command:
To run the data-send
process in dry-run
mode (aborting after validation) set the dry-run input-parameter to Yes
(true).
When the pseudonym is already part of the patient resource in the local data FHIR server, start with a logical reference to the patient resource using the pseudonym.
When requesting pseudonyms from the fTTP using the data transfer process. Start with an absolute reference to the patient resource in the local data FHIR server.
To start or stop the data-trigger
process go to https://<your-dsf-fhir-server>/fhir/Task?_sort=_profile&status=draft
and use one of the draft
Task resources for the www.netzwerk-universitaetsmedizin.de | dataTrigger | 1.0
process.