Step 1. Open compatible HL7 FHIR tool.
Step 2. To create Encounters HL7 FHIR transaction, follow these steps:.
Step 2.1. Set FHIR base URL.
Step 2.2. Select POST http request type.
Step 2.3. Paste transaction file.
Step 2.4. Click Send, check output information and get GUID.
200 OK means that the transaction is posted into database.
Step 3. Try to search the generated Encounter using GUID.
Step 3.1. Set GUID into FHIR base URL.
Step 3.2. Select GET http request type.
Step 3.3. Click Send.