Convert Electronic Health Information from HL7 to FHIR

Convert Electronic Health Information from HL7 to FHIR

Step 7. Run the process

Step 7. Run the process

Run the process to convert an HL7 message to a FHIR bundle and post it to a FHIR server.
  1. Open the HL7 2.x to FHIR R4 process.
  2. In the
    Actions
    menu, click
    Run Using
    .
  3. In the
    Process Input
    section, edit the payload to specify the agent group ID, HL7 file path, FHIR server base URL, and the username and password to log in to
    Informatica Intelligent Cloud Services
    .
    Optionally, you can change the additional outputs to write the errors and errors found as a buffer or to a file. If you write the additional outputs to a file, add a
    value
    attribute and specify the file path. You can also specify whether you want to process the HL7 data as a message or as a transaction.
    For example, the following payload includes placeholder values:
    { "payload": { "Agent_Group_ID": "<Agent Group ID>", "Input":{ "type": "FILE", "value": "<HL7 file path like /data/podDataSets/ADT_A01_v26_s4.txt>" }, "Output": { "type": "BUFFER" }, "Additional_Inputs": [], "Additional_Outputs": [ { "name": "Errors", "type": "BUFFER" // Specify BUFFER or FILE }, { "name": "ErrorsFound", "type": "BUFFER" // Specify BUFFER or FILE } ], "Service_Parameters": [ { "name": "util_infaBaseURL", "value": "<FHIR server base URL like http://<host>:<port>/fhir/>" }, { "name": "SM_MSH_Bundle_type", "value": "transaction" // Specify message or transaction } ] }, "inputUsername":"<Username>", "inputPassword":"<Password>" }
  4. Click
    Run
    .

0 COMMENTS

We’d like to hear from you!