Understand options to construct ODM
The external IWR system will make Rest API POST calls to ib-ext-svc with a request
body. The request body is expected to be data wrapped in an <IRTData>
element, in the ODM XML format.
An
<IRTData>
element is sent as the input data in the integration
request. Each consists of a <ClinincalData>
element, including
the information to be mapped, and an <EventType>
element that
defines what kind of data is being sent.
- The event type allows integration to know how the corresponding data is to be processed according to the integration configuration.
- The
<ClinicalData>
element includes the ODM XML subject data and can consist of multiple<SubjectData>
nodes.
You must construct your ODM according to your integration configuration, the event
type and the clinical data you want to map. Additionally, each external IWR system
can choose to fit one of two different patterns to map IRTData into Oracle Clinical
One Platform:
For more information on IRTData payload types and mapping examples see IRTData payload reference.
REFNAME mapping | GUID mapping |
---|---|
For more information see Construct ODM using REFNAME mapping. |
For more information see Construct ODM using GUID mapping. |