{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDiagnosticReportLabMicroorganism",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/DiagnosticReportLab"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/ResearchMethods",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/OlisMethodsSplit",
        "code" : "2",
        "display" : "Автоматизированное определение"
      }]
    }
  }],
  "identifier" : [{
    "value" : "1234",
    "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" : "6.1",
      "display" : "Идентификация микроорганизмов"
    }]
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "issued" : "2025-06-20T15:50:00Z",
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/ExampleCardiologist"
  }],
  "result" : [{
    "reference" : "Observation/ExampleMicroorganismObservation"
  }],
  "conclusion" : "Выявлен микроорганизм"
}