This topic explains how to edit a syntactic mapping. Syntactic Mappings are used as part of the Harmonization Copilot, and streamline the process of mapping your local data to a target data model, like Observational Medical Outcomes Partnership (OMOP) or a custom data model.
Prerequisites
- You must have Manage Data Mappings permission.
- The dataset that you want to harmonize must have been imported into FCP.
- The syntactic mapping you want to edit must exist.
What You'll Learn
In this topic, you will learn how to:
- Access the Syntactic Mapping Page
- Reviewing and Editing a Syntactic Mapping
- Create a new Syntactic Mapping version
Access the Syntactic Mappings Page
To access the Syntactic Mappings page, do the following.
- Select Data Mappings from the main menu.
- In the Data Mappings page, select Syntactic Mappings.
The Syntactic Mappings page shows syntactic mappings that have been created.
The fields in the screenshot above are defined in the table below.
Button or Field | Description |
Create Syntactic Mapping | Click this button to create a new syntactic mapping. |
New version | Click this button to create a new version of an existing syntactic mapping. |
Syntactic Mapping Name | Name of the mapping. |
Version | Indicates the version of the Syntactic Mapping. The first version of a Syntactic Mapping is the number 0. |
Information icon (on hover) | Displays additional information about the syntactic mapping, such as the description provided during creation of the syntactic mapping. |
Date Created | Indicates the date the syntactic mapping was created. |
Target Data Model | Indicates the target data model for the mapping, such as OMOP v5.4. |
Source Data Schemas | Indicates the source data schemas of the datasets that you would like to map. If there is more than one, the number of source schemas will appear (e.g. “3 Schemas”). If there is more than one schema, hover to see the names of the schemas. |
Target Tables | Indicates the target tables for the transformation. If there is more than one, the number of target tables will appear (e.g. "2 Tables"). If there is more than one table, hover to see the names of the tables. |
Creator | Name of the person who created the syntactic mapping. |
3 Dot Menu |
The three dot menu (also known as the "context menu") provides access to additional options: Copy UID, Show Configuration, Download Mapping Config, and Remove Syntactic Mapping. |
Reviewing and Editing the Syntactic Mapping
- Click on the syntactic mapping you'd like to review or edit in the Syntactic Mappings page.The Edit Syntactic Mapping page appears.
- All of the target tables for the syntactic mapping along with their fields appear in the Target Field column. A red asterisk indicates that the target field is required.
- For each target field, you can select one or more source fields to map to the target field. Click on the source field dropdown and you can select fields from any of the input data schemas for the syntactic mapping. If you select more than one field, make sure that you select fields from the same schema, and note that you will be required to configure a transformation to define how to generate the value for the target field from the different source fields.
- You can edit the transformations each target field by clicking the pencil icon in the Transformations column. More on this in the Syntactic Mapping Transformations topic.
- At any time, you can click the Save button to save your work. Syntactic Mappings can be updated as you work through the different source to target field mappings and transformations. Once you run a Data Harmonization Code Object that references a Syntactic Mapping, it can no longer be edited (in order to ensure reproducibility), and you can create a new version of the Syntactic Mapping to continue editing it.
Creating a New Syntactic Mapping Version
You can create a new syntactic mapping version by doing the following.
- In the Syntactic Mapping page, click the New Version button of the Syntactic Mapping you want to create a new version of.
- The Create New Syntactic Mapping Version page appears.
- The name and target data model cannot be changed - they must be consistent for all versions of the same Syntactic Mapping. If you would like to select a different name or target data model, you can create a new Syntactic Mapping instead of creating a new version.
- The description can be updated. Update it to indicate changes, if desired.
- Update the source data schemas if needed. For more information on how to do this, see the Creating a Syntactic Mapping article.
- Update the target tables if needed. For more information on how to do this, see the Creating a Syntactic Mapping article.
- Click the Create New Version button. The new version of the syntactic mapping appears on the Syntactic Mappings page.