Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T2-D

Persist ICVP in national node

View flow

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

Requirements

T2-A, T2-B, T2-C

Expected response

The server returns HTTP 201 Created.

Evidence

URL of the ICVP stored in the national node. Test case TK2_TC04.

Observations

The request body must contain the ICVP Bundle.

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 @icvp-transaction-bundle.json

Expected response

HTTP 201 Created.