Versions Compared

Key

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

...

  • metadata_source is used to define a unique source (authority) for each namespace of metadata terms.
    • nameshould  should be fully qualified and universally unique.
  • metadata_termtable  table provides both the term andits mapping to local metadata.
    • codeshould be unique within the given source.
    • metadata_classrefers  refers to the Java class for the metadata.
    • metadata_referenceis  is a unique reference to the metadata within the class (e.g., uuid)
  • metadata_setis  is used to define relating grouping of metadata similar to what OpenMRS has traditionally done within global properties and similar to FHIR's ValueSet for metadata terms.
    • sort_weightis  is used to optionally give members of a metadata set a reliable sequence.

...