# Assessment 2

#### Let's apply what you have learned so far to a specific scenario. Choose the correct response.

You are working in a healthcare organization that needs to maintain accurate and tamper-proof patient records for compliance purposes. A colleague suggests using a traditional database system for logging patient interactions. How do you respond to ensure data integrity and security?

* [x] I recommend using an immutable blockchain ledger to log patient interactions, as it provides a secure and verifiable way to maintain records.
* [ ] I agree with my colleague and suggest we use a traditional database system since it's easier to implement.
* [ ] I propose we keep paper records instead, as they are less prone to technical issues.
* [ ] I suggest we use a cloud storage solution without any additional security measures.

**Notes to Learners**

Using the BSV Ledger for logging patient interactions ensures that the records are secure and tamper-proof, which is essential for compliance in the healthcare sector. Traditional database systems can be vulnerable to tampering, while paper records and unsecured cloud solutions do not provide the necessary integrity and verification needed for sensitive data. The BSV Ledger's capabilities align with the need for transparency and security in maintaining critical records.


---

# Agent Instructions: 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:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-basics-protocol-and-design/the-bsv-ledger-bitcoin-protocol-and-design/assessment-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
