Patients: Difference between revisions

From ARIS
Jump to navigation Jump to search
Alberto (talk | contribs)
Alberto (talk | contribs)
No edit summary
Tag: Manual revert
 
(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:ARIS:Patients]]
[[Category:Patients]]
 
<languages/>
<translate>
<!--T:1-->
The basic information unit is the patient.
The basic information unit is the patient.
Before creating any analytical request, the corresponding patient record must exist.
Before creating any analytical request, the corresponding patient record must exist.
This will survive the livespan of the request, and will contain all their history.
This will survive the livespan of the request, and will contain all their history.


<!--T:2-->
<div style="float:right; margin: 0px 0px 0px 0px">
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg' rendered='dot'>
<graphviz border='frame' format='svg' rendered='dot'>
Line 15: Line 18:
     P_Search [label="Search", URL="#Search"];
     P_Search [label="Search", URL="#Search"];
     P_BasicInformation [label="Basic Information", shape="tab", URL="#Create"];
     P_BasicInformation [label="Basic Information", shape="tab", URL="#Create"];
     P_BirthData [label="Birth Information", shape="tab", URL="#Create"];
    P_DocumentationInformation [label="Documentation", shape="tab", URL="#Create"];
     P_ContactData [label="Contact Information", shape="tab", URL="#Create"];
     P_BirthData [label="Birth", shape="tab", URL="#Create"];
     P_ResidenceData [label="Residency Information", shape="tab", URL="#Create"];
     P_ContactData [label="Contact", shape="tab", URL="#Create"];
     P_ResidenceData [label="Residency", shape="tab", URL="#Create"];
     P_AdditionalInformation [label="Extra Information", shape="tab", URL="#Create"];
     P_AdditionalInformation [label="Extra Information", shape="tab", URL="#Create"];
     P_Requests [label="Requests", shape="tab", URL="#Create"];
     P_Requests [label="Requests", shape="tab", URL="#Create"];
Line 26: Line 30:
     P_Search -> P_BasicInformation;  
     P_Search -> P_BasicInformation;  
     P_Search -> P_Requests;  
     P_Search -> P_Requests;  
     P_BasicInformation -> P_BirthData [dir=both minlen=2];
     P_BasicInformation -> P_DocumentationInformation [dir=both minlen=2];
    P_DocumentationInformation -> P_BirthData [dir=both minlen=2];
     P_BirthData -> P_ContactData [dir=both minlen=2];
     P_BirthData -> P_ContactData [dir=both minlen=2];
     P_ContactData -> P_ResidenceData [dir=both minlen=2];
     P_ContactData -> P_ResidenceData [dir=both minlen=2];
     P_ResidenceData -> P_AdditionalInformation [dir=both minlen=2];
     P_ResidenceData -> P_AdditionalInformation [dir=both minlen=2];
 
{ rank=same; P_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests}
    { rank=same; P_BasicInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests}
}
}
</graphviz>
</graphviz>
</div>
</div>


__FORCETOC__
<!--T:12-->
==Create==
__TOC__
This form is divided into steps. The step the laboratory technician is on is marked by the number of the step turning orange.
 
[[File:Createpatientssection.PNG|center|750px]]
==Create== <!--T:4-->
Once the step is filled with the required information, the circle marking the step will stay orange and the number in said circle will change into a check mark (&check;) [[File:Tick.PNG|30px]]
 
#Basic information of the patient &rarr; The first step involves the obligatory entry of the name, last name and gender of the patient, as indicated by the asterisk, [[File:Asterisk.PNG|30px]]. Further information is optional. To continue to the next step, the laboratory technician must press the ''next'' button found at the bottom right of the form.
<!--T:13-->
#Birth information &rarr; To complete this step, only the birthdate is required. To input this information, the laboratory technician has two options. They can fill in the information with the format given, or they can click on the little calendar icon, [[File:Calendar.PNG|30px]], and select the correct date. Once this information is filled in, the box next to it will automatically be filled with the patient's current age.
This page is divided in a form with the basic information of the patient, involving the obligatory ([[File:Asterisk.PNG|30px]]) entry of the ''name'', ''last name'', ''gender'', ''birth date'' and ''phone'', as well as multiple tabs with additional non-mandatory information.
#Contact information &rarr; One phone number must be assigned to a patient for further contact.
 
