{
  "resourceType": "StructureDefinition",
  "id": "DiagnosticReport",
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/Condition/DiagnosticReport",
  "name": "DiagnosticReport",
  "status": "draft",
  "description": "The perioperative findings on patient that are related to problems with a breast implant.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "short": "Surgical operation note",
        "definition": "This is a generic code used for documenting surgical procedures, including findings before or during breast reconstruction surgery such as implant rupture. This code is commonly used when the report details intraoperative findings and surgical outcomes.",
        "min": 1,
        "fixedCode": "11526-1"
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "min": 1
      }
    ]
  }
}