Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T1.1-D

Persist IPS in national node

View flow

Send the valid IPS Bundle to the national node using ITI-65.

Requirements

T1.1-A, T1.1-B, T1.1-C

Expected response

The server returns HTTP 201 Created.

Evidence

Link to the IPS stored in the national node.

Observations

Test cases: TK1.1_TC04 and TK1.1_TC14.

Requests to run

Collection

National Node - LACPass IPS

ITI-65 Provide Document

curl -X POST "${IPS_MEDIATOR}/fhir/Bundle" \
  -H "Content-Type: application/fhir+json" \
  -H "Accept: application/fhir+json" \
  --data-binary @ips-transaction-bundle.json

Expected response

HTTP 201 Created from the national node.