{
  "resourceType": "StructureDefinition",
  "id": "omi-diagnostic-report",
  "url": "http://omi.de/fhir/registry/StructureDefinition/omi-diagnostic-report",
  "version": "0.3.26",
  "name": "OmiDiagnosticReport",
  "title": "AI-Diagnostic Report",
  "status": "active",
  "date": "2024-12-11",
  "publisher": "MOLIT gGmbH",
  "description": "Profile of DiagnosticReport for the OMI context. It describes the outcome of a AI-Service.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/output-observation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/imaging-study-output"
            ]
          }
        ]
      }
    ]
  }
}