Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T1.2-G

Complete ServiceRequest

View flow

Update the original ServiceRequest in country A so it is no longer returned as pending.

Requirements

T1.2-F

Expected response

The ServiceRequest is updated to resolved/completed.

Evidence

URL showing the ServiceRequest state after completion.

Observations

Test case: TK1.2_TC15.

Requests to run

Collection

National Node - LACPass IPS

Update ServiceRequest status

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

Expected response

HTTP 200 OK with the ServiceRequest status set to completed.