External Data Maps
General Structure
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../.ref/schema/ForeignDataMap.xsd" type="application/xml"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<ForeignDataMap xmlns="http://santedb.org/import">
<id>00000000-0000-0000-0000-000000000000</id>
<name>My Foreign Data Mapping</name>
<description>This does some things with a file</description>
<creationTime />
<maps>
<map>
<resource type="Type1"/>
<when>
<source />
<value />
</when>
<maps>
<map required="true|false" replace="true|false" whenTargetMissing="Error|Warning|Information">
<source>Field_Name</source>
<when>
<value/>
</when>
<fixed when="?">Value to fix</fixed>
<transform transformer="name">
<args />
</transform>
<target>targetHDSIPath</target>
</map>
</maps>
<existing>
<where>id=$output.id</where>
</existing>
</resource>
<resource type="Type2" />
</map>
</maps>
</ForeignDataMap>Resource Maps
Conditional Resource Mapping
Field Mapping
Simple Mapping
Fixed Value
Transforming Values
Transformer
Arguments
Description
Last updated
Was this helpful?