Body |
{
"entity types": [
{
"id": "device",
"color": "#8c1515"
},
{
"id": "disease_or_phenotype",
"color": "#d2c295"
},
{
"id": "procedure",
"color": "#175e54"
},
{
"id": "population",
"color": "#53284f"
},
{
"id": "anatomy_or_tissue",
"color": "#009b76"
},
{
"id": "molecular_entity",
"color": "#928b81"
},
{
"id": "temporal",
"color": "#0098db"
},
{
"id": "contraindication",
"color": "#4d4f53"
}
],
"attribute types": [
{
"pred": "uncertain",
"value type": "flag",
"color": "#FF0000"
},
{
"pred": "score",
"value type": "numeric",
"default": 0.8,
"min": 0,
"max": 1,
"step": 0.1,
"values": [
{
"range": "default",
"color": "#00FF00",
"label": "Fair"
},
{
"range": "[0.9",
"color": "#FF0000",
"label": "High"
},
{
"range": "0.7)",
"color": "#0000FF",
"label": "Low"
}
]
},
{
"pred": "note",
"value type": "string",
"default": "note",
"values": [
{
"pattern": "default",
"color": "#00FFFF"
},
{
"pattern": "[Ii]mportant",
"color": "#FF0000",
"label": "Important"
}
]
}
]
}
|