Classify several conditions as active or not

Hi all,
I have several conditions, like fever, diabetes, etc, to be classified as active or not, for each one patient.
Is there a way to use one condition resource to include all the conditions? Or each condition have to use one separate resource?

Thank you in advance!

Each condition must be a separate resource. When querying, you can filter by clinical-status if you only want the ‘active’ ones.

Thank you Lloyd! I was trying to avoid uploading several condition resources.

If you’re posting them to a server, you could use batch or transaction to send them all in one go.