How to get multiple data from a single QR Code?

Currently I am working on QR code scanner, I want the single QR code which contains multiple data (number and text) and display the data in different fields. Can anyone suggest me what block should I use or explain me an algorithm?

Just use barcode scanner it will give all the details of the qr code

organize your data in some pattern, for example:
Kevinkun##30##Male##Qingdao China##Coding, Reading, Jogging
generate this text in qr code, then after decode it, seperate the text with ##, you will get a list