Answer :
The type of data structures which can be used to manage the hospital is:
- Hash table(hash map)
What is Data Structures?
This refers to the special process of collection , organisation of complex data for the purposes of efficient retrieval and use.
There are four main types of data structures and they include:
- Linear
- Tree
- Hash
- Graphs
With this in mind, we can see that the hash table would be best used to organise data for the hospital so that it can be easily retrieved and used.
Some advantages of using the hash method includes:
- It allows for quick update and data retrieval in real time
- The efficiency of the system does not depend on the size of the data
- It enables enhanced security as it is protected by encryption.
Read more about data structures here:
https://brainly.com/question/24268720