{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleUSKidneysResult",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/UltrasoundDiagnosticReport"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/LocationReference",
    "valueReference" : {
      "reference" : "Location/SurgeryUnit"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RecomendationForFuncDiagConclusion",
    "valueString" : "Рекомендована консультация нефролога. Контроль УЗИ в динамике через год или ранее при клинической необходимости"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ExaminationPriority",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ExaminationPriority",
        "code" : "routine",
        "display" : "планово"
      }]
    }
  }],
  "identifier" : [{
    "value" : "KID2025-001",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "basedOn" : [{
    "reference" : "ExampleServiceRequestImaging"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "03/2",
      "display" : "Стационарная медицинская диагностика для взрослого населения"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/UltrasoundTypes",
      "code" : "A04-28-001",
      "display" : "УЗИ почек"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExampleFullPatient"
  },
  "encounter" : {
    "reference" : "Encounter/ExampleEncounter"
  },
  "effectivePeriod" : {
    "start" : "2025-04-04T12:05:00Z",
    "end" : "2025-04-04T12:15:00Z"
  },
  "issued" : "2025-04-04T12:30:00Z",
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "result" : [{
    "reference" : "Observation/ExampleUSKidneys"
  }],
  "note" : [{
    "text" : "Исследование проведено первично. УЗ-признаков гидронефроза не выявлено. Обнаружен конкремент: 6 мм в средней трети ЧЛС правой почки  с акустической тенью."
  }],
  "study" : [{
    "reference" : "ImagingStudy/c1d7b007-6ffe-49e9-b939-ed1e5e4b36fe"
  }],
  "supportingInfo" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TypeSupportingInfo",
        "code" : "observation",
        "display" : "Показатели исследования"
      }]
    },
    "reference" : {
      "reference" : "Observation/ExampleUSLIVERTextDescription"
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TypeSupportingInfo",
        "code" : "diag-report",
        "display" : "Заключение исследования"
      }]
    },
    "reference" : {
      "reference" : "DiagnosticReport/ExampleUSLiverResult"
    }
  }],
  "conclusion" : "Ультразвуковых признаков патологических изменений не выявлено."
}