-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: EDC started with subjects plus some minor corrections all around
- Loading branch information
Showing
15 changed files
with
238 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Web Services | ||
============ | ||
|
||
The API access it allowed for all users with enabled and valid API-Key. | ||
.. note:: | ||
The API access it allowed for all users with enabled and valid API-Key. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Content Management | ||
================== | ||
|
||
The Content Management (CMS) module is available only to users with ROLE_CMS_USER permission. | ||
.. note:: | ||
The Content Management (CMS) module is available only to users with ROLE_CMS_USER permission. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Clinical Trial Management | ||
========================= | ||
|
||
The Clinical Trial Management (CTMS) module is available only to users with ROLE_CTMS_USER permission. | ||
.. note:: | ||
The Clinical Trial Management (CTMS) module is available only to users with ROLE_CTMS_USER permission. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
Enroll New Study Subjects | ||
========================= | ||
|
||
.. note:: | ||
ROLE_PID_NEW ROLE_EDC_SUBMIT | ||
|
||
Before the new subject can be enrolled to the study, it is usually necessary to generate PID for this subject (When PID generator aka patient identity management system is used), see Fig. 8. The user is asked to fill some basic identity data. The optional identity data (like place or residence, ZIP code and birthname) are recommended if they are available for data entry personnel in order to guarantee uniqueness of generated PID. After data is provided the click on button Generate will trigger the process. The algorithm is trying to figure out if the patient with provided identity data is already in registered in the system (return his PID) or if it is new patient (generate new PID). After PID is provided the second Submit button is responsible for triggering the enrolment of the subject to the study. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
Explaining Partner Site Identifiers | ||
=================================== | ||
|
||
Each partner site registered in RPB is assigned a unique capitalised identifier. These global identifiers are supposed | ||
to be used also across multiple RPB platform instances. They are among other things utilised as prefix e.g. | ||
while defining study site protocol codes or patient pseudonyms in muli centre trials. | ||
|
||
.. note:: | ||
Additional abstract partners sites such as DROPOUT, DELETED and DUMMY used to control visibility of subjects in the | ||
project also have their own reserved identifier DRO, DEL and DUM. | ||
|
||
The following table represents the curent global list of *partner site identifiers* governed by RPB maintainers: | ||
|
||
+------------+---------------------------------------------------+ | ||
| Identifier | Partner Site Name | | ||
+============+===================================================+ | ||
| AUH | Aarhus University Hospital | | ||
+------------+---------------------------------------------------+ | ||
| AVL | Antoni van Leeuwenhoek Hospital | | ||
+------------+---------------------------------------------------+ | ||
| B | Charité Berlin | | ||
+------------+---------------------------------------------------+ | ||
| BFS | Bundesamt für Strahlenschutz | | ||
+------------+---------------------------------------------------+ | ||
| CAU | Christian-Albrechts-Universität zu Kiel | | ||
+------------+---------------------------------------------------+ | ||
| CHM | Christie Hospital, Manchester | | ||
+------------+---------------------------------------------------+ | ||
| CUH | Copenhagen University Hospital Herlev | | ||
+------------+---------------------------------------------------+ | ||
| CZE | Catharina Ziekenhuis Eindhoven | | ||
+------------+---------------------------------------------------+ | ||
| D | Universitätsklinikum Düsseldorf | | ||
+------------+---------------------------------------------------+ | ||
| DD | Universitätsklinikum Dresden | | ||
+------------+---------------------------------------------------+ | ||
| DEL | DELETED | | ||
+------------+---------------------------------------------------+ | ||
| DKFZ | Deutsches Krebsforschungszentrum | | ||
+------------+---------------------------------------------------+ | ||
| DKTK | German Cancer Consortium | | ||
+------------+---------------------------------------------------+ | ||
| DRO | DROPOUT | | ||
+------------+---------------------------------------------------+ | ||
| DUM | DUMMY | | ||
+------------+---------------------------------------------------+ | ||
| HZDR | Helmholtz-Zentrum Dresden-Rossendorf | | ||
+------------+---------------------------------------------------+ | ||
| ICR | Institut Claudius Regaud | | ||
+------------+---------------------------------------------------+ | ||
| IGR | Institut Gustave Roussy | | ||
+------------+---------------------------------------------------+ | ||
| KSSG | Kantonsspital St.Gallen | | ||
+------------+---------------------------------------------------+ | ||
| KMH | Kliniken Maria Hilf | | ||
+------------+---------------------------------------------------+ | ||
| SKC | Klinikum Chemnitz | | ||
+------------+---------------------------------------------------+ | ||
| KGR | Klinikum Görlitz | | ||
+------------+---------------------------------------------------+ | ||
| KHDF | Krankenhaus Dresden-Friedrichstadt | | ||
+------------+---------------------------------------------------+ | ||
| LKHI | Landeskrankenhaus Innsbruck | | ||
+------------+---------------------------------------------------+ | ||
| LKHS | Landeskrankenhaus Salzburg | | ||
+------------+---------------------------------------------------+ | ||
| MRO | Maastro | | ||
+------------+---------------------------------------------------+ | ||
| MHS | Marienhospital Stuttgart | | ||
+------------+---------------------------------------------------+ | ||
| MHH | Medizinische Hochschule Hannover | | ||
+------------+---------------------------------------------------+ | ||
| MVZUKT | MVZ Stuttgart | | ||
+------------+---------------------------------------------------+ | ||
| MHU | München LMU | | ||
+------------+---------------------------------------------------+ | ||
| MTU | München TUM | | ||
+------------+---------------------------------------------------+ | ||
| NO | Olsztyn | | ||
+------------+---------------------------------------------------+ | ||
| PZ | Poznan | | ||
+------------+---------------------------------------------------+ | ||
| RUMC | Radboud University Medical Center | | ||
+------------+---------------------------------------------------+ | ||
| RMH | Royal Marsden | | ||
+------------+---------------------------------------------------+ | ||
| STRHAR | Strahlentherapie Harburg | | ||
+------------+---------------------------------------------------+ | ||
| UZGENT | University Hospital Ghent | | ||
+------------+---------------------------------------------------+ | ||
| USZ | University Hospital Zürich | | ||
+------------+---------------------------------------------------+ | ||
| UZL | University Hospitals Leuven | | ||
+------------+---------------------------------------------------+ | ||
| UMCG | University Medical Centre Groningen | | ||
+------------+---------------------------------------------------+ | ||
| UL | Universität zu Lübeck | | ||
+------------+---------------------------------------------------+ | ||
| UKB | Universitätsklinikum Bonn | | ||
+------------+---------------------------------------------------+ | ||
| UKS | Universitätsklinikum des Saarlandes | | ||
+------------+---------------------------------------------------+ | ||
| DD | Universitätsklinikum Dresden | | ||
+------------+---------------------------------------------------+ | ||
| D | Universitätsklinikum Düsseldorf | | ||
+------------+---------------------------------------------------+ | ||
| ER | Universitätsklinikum Erlangen | | ||
+------------+---------------------------------------------------+ | ||
| E | Universitätsklinikum Essen | | ||
+------------+---------------------------------------------------+ | ||
| F | Universitätsklinikum Frankfurt Goethe-Universität | | ||
+------------+---------------------------------------------------+ | ||
| FR | Universitätsklinikum Freiburg | | ||
+------------+---------------------------------------------------+ | ||
| UKH | Universitätsklinikum Halle (Saale) | | ||
+------------+---------------------------------------------------+ | ||
| UKE | Universitätsklinikum Hamburg-Eppendorf | | ||
+------------+---------------------------------------------------+ | ||
| HD | Universitätsklinikum Heidelberg | | ||
+------------+---------------------------------------------------+ | ||
| UKJ | Universitätsklinikum Jena | | ||
+------------+---------------------------------------------------+ | ||
| UKK | Universitätsklinikum Köln | | ||
+------------+---------------------------------------------------+ | ||
| UKL | Universitätsklinikum Leipzig | | ||
+------------+---------------------------------------------------+ | ||
| OVGU | Universitätsklinikum Magdeburg | | ||
+------------+---------------------------------------------------+ | ||
| UKM | Universitätsklinikum Münster | | ||
+------------+---------------------------------------------------+ | ||
| UKR | Universitätsklinikum Regensburg | | ||
+------------+---------------------------------------------------+ | ||
| UKSH | Universitätsklinikum Schleswig-Holstein | | ||
+------------+---------------------------------------------------+ | ||
| TUE | Universitätsklinikum Tübingen | | ||
+------------+---------------------------------------------------+ | ||
| UMG | Universitätsmedizin Göttingen | | ||
+------------+---------------------------------------------------+ | ||
| UMMZ | Universitätsmedizin Mainz | | ||
+------------+---------------------------------------------------+ | ||
| UMM | Universitätsmedizin Mannheim | | ||
+------------+---------------------------------------------------+ | ||
| HRO | Universitätsmedizin Rostock | | ||
+------------+---------------------------------------------------+ | ||
| UCL | Université catholique de Louvain | | ||
+------------+---------------------------------------------------+ | ||
| HUVR | Virgen del Rocío University Hospital | | ||
+------------+---------------------------------------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
Re-identify Study Subject | ||
========================= | ||
|
||
.. note:: | ||
ROLE_REIDENTIFY permission is needed to allow subject re-identification. | ||
|
||
if RPB PID generator was used to pseudonymise the participating subject it is possible to re-identify the subject | ||
given the user has the necessary rights. | ||
|
||
Once the patient is successfully registered and enrolled into the study it is easy to get get back his identity details when necessary (according to PID), see Fig. 8. The identity information stored in patient identity management system is retrieved when the user click on Reidentify button. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Explaining Subject ID Types | ||
=========================== | ||
|
||
At this place it is important to explain that there are three main types of subject identifiers which are used in RPB. | ||
Each of the type has its own purpose and one should understand what is the meaning of it: | ||
|
||
* *Study Subject ID*: is identifying subject within one study. It can be automatically generated or manually specified | ||
(depending on EDC study configuration). One patient taking part in multiple studies will have | ||
different Study Subject ID in each study. This ID has nothing to do with patient identity and cannot be use to obtain | ||
first or last name of patient. | ||
|
||
* *PID - pseudonym*: is a unique identifier of the patient in RPB platform. One patient taking part in multiple studies | ||
will have the same PID in each one of them. It is generated from patient identity data (first name, last name, etc.) | ||
by patient identity management system in RPB. It is possible to not to use identity management system and manually | ||
provide PID, but in this case one has to guarantee the uniqueness of PID per patient and store the identity association | ||
somewhere outside of RPB. PID is also used in case of DICOM Patient ID tag when DICOM imaging data are de-identified. | ||
|
||
* *Secondary ID*: sometimes it is useful to store patient ID from different systems and associate this ID to our study | ||
subject. And for this case we have a possibility to use this Secondary ID field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Mobile Forms | ||
============ | ||
|
||
.. note:: | ||
The Mobile Forms (Mobile) module is available only to users with ROLE_EDC_PARTICIPATE permission. The accessible | ||
studies need to be configured to use ePRO component. | ||
|
||
Concept | ||
------- | ||
|
||
Open Mobile | ||
----------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Data Tables | ||
=========== | ||
|
||
The Data Tables (LAB) module is available only to users with ROLE_LAB_USER permission. | ||
.. note:: | ||
The Data Tables (LAB) module is available only to users with ROLE_LAB_USER permission. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
Medical Imaging | ||
=============== | ||
|
||
The Medical Imaging (PACS) module is available only to users with ROLE_PACS_USER permission. | ||
.. note:: The Medical Imaging (PACS) module is available only to users with ROLE_PACS_USER permission. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Patient Identity | ||
================ | ||
|
||
The Patient Identity (PID) module is available only to users with ROLE_PID_USER permission. | ||
.. note:: | ||
The Patient Identity (PID) module is available only to users with ROLE_PID_USER permission. | ||
|
||
Concept | ||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters