Skip to content

Care Label Claims

The care label claims relationship list identifies the care labels that can be assigned to various schema. This is used in the following schemas:

Data

Column
Status
Format Notes
identifier mandatory UUID A globally unique identifier. See identifiers section for information on how to construct this identifier
source mandatory String What source provided the care label? The entry should be the Care Label Sources Controlled List identifier.
issueDate optional Date The date that the care label was provided/last updated. Use the format yyyy-mm-dd adhering to the ISO 8601 dateTime standard.

Diagram

erDiagram
  COMPONENTS}o..o{ CARE_LABEL_CLAIMS : within
  PRODUCTS }o..o{ CARE_LABEL_CLAIMS : within
  CARE_LABEL_CLAIMS {
    identifier UUID "*"
    source String "*"
    issueDate Date
  }
  CARE_LABEL_CLAIMS }o--o{ CONTROLLED_LISTS : attributes
  CONTROLLED_LISTS {
    careLabelSources mandatory 
  }