8. Be good data stewards

[TODO: Add/revise introductory text]

Guidelines:

8.1 Collect data once from users only once and reuse wherever possible

[TODO: Add/revise introductory text]

Checklist

[TODO: Add/revise checklist items]

Implementation guides

[TODO: Add/revise implementation guide items]

Reusable solutions

[TODO: Add/revise reusable solutions]

8.2 Ensure that data is collected and held in a secure way so that it can easily be reused by others to provide services

[TODO: Add/revise introductory text]

Checklist

  • Ensure data is well-structured, intuitive and in a format that is easy to integrate and reuse by others
  • Design data to have clear and simple semantics to make common tasks easy. Rare tasks should still be possible but not the focus. Avoid being overly general, optimizing specific use cases.
  • Design data to be intuitive so that a semi-experienced user can be successful with minimal assistance from the documentation and programmers can easily integrate and reuse it.
  • Design data with a consistent and precise naming convention. Use plain language and recognizable patterns and concepts, avoiding abbreviations where possible.

Implementation guides

Reusable solutions