{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDiagnosticReportLabAlco",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/DiagnosticReportLab"]
  },
  "identifier" : [{
    "value" : "123341",
    "assigner" : {
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/LocationReference",
        "valueReference" : {
          "reference" : "Location/LabUnit"
        }
      }],
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "basedOn" : [{
    "reference" : "ServiceRequest/ExampleServiceRequestKdl",
    "display" : "Направление на определение этанола"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/TypesOfLabTests",
      "code" : "11.2.2.2",
      "display" : "Этанол, обнаружение в крови, моче"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "issued" : "2024-11-28T15:50:00Z",
  "resultsInterpreter" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "result" : [{
    "reference" : "Observation/ExampleKdlObservationAlco"
  }]
}