#Residency information &rarr; This step has no required fields, but it contains a checkbox at the bottom, ''Add provenance region?''. This option is for when a patient, although local, has come from outside the country. When the box is ticked, two more boxes appear on the forms, ''Provenance region'' and ''Provenance city''. [[File:Addprovenanceregion.PNG|750px]]
<!--T:15-->
#Extra information &rarr; This step has no required fields. The ''Reserved 1, 2 and 3'' are boxes whose names can be modified through the [[ARIS:System administration|System administration]] if the laboratory requires any specific information from the patients.  
#Documentation information &rarr; Information such as the ''number of clinical history'' or the ''type'' and ''number of an identifier card''.
#Birth information &rarr; Complementary information such as the ''birth region'' and ''locality''. Added to the previously introduced ''birth date'' and the automatically calculated ''age'' of the patient.
#Contact information &rarr; Additional contact information.
#Residency information &rarr; Apart from the basic residency information, it contains a checkbox at the bottom, ''Add provenance region?''. This option is for when a patient, although local, has come from outside the country. When the box is ticked, two more boxes appear on the forms, ''Provenance region'' and ''Provenance city''. [[File:Addprovenanceregion.PNG|750px]]
#Extra information &rarr; Other data such as parent's names. The ''Reserved 1, 2 and 3'' are boxes whose names can be modified through the [[System administration|System administration]] if the laboratory requires any specific information from the patients.  
#Requests &rarr; This actually not a step in the creation or update of the patient, but just a read-only tab containing all the requests of the patient.
#Requests &rarr; This actually not a step in the creation or update of the patient, but just a read-only tab containing all the requests of the patient.


The ''next'' button cannot be used if any of the required fields are not filled in. In every step, apart from step 1, there is a ''Previous'' button for the laboratory technician to be able to navigate back and forth between steps and alter the information they contain.
<!--T:16-->
Once the mandatory information is entered, the ''Save values'' button at the bottom right of the page will be available.


==Search and Edition==
==Search and Edition== <!--T:6-->


<!--T:7-->
{| class="wikitable" style="margin:auto"
{| class="wikitable" style="margin:auto"
|+ Table found in the Search function of the system
|+ Table found in the Search function of the system
Line 60: Line 70:
|}
|}


<!--T:8-->
Arrows appear next to each heading in the table when the mouse is hovered over them to manipulate the order the information is showed in for each heading.
Arrows appear next to each heading in the table when the mouse is hovered over them to manipulate the order the information is showed in for each heading.


On clicking on any row, a new form will appear with the age, gender, phone and ID of the patient as well as tabs with the information on the patient's documentation information, birth information, contact information, residency information, extra information and requests. From this page, the laboratory technician can also edit the patient through the edit patient button at the bottom left of the page. To return to the search patients page, there is a Return button at the top left of the screen  
<!--T:9-->
On clicking on any row, a new form will appear with the age, gender, phone and internal identifier of the patient as well as tabs with the information on the patient's documentation information, birth information, contact information, residency information, extra information and requests. From this page, the patient manager or laboratory technician can also edit the patient through the edit patient button at the bottom right of the page. To return to the search patients page, there is a Return button at the bottom left of the screen.


<!--T:10-->
Notice that to avoid inconsistences in the system, patients once created cannot be deleted.
Notice that to avoid inconsistences in the system, patients once created cannot be deleted.


==Duplicate Detection==
==Duplicate Detection== <!--T:11-->
[[File:Duplicate_detection_-_Made_with_Clipchamp.mp4|right|500px]]
 
