Translation set endpoints allow you to review and manage value sets, translation sets, and related translation set links.
A value set is a list of values (e.g., LOINC, SNOMED, or a custom code set) that should be translated during the process of data exchange.
A translation set contains two value sets: one for incoming values and one for outgoing values between systems. A translation set also defines how those values should map to each other. Learn about translation sets.
A translation set link defines where the translation set should be applied in log processing for a specific subscription.
Anyone in a Redox organization can view translation sets and related value sets or links, but you must be assigned to an engineer or support role to update or delete them.
You can:
- retrieve a list of value sets by environment or organization;
- retrieve a list of translation sets by environment or organization;
- create, update, or delete value sets;
- create, update, or delete translation sets or links;
- create, update, or delete a value in a value set; or
- create or delete a translation in a translation set;
Update link
Update an existing link for a translation set within a Redox organization. You must use the correct ID to update the settings.
This endpoint overwrites any existing settings of a translation set link with the details in the request body.
You can update one translation set link at a time.
cURL request example
Path Parameters
- translationSetLinkIdrequired, string
Contains the unique identifier of the translation set link.
Request Body Schema
- sourceobject
Specifies the source of the subscription that an asset is or should be linked to.
- idrequired, string
Contains the unique identifier of the source.
Format: uuid
- destinationobject
Specifies the destination of the subscription that an asset is or should be linked to.
- idrequired, string
Contains the unique identifier of the destination.
Format: uuid
- dataModelstring
Specifies the Redox data model that the link applies to or should apply to.
- directionstring
Indicates the direction in which the translation set is or should be linked. This can be either
from-to
(translates a "from" value into a "to" value), orto-from
(tranlates a "to" value into a "from" value).Possible Values:from-to
,to-from
- processingLocationstring
Identifies where a link will be applied during log processing. There are up to four stages that an asset can be linked to, depending on whether you own either the source, the destination, or both.
Possible Values:source-request
,destination-request
,source-response
,destination-response
- pathsArray of object
Lists the field paths linked to a translation set. These paths must be unique on the path property.
- dataTypestring
Describes the format of the data found at the path location.
- titlestring
Specifies a human-readable title for the field path.
- pathstring
Specifies the path in a message to the location of the data to be translated. The path must always start with a $ to be considered valid.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains the id of the created or modified asset.
- idstring
Contains the unique identifier of the asset.
Format: uuid