{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDiagnosticReportLabTest",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/DiagnosticReportLab"]
  },
  "identifier" : [{
    "value" : "123",
    "assigner" : {
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/LocationReference",
        "valueReference" : {
          "reference" : "Location/LabUnit"
        }
      }],
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "basedOn" : [{
    "reference" : "ServiceRequest/ExampleServiceRequestKdl"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/TypesOfLabTests",
      "code" : "1.1",
      "display" : "Клинический анализ мочи, скрининг"
    }]
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "issued" : "2025-06-20T15:50:00Z",
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/ExampleCardiologist"
  }],
  "result" : [{
    "reference" : "Observation/ExampleKdlObservation"
  }],
  "conclusion" : "Все в норме"
}