ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
179 stars 110 forks source link

Query results: make templateInstancePath optional on the results #960

Open ppazos opened 6 years ago

ppazos commented 6 years ago

Add a param to include that in the results, that is false by default.

templateInstancePath allows to correctly group different attributes of the same object when there are multiple occurrences of that object, because all have the same path, and the instance path allows to differentiate.

This should also affect the query API.

REF: https://github.com/ppazos/cabolabs-ehrserver/issues/645