{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.dkfz.de/E010/R4/StructureDefinition/ProstateMRIDiagnosticReport",
  "name": "ProstateMRIDiagnosticReport",
  "status": "draft",
  "date": "2022-11-24T11:44:13.4377656+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Observation",
              "http://fhir.dkfz.de/E010/R4/StructureDefinition/PIRADSMRIOverallAssessment",
              "http://fhir.dkfz.de/E010/R4/StructureDefinition/PIRADSMRILesionAssessment",
              "http://fhir.dkfz.de/E010/R4/StructureDefinition/ProstateMRIVolume"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ImagingStudy",
              "http://fhir.dkfz.de/E010/R4/StructureDefinition/ProstateMRIImagingStudy"
            ]
          }
        ]
      }
    ]
  }
}