{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/DiagnosticReport-ForRIS",
  "name": "DiagnosticReport-ForRIS",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://apiframework.dedalus.eu/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer.role",
        "path": "DiagnosticReport.performer.role",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer.role.coding",
        "path": "DiagnosticReport.performer.role.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DiagnosticReport.performer.role.coding.system",
        "path": "DiagnosticReport.performer.role.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer.role.coding.code",
        "path": "DiagnosticReport.performer.role.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Observation-ForRIS"
          }
        ]
      }
    ]
  }
}