Started drafting content. 

The following topics are included in this page.

ModelMappedElements: Get Target CDM Mapped Data Element Name

This API retrieves all the Target data elements that have been mapped between a specific Source table/attribute and the Target model

Input: Source Model Name/Version/Table Name/Attribute Name/Target Model Name/Version

Output: Target Model Name/Version/Mapped Element Table Name/Mapped Attribute Name

Input:  OMOP/5.3.1/Person/gender_concept_id/PCORnet/4.0

give me the table/attribute in PCORnet 4.0 that has been mapped to OMOP 5.3.1 element Person/gender_concept_id

Output: same style as ModelMappedValues

this output indicates that the element Patient/gender in PCORnet 4.0 has been mapped to Person/gender_concept_id in OMOP 5.3.1

https://cadsrapi.cancer.gov/invoke/caDSRII.ModelApi/GetXML?query=ModelMappedElements[@model=OMOP,@version=5.31,@table=Person,@attributeName=gender_concept_id,@targetModelName=PCORnet,@targetModelVersion=4


ModelMappedValues: Get Target CDM Data Element and Permitted Value

TBD

ModelMappedTableElements: Get All Target CDM Elements Mapped to Source CDM Table

TBD

ModelAttributes: Get All Attributes in a Model

TBD