> For the complete documentation index, see [llms.txt](https://www.luatmoitruong.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.luatmoitruong.vn/thong-tu-27-2015-tt-btnmt/chuong-v.-hoi-dong-tham-dinh-bao-cao-danh-gia-moi-truong-chien-luoc-hoi-dong-tham-dinh-bao-cao-danh/dieu-30.-noi-dung-ket-luan-cua-hoi-dong-tham-dinh.md).

# Điều 30. Nội dung kết luận của hội đồng thẩm định

1. Kết luận của hội đồng thẩm định phải thể hiện rõ những nội dung sau đây:

   a) Những tồn tại của hồ sơ; các yêu cầu, khuyến nghị liên quan đến việc hoàn chỉnh hồ sơ (nếu có) dựa trên cơ sở ý kiến của các thành viên hội đồng thẩm định;

   b) Căn cứ kết quả kiểm phiếu thẩm định theo nguyên tắc được quy định tại Khoản 2 Điều này, kết luận theo một (01) trong ba (03) mức độ: thông qua; thông qua với điều kiện phải chỉnh sửa, bổ sung; không thông qua.
2. Nguyên tắc đưa ra kết quả thẩm định:

   a) Thông qua không cần chỉnh sửa, bổ sung: khi tất cả thành viên hội đồng thẩm định tham dự phiên họp có phiếu thẩm định nhất trí thông qua không cần chỉnh sửa, bổ sung;

   b) Thông qua với điều kiện phải chỉnh sửa, bổ sung: khi có ít nhất hai phần ba (2/3) số thành viên hội đồng tham dự, trong đó bắt buộc phải có ít nhất một (01) Ủy viên phản biện, có phiếu thẩm định đồng ý thông qua hoặc thông qua với điều kiện phải chỉnh sửa, bổ sung;

   c) Không thông qua: khi có trên một phần ba (1/3) số thành viên hội đồng tham dự có phiếu thẩm định không thông qua hoặc cả hai (02) Ủy viên phản biện có phiếu thẩm định không thông qua.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.luatmoitruong.vn/thong-tu-27-2015-tt-btnmt/chuong-v.-hoi-dong-tham-dinh-bao-cao-danh-gia-moi-truong-chien-luoc-hoi-dong-tham-dinh-bao-cao-danh/dieu-30.-noi-dung-ket-luan-cua-hoi-dong-tham-dinh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
