Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T1.2-B

Create ServiceRequest

View flow

Create a cross-border consultation ServiceRequest in country A, associate it with a persisted IPS, and validate it in EVS Client.

Requirements

T1.2-A

Expected response

The order is generated in the national node and validated in EVS Client.

Evidence

EVS Client validation link and URL to retrieve the ServiceRequest from the national node.

Observations

Notify country B of the ServiceRequest ID outside the system, for example by phone or email. Test cases: TK1.2_TC01, TK1.2_TC02, TK1.2_TC03.

Requests to run

Collection

National Node - LACPass IPS

Create ServiceRequest

curl -X POST "${COUNTRY_A_NODE}/fhir/ServiceRequest" \
  -H "Content-Type: application/fhir+json" \
  -H "Accept: application/fhir+json" \
  --data-binary @service-request.json

Expected response

HTTP 201 Created with the ServiceRequest persisted in country A national node.