The e-mail address, as well as the Identifier document number identify a patient.
<!--T:14-->
Besides this, a consecutive internal identifier is automatically generated by the system.
[[File:Duplicate_patient.mp4|right|500px]]
Moreover, patients of similar name, age and telephone number are detected as potential duplicates at creation time.
The e-mail address as well as the Identifier document number are optional. Nevertheless, if provided, they identify a patient (i.e., they do not allow repetitions).
On happening, a warning is displayed, and the laboratory technician can either modify the corresponding data or move ahead with the creation.
Besides this, to guarantee the existence of an identifier for each patient, a consecutive number is always automatically generated and internally assigned by the system.
 
<!--T:17-->
Moreover, patients of similar name, parent names, age and telephone number are detected as potential duplicates at creation time.
On happening this, a warning is displayed, and the patient manager or laboratory technician can either modify the corresponding data or move ahead with the creation.
 
<!--T:18-->
Notice that two patients are not considered similar (i.e., they are considered different) if either:
* Their age difference is greater than ten years, or
* Their name is different enough (more than 50% characters), or
* Their parent names are provided and at least one of them is different enough (more than 30% characters differ considering the three names together), or
* Their telephone numbers are different enough (more than 50% of the digits).
</translate>

Latest revision as of 09:17, 8 May 2025

The basic information unit is the patient. Before creating any analytical request, the corresponding patient record must exist. This will survive the livespan of the request, and will contain all their history.

Create

This page is divided in a form with the basic information of the patient, involving the obligatory () entry of the name, last name, gender, birth date and phone, as well as multiple tabs with additional non-mandatory information.

  1. Documentation information → Information such as the number of clinical history or the type and number of an identifier card.
  2. Birth information → Complementary information such as the birth region and locality. Added to the previously introduced birth date and the automatically calculated age of the patient.
  3. Contact information → Additional contact information.
  4. Residency information → Apart from the basic residency information, it contains a checkbox at the bottom, Add provenance region?. This option is for when a patient, although local, has come from outside the country. When the box is ticked, two more boxes appear on the forms, Provenance region and Provenance city.
  5. Extra information → Other data such as parent's names. The Reserved 1, 2 and 3 are boxes whose names can be modified through the System administration if the laboratory requires any specific information from the patients.
  6. Requests → This actually not a step in the creation or update of the patient, but just a read-only tab containing all the requests of the patient.

Once the mandatory information is entered, the Save values button at the bottom right of the page will be available.

Search and Edition

Table found in the Search function of the system
Name Phone Identification Creation Date Last Modification Date
The first column shows the patient's name The patient's contact number is listed in this column Here, the internal, automatically generated identification number can be found This column informs about when the patient's information was first inputted into the system The last time the patient's information was altered in the system is shown here

Arrows appear next to each heading in the table when the mouse is hovered over them to manipulate the order the information is showed in for each heading.

On clicking on any row, a new form will appear with the age, gender, phone and internal identifier of the patient as well as tabs with the information on the patient's documentation information, birth information, contact information, residency information, extra information and requests. From this page, the patient manager or laboratory technician can also edit the patient through the edit patient button at the bottom right of the page. To return to the search patients page, there is a Return button at the bottom left of the screen.

Notice that to avoid inconsistences in the system, patients once created cannot be deleted.

Duplicate Detection

The e-mail address as well as the Identifier document number are optional. Nevertheless, if provided, they identify a patient (i.e., they do not allow repetitions). Besides this, to guarantee the existence of an identifier for each patient, a consecutive number is always automatically generated and internally assigned by the system.

Moreover, patients of similar name, parent names, age and telephone number are detected as potential duplicates at creation time. On happening this, a warning is displayed, and the patient manager or laboratory technician can either modify the corresponding data or move ahead with the creation.

Notice that two patients are not considered similar (i.e., they are considered different) if either:

  • Their age difference is greater than ten years, or
  • Their name is different enough (more than 50% characters), or
  • Their parent names are provided and at least one of them is different enough (more than 30% characters differ considering the three names together), or
  • Their telephone numbers are different enough (more than 50% of the digits).