This file is indexed.

/usr/share/freemedforms/forms/completeforms/gp1_basic1_multimodes/drugs.xml is in freemedforms-emr-resources 0.9.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<FreeMedForms>

    <MedForm name="GP::Basic::Drugs::Chronic">
      <label lang="xx">Long-term medication</label>
      <label lang="fr">Traitement chronique</label>
      <label lang="de">Dauermedikation</label>
      <icon>__theme__/drugs.png</icon>
      <options>DontPrintEmptyValues</options>
      <file type="htmlprintmask">./html/xx/padtools_drugs_chronic_mask.html</file>
      <file type="htmlexportmask">./html/xx/padtools_drugs_chronic_mask.html</file>

      <Item name="GP::Basic::Drugs::Chronic::Content" type="prescriptor">
        <label lang="xx">Long-term medication</label>
        <label lang="fr">Traitement chronique</label>
        <label lang="de">Dauermedikation</label>
        <options>DontPrintEmptyValues</options>
        <patientdata>DrugsChronicTherapeutics</patientdata>
      </Item>
      <Item name="GP::Basic::Drugs::Chronic::Comment" type="texteditor">
        <label lang="xx">Comments</label>
        <label lang="fr">Remarques</label>
        <label lang="de">Kommentare</label>
        <options>DontPrintEmptyValues</options>
      </Item>
    </MedForm>

    <MedForm name="GP::Basic::Drugs::Allergies">
      <label lang="xx">Allergies</label>
      <icon>__theme__/drugs.png</icon>
      <options>DontPrintEmptyValues</options>
      <file type="htmlprintmask">./html/xx/padtools_drugs_allergies_mask.html</file>
      <file type="htmlexportmask">./html/xx/padtools_drugs_allergies_mask.html</file>

      <Item name="GP::Basic::Drugs::Allergies::Content" type="drugselector">
        <label lang="xx">Known drug allergies</label>
        <label lang="fr">Allergies médicamenteuses connues</label>
        <options>hideselector;nointeractionchecking;DontPrintEmptyValues</options>
        <patientdata>DrugsAtcAllergies</patientdata>
      </Item>
      <Item name="GP::Basic::Drugs::Allergies::Comment" type="texteditor">
        <label lang="xx">Comments</label>
        <label lang="fr">Remarques</label>
        <label lang="de">Kommentare</label>
        <options>DontPrintEmptyValues</options>
      </Item>
    </MedForm>

</FreeMedForms>