Components
Image Qualityβ
Image quality measures how well an image meets analysis requirements. It helps mitigate the risk of unsuitable images and may prompt users to retake images if necessary.
Thresholdsβ
Thresholds for image quality depend on organizational policies and use cases. Based on validation data, the following thresholds are suggested:
| From | To | Outcome | Colour |
|---|---|---|---|
| 1 | 20 | Bad | π΄ |
| 21 | 40 | Poor | π |
| 41 | 60 | Fair | π‘ |
| 61 | 80 | Good | π’ |
| 81 | 100 | Excellent | π’ |
Location in the Device Outputβ
Image quality is found in the imagingAnalysis key:
{
"imagingAnalysis": {
"mediaValidity": {
"quality": {
"score": 0
}
}
}
}
For multiple images, use the arithmetic average of the scores.
Imagesβ
Images are a critical part of the report, providing a quick overview of the patient's condition.
Original Imageβ
The original image is displayed exactly as submitted by the user.
Image with Annotationsβ
Annotated images highlight areas of interest, aiding dermatologists in their assessments.
Top-5 Predictionsβ
The top-5 predictions provide a quick overview of the most likely diagnoses, helping HCPs make informed decisions.
Select a condition
The algorithm has detected the following conditions.
- Condition A67.51%
- Condition B26.24%
- Condition C1.19%
- Condition D0.99%
- Condition E0.53%
Select other condition
Location in the Device Outputβ
Predictions are located in the conclusions key:
{
"conclusions": [
{
// 1st condition
},
{
// 2nd condition
}
// ...
]
}
Entropyβ
Entropy measures prediction uncertainty, helping HCPs evaluate the reliability of results.
The normalized entropy value is high (69%), meaning the algorithm has low certainty about its analysis. Please keep this in mind when interpreting the results.
Thresholdsβ
Suggested thresholds for entropy:
| From | To | Entropy Value | Certainty | Colour |
|---|---|---|---|---|
| 0 | 20 | Very Low | Very High | π’ |
| 21 | 40 | Low | High | π’ |
| 41 | 60 | Moderate | Moderate | π‘ |
| 61 | 80 | High | Low | π |
| 81 | 100 | Very High | Very Low | π΄ |
Entropy is located in the performanceIndicator key:
[
{
"performanceIndicator": {
"entropy": 0
}
}
]
Referralβ
Referral information helps HCPs determine the urgency of a case.
- High-priority referral (15 days)Low (5.82%)That is, there is a low probability that the patient will need care in the next 15 days.
- Urgent referral (48 hours)High (35.07%)That is, there is a high probability that the patient will need care in the next 48 hours.Create Dermatology Referral β€
Thresholdsβ
Suggested thresholds for referral:
| From | To | Action | Colour |
|---|---|---|---|
| 0 | 15 | Low | π’ |
| 16 | 30 | Moderate | π |
| 31 | 100 | High | π΄ |
Referral data is found in the clinicalIndicator key:
[
{
"clinicalIndicator": {
"highPriorityReferral": 0,
"urgentReferral": 0
}
}
]
Malignancyβ
Malignancy risk information aids dermatologists in assessing lesion risks.
Suspicion of malignancy
62%
Predicted by the algorithm
Thresholdsβ
Suggested thresholds for malignancy:
| From | To | Action | Colour |
|---|---|---|---|
| 0 | 15 | Low | π’ |
| 16 | 30 | Moderate | π |
| 31 | 100 | High | π΄ |
Severityβ
Severity measures the extent of skin lesion involvement, often using scoring systems like PASI.
The severity score data is found in the patientEvolution key, inside the relevant scoring system:
Scoreβ
Severity scores can be displayed as numbers or on a color-coded scale. The score is specific to each scoring system. However, the interpretation key is a normalised representation of the score.
[
{
"patientEvolution": {
"apasi": {
"score": {
"value": 25,
"interpretation": {
"category": "Mild",
"intensity": 2
} // ...
} // ...
}
// other scoring systems
}
}
]
intensity | category | Colour |
|---|---|---|
| 0 | None | - |
| 1 | Mild | π’ |
| 2 | Moderate | π |
| 3 | Severe | π΄ |
With this information, organisation may show the data in a gauge component that displays the score, and a colour-coded representation of the intensity.
Severity Score
Automatic Psoriasis Area and Severity Index
Mild
Intensity of Clinical Signsβ
As well as the final score, it may be relevant to also display the intensity of the clinical signs that comprise the scoring systems.
The score is based on the evaluation of individual clinical signs. Each sign contributes to the overall severity score. The literature refers to the clinical signs as items, since they are the unit of the scoring system.
[
{
"item": {
"desquamation": {
"code": {
"coding": [
{
"system": null,
"systemDisplay": "Legit.Health",
"version": null,
"code": "desquamation",
"display": null
}
],
"text": "Desquamation"
},
"value": 2,
"additionalData": {
"aiConfidence": {
"code": {
"coding": [
{
"system": null,
"systemDisplay": "Legit.Health",
"version": null,
"code": "aiConfidence",
"display": null
}
],
"text": "Confidence of the AI model on prediction"
},
"value": 99.02681708
}
}
},
"erythema": {
"code": {
"coding": [
{
"system": null,
"systemDisplay": "Legit.Health",
"version": null,
"code": "erythema",
"display": null
}
],
"text": "Erythema"
},
"value": 2,
"additionalData": {
"aiConfidence": {
"code": {
"coding": [
{
"system": null,
"systemDisplay": "Legit.Health",
"version": null,
"code": "aiConfidence",
"display": null
}
],
"text": "Confidence of the AI model on prediction"
},
"value": 99.92347956
}
}
}
// more items
}
}
]
Individual clinical signs can be shown in a table:
Desquamation
Moderate (2)
Erythema
Moderate (2)
Induration
Mild (1)
Affected area
30% (2)
Evolution of Severityβ
Severity evolution over time is typically displayed in charts to help dermatologists track changes.
Severity
(PASI)
Time
Metadataβ
Metadata provides context for the report, including image quality, modality, and processing time.
Report information
Information about the report.
- TimestampFeb 01, 2024, 10:06 PM
- Analysis performed in0.65 seconds
- Image modalityDermatoscopic
- Visual image quality82%
- Sensitivity92.22%
- Specificity89.88%
- Visual Image Quality: Focus, lighting, resolution, etc.
- Image Modality: Type of image (e.g., dermoscopy).
- Analysis Time: Time taken to process the image.
- Sensitivity: Probability of a positive result for sick patients.
- Specificity: Probability of a negative result for healthy patients.
Quick Insightsβ
Quick insights summarize key information for HCPs, enabling rapid decision-making.
The pathology Nevus has a probability of around 67.51%. The suspicion of malignancy is 26.46%.
Insights
- Refer to specialistMeets referral criteria
- Condition AIt could also be Condition B.
- Probably malignant or pre-malignant62% suspected malignancy