{
  "success": true,
  "message": "Diagnostic report <xxx>",
  "data": {
    "id": "XXX",
    "url": "http:\/\/localhost:3000?diagnosticReportId=XXX&company=XXX&format=browser",
    "pdf": "http:\/\/localhost\/s2s-api\/v2\/anonymous-diagnostic-reports\/XXX?format=pdf",
    "visitIdentifier": "XXX",
    "extraData": null,
    "pathology": null,
    "bodySite": {
      "name": "Chest and belly",
      "code": "TRUNK_FRONT"
    },
    "createdAt": "2025-01-29T12:46:57+01:00",
    "anamnesisGeneral": [],
    "macroscopicMedia": {
      "url": "https:\/\/...",
      "type": "Image",
      "annotations": []
    },
    "result": {
      "id": "XXX",
      "metrics": {
        "sensitivity": 91.16,
        "specificity": 96.58,
        "entropy": null
      },
      "preliminaryFindings": {
        "hasCondition": 100.0,
        "malignancy": 0.0,
        "adjustedMalignancy": null,
        "pigmentedLesion": null,
        "urgentReferral": null,
        "highPriorityReferral": null
      },
      "iaSeconds": 0.91670727729797,
      "conclusions": [
        {
          "pathology": {
            "name": "Psoriasis",
            "code": "Psoriasis",
            "icd11": "EA90"
          },
          "probability": 100.0
        }
      ],
      "scoringSystems": [
        {
          "scoringSystem": {
            "name": "Local automatic psoriasis area and severity index",
            "code": "APASI_LOCAL"
          },
          "score": {
            "value": 6.3,
            "severity": {
              "value": 3,
              "categories": [
                {
                  "code": "None",
                  "category": "None",
                  "min": 0.0,
                  "max": 0.0,
                  "severity": 1,
                  "severityAsString": "low"
                },
                {
                  "code": "Mild",
                  "category": "Mild",
                  "min": 0.0,
                  "max": 2.1,
                  "severity": 1,
                  "severityAsString": "low"
                },
                {
                  "code": "Moderate",
                  "category": "Moderate",
                  "min": 2.1,
                  "max": 4.5,
                  "severity": 2,
                  "severityAsString": "moderate"
                },
                {
                  "code": "Severe",
                  "category": "Severe",
                  "min": 4.5,
                  "max": 21.6,
                  "severity": 3,
                  "severityAsString": "high"
                }
              ]
            }
          },
          "reduction": null,
          "facets": [
            {
              "facet": {
                "name": "Scaling",
                "description": "This value corresponds to the shedding intensity of the outermost layer of skin of the affected zone"
              },
              "value": {
                "text": "Moderate (2)",
                "raw": 2.0
              }
            },
            {
              "facet": {
                "name": "Erythema",
                "description": "This value corresponds to the redness intensity of the lesion"
              },
              "value": {
                "text": "Severe (3)",
                "raw": 3.0
              }
            },
            {
              "facet": {
                "name": "Induration",
                "description": "This value corresponds to the hardening intensity of the lesion"
              },
              "value": {
                "text": "Moderate (2)",
                "raw": 2.0
              }
            },
            {
              "facet": {
                "name": "Affected area",
                "description": "This value corresponds to the percentage of involvement of the specific area of the body you are reporting"
              },
              "value": {
                "text": "50% (3)",
                "raw": 3.0
              }
            }
          ],
          "explainabilityMedia": {
            "url": "https:\/\/..."
          }
        }
      ],
      "observations": [
        {
          "media": {
            "url": "https:\/\/...",
            "type": "Image",
            "modality": "Clinical",
            "diqaScore": 86.0
          }
        },
        {
          "media": {
            "url": "https:\/\/...",
            "type": "Image",
            "modality": "Clinical",
            "diqaScore": 92.0
          }
        }
      ]
    }
  },
  "errorCode": null
}
