Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Query by TAG: select c/name/value, tag(c, 'EpisodeOfCareId') from composition c where tag(c, 'EpisodeOfCareId') = 'test' limit 5 

How to represent tags? 

Marand ex:

  • Query by TAG: SELECT tags(c) FROM COMPOSITION c WHERE c TAGGED BY 'key::value'

Using Folders

Basic requirement - able to add post-hoc containers / bundles collections

...