{
  "success": true,
  "message": "Diagnostic report <xxx>",
  "data": {
    "resourceType": "DiagnosticReport",
    "id": "xxxx",
    "presentedForm": {
      "practitioner": {
        "url": "http:\/\/localhost:3000?",
        "pdf": "http:\/\/localhost"
      },
      "patient": {
        "url": null,
        "pdf": null
      }
    },
    "encounter": {
      "identifier": {
        "value": "xxxxF"
      }
    },
    "issued": "2025-01-29T12:46:57+01:00",
    "condition": {
      "pathology": null,
      "bodySite": {
        "coding": [
          {
            "system": "https:\/\/legit.health\/integration\/json-only\/codes\/body-sites",
            "code": "TRUNK_FRONT",
            "display": "Chest and belly"
          }
        ]
      }
    },
    "extraData": null,
    "anamnesisGeneral": {
      "resourceType": "QuestionnaireResponse",
      "status": "completed",
      "item": []
    },
    "macroscopicMedia": {
      "resourceType": "Media",
      "content": {
        "url": "https:\/\/..."
      },
      "type": "Image",
      "annotations": null
    },
    "result": {
      "id": "xxx",
      "performanceIndicators": {
        "resourceType": "Observation",
        "component": [
          {
            "code": {
              "coding": [
                {
                  "code": "sensitivity",
                  "display": "Sensitivity"
                }
              ]
            },
            "valueQuantity": {
              "value": 91.16,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "specificity",
                  "display": "Specificity"
                }
              ]
            },
            "valueQuantity": {
              "value": 96.58,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "entropy",
                  "display": "Entropy"
                }
              ]
            },
            "valueQuantity": {
              "value": null,
              "unit": "%"
            }
          }
        ]
      },
      "clinicalIndicators": {
        "resourceType": "Observation",
        "component": [
          {
            "code": {
              "coding": [
                {
                  "code": "hasCondition",
                  "display": "Has condition"
                }
              ]
            },
            "valueQuantity": {
              "value": 100.0,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "malignancy",
                  "display": "Malignancy"
                }
              ]
            },
            "valueQuantity": {
              "value": 0.0,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "adjustedMalignancy",
                  "display": "Adjusted malignancy"
                }
              ]
            },
            "valueQuantity": {
              "value": null,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "pigmentedLesion",
                  "display": "Pigmented lesion"
                }
              ]
            },
            "valueQuantity": {
              "value": null,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "urgentReferral",
                  "display": "Urgent referral"
                }
              ]
            },
            "valueQuantity": {
              "value": null,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "code": "highPriorityReferral",
                  "display": "High priority referral"
                }
              ]
            },
            "valueQuantity": {
              "value": null,
              "unit": "%"
            }
          }
        ]
      },
      "analysisDuration": 0.91670727729797,
      "observations": [
        {
          "media": {
            "resourceType": "Media",
            "content": {
              "url": "https:\/\/..."
            },
            "type": "Image",
            "modality": "Clinical",
            "diqaScore": 86.0
          }
        },
        {
          "media": {
            "resourceType": "Media",
            "content": {
              "url": "https:\/\/..."
            },
            "type": "Image",
            "modality": "Clinical",
            "diqaScore": 92.0
          }
        }
      ],
      "conclusions": [
        {
          "pathology": {
            "coding": [
              {
                "code": "Psoriasis",
                "display": "Psoriasis",
                "system": "https:\/\/legit.health\/integration\/json-only\/codes\/conditions"
              },
              {
                "code": "EA90",
                "display": "Psoriasis",
                "system": "ICD-11"
              }
            ]
          },
          "probability": 100.0
        }
      ],
      "questionnaires": []
    }
  },
  "errorCode": null
}
