< list

Configuration
inforMED_Config

Testint the config file
Creator timm.oberwahrenbrock@ime.fraunhofer.de
Updated at 2020-03-31 12:50:40 UTC
Body
{
    "entity types": [
      {
        "id": "Disease",
        "color": "#beaed4"
      },
      {
        "id": "Evidence",
        "color": "#ffff99"
      },
      {
        "id": "Outcome",
        "color": "#fdc086"
      },
      {
        "id": "Therapy",
        "color": "#7fc97f"
      },
      {
        "id": "Effect",
        "color": "#386cb0"
      }
    ],
    "relation types": [
      {
        "id": "rel",
        "color": "#2c7bb6",
        "default": true
      }
    ],
    "attribute types": [
      {
        "pred": "effect_score",
        "value type": "numeric",
        "default": 0.0,
        "min": 0,
        "max": 5,
        "step": 0.5,
        "values": [
          {
            "range": "0.5)",
            "label": "Non (0)"
          },
          {
            "range": "1.5]",
            "label": "Low (0.5 - 1.5)"
          },
          {
            "range": "3.0]",
            "label": "Medium (2.0 - 3.0)"
          },
          {
            "range": "4.5]",
            "label": "High (3.5 - 4.5)"
          },
          {
            "range": "(4.5",
            "label": "Maximal (5)"
          }
        ]
      },
      {
        "pred": "evidence_class",
        "value type": "selection",
        "values": [
          {
            "label": "Level 1",
            "id": "level_1",
            "default": true
          },
          {
            "label": "Level 2",
            "id": "level_2"
          },
          {
            "label": "Level 3",
            "id": "level_3"
          },
          {
            "label": "Level 4",
            "id": "level_4"
          },
          {
            "label": "Level 5",
            "id": "level_5"
          }
        ]
      },
      {
        "pred": "outconme_domain",
        "value type": "selection",
        "values": [
          {
            "label": "Peripheral arthritis",
            "id": "peripheral",
            "default": true
          },
          {
            "label": "Axial disease",
            "id": "axial"
          },
          {
            "label": "Enthesitis",
            "id": "enthesitis"
          },
          {
            "label": "Dactylitis",
            "id": "dactylitis"
          },
          {
            "label": "Skin disease",
            "id": "skin"
          },
          {
            "label": "Nail disease",
            "id": "nail"
          }
        ]
      }
    ]
  }