...
| Term status in translate5 | Mapped well known TBX status |
|---|---|
| Standardized term | standardizedTerm |
| Preferred term | preferredTerm proposed preferred |
| Normal term | admittedTerm And all other TBX term status, that are not listed or configured. |
| Deprecated/Forbidden term | deprecatedTerm Additionally the following non standard values are defined as forbidden in the configuration: <termNote type="across_ISO_picklist_Usage">do not use</termNote> |
Depending of the tbx structure (not standard tbx) of your third party application you can search the non standard content and replace the usage status as follows:
| Wanted usage status | Replace with |
|---|---|
| Standardized | <termNote type="administrativeStatus">standardizedTerm-admn-sts</termNote> |
| Preferred | <termNote type="administrativeStatus">preferredTerm-admn-sts</termNote> |
| Normal/Others | <termNote type="administrativeStatus">legalTerm-admn-sts</termNote> |
| Admitted | <termNote type="administrativeStatus">admittedTerm-admn-sts</termNote> |
| Deprecated/Forbidden | <termNote type="administrativeStatus">supersededTerm-admn-sts</termNote> |
Term status configuration
...