Dear All,
I want build a system like this:
1. Medical records system:
- Profile (user) has all information that rarely changed of patient. Can do with Drupal 7 core or profile 2. That's enough.
- Consultation (content type): Each profile )= patient) can have many times go to hospital, each time = one consultation). We can use relation module to do this: content --> user "direction relation". That's ok.
* Price of each consultation is 10 USD (that means each node is corresponding 10 USD).
- Many other content types: Untra-sound, X-ray, ...
* Price of each above "node": x USD, y USD, ...
- Some content types do not have a hard price. Example: test, prescription of the doctor.
* In a test paper has many item: Gluco test, Bilirubile test, cholesterol test, .... In prescription paper has many items that may be appeared: paracetamol, loratadine, ... (1-10 medicines of 1000s medicines can be chosen). So, each node likes this may be have different price (the price made by various items)
- Some other content types do not have a price ("free").
About how to collect all nodes into a perfect Patient File? That will be done by using relation module
About how to view nice nodes, nice forms? That will be done by various modules. But I still do not know what is the best choice?
2. Commerce System