Property | Description |
---|---|
Connection | Name of the source connection. |
Operation | REST API operation to perform on the FHIR resource. Select a GET operation. |
Property | Description |
---|---|
Path | Path to the FHIR resource, such as /Patient. This path is appended to the base path in the FHIR connection. |
Request Body Type | Type of input to send in the request body. Select buffer or file. |
Content Type | Media type of the request. Select one of the following options:
Overrides the media type of the request specified in the connection. |
Accept | Media type of the response. Select one of the following options:
Overrides the media type of the response specified in the connection. |
Additional Headers | Additional headers that the connection requires. Define headers in JSON format. For example: [{"Name":"Content-Type","Value":"application/fhir+json"},{"Name":"accept","Value":"text/xml"}] Overrides the additional headers specified in the connection. |
Convert request/response data format | Converts the data format in the GET response between XML and JSON. If the response is in XML format, this option converts it to JSON format. If the response is in JSON format, this option converts it to XML format. |
Response Directory | Directory to store the response. |
Response Headers Directory | Directory to store response headers. |
Tracing Level | Amount of detail that appears in the log for the source. Use the following tracing levels:
Default is Normal. |
Cache Size for Web Service Response (KB) | Memory available for the web service response. If the web service response contains many rows or columns, you might want to increase the cache size. Default is 1024 KB. Maximum is 99999 KB. |
Optimize Transformation | Select this option to improve performance for processing records from hierarchical to relational format or from relational to hierarchical format. |
Property | Description |
---|---|
Connection | Name of the target connection. |
Operation | REST API operation to perform on the FHIR resource. Select a POST, PUT, DELETE, or PATCH operation. |
Property | Description |
---|---|
Path | Path to the FHIR resource, such as /Patient. This path is appended to the base path in the FHIR connection. For example, if the base URL of the FHIR server is https://hapi.fhir.org/baseR4, this property appends /Patient to access a patient resource. |
Request Body Type | Type of input to send in the request body. Select buffer or file. |
Content Type | Media type of the request. Select one of the following options:
Overrides the media type of the request specified in the connection. |
Accept | Media type of the response. Select one of the following options:
Overrides the media type of the response specified in the connection. |
Additional Headers | Additional headers that the connection requires. Define headers in JSON format. For example: [{"Name":"Content-Type","Value":"application/fhir+json"},{"Name":"accept","Value":"text/xml"}] Overrides the additional headers specified in the connection. |
Convert request/response data format | Converts the data format in the REST API request body between XML and JSON. If the request body is in XML format, this option converts it to JSON format. If the request body is in JSON format, this option converts it to XML format. |
Response Directory | Directory to store the response. |
Response Headers Directory | Directory to store response headers. |
Tracing Level | Amount of detail that appears in the log for the source. Use the following tracing levels:
Default is Normal. |
Cache Size for Web Service Response (KB) | Memory available for the web service response. If the web service response contains many rows or columns, you might want to increase the cache size. Default is 1024 KB. Maximum is 99999 KB. |
Transaction Commit Control | Control to commit or roll back transactions based on the set of rows that pass through the transformation. Use the transaction commit control if you have a large amount of data and you want to control how it is processed. |
Transaction Scope | Scope of the transaction. Select all input or only the transaction. |
Optimize Transformation | Select this option to improve performance for processing records from hierarchical to relational format or from relational to hierarchical format. |