Submit and search Encounters HL7 FHIR
It is not possible to send file directly using the ABM Portal web page. We need to use tool to accomplish this.
Step 1. To create Encounters HL7 FHIR transaction, follow these steps:.
Step 1.1. Open compatible HL7 FHIR tool.
Step 1.2. Set FHIR base URL.
Step 1.3. Select the POST request method (POST - add new data).
Step 1.4. Paste transaction file. The Body pane allows you to specify the data you need to send with a request.
Step 1.5. Click Send to run your request.
The input file is validated before upload. The Tool automatically calculates the time it took for the response to arrive from the server.
Step 1.6. Check output information and get GUID.
200 OK means that the transaction is posted into database. The response consists of the status code, location (GUID) and last modified values.
Step 2. Try to search the generated Encounter using GUID.
Step 2.1. Set GUID into FHIR base URL.
Step 2.2. Select the GET request method (GET - retrieve data from an API).
Step 2.3. Click Send to run your request.
Search operation is performed. The uploaded transaction appears in the right side.