Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T1.2-E

Find clinical reports

View flow

From country A, find clinical reports associated with the patient in the country B node.

Requirements

T1.2-D

Expected response

The DocumentReference for the report generated in country B is retrieved.

Evidence

DocumentReference link pointing to the node where the report was generated.

Observations

Country B informs country A of the report document id outside the system. Test cases: TK1.2_TC11, TK1.2_TC12, TK1.2_TC13.

Requests to run

Collection

National Node - LACPass IPS

ITI-67 Find Report DocumentReference

curl -X GET "${COUNTRY_B_NODE}/fhir/DocumentReference?patient.identifier=${PATIENT_IDENTIFIER}&type=${REPORT_TYPE}" \
  -H "Accept: application/fhir+json"

Expected response

HTTP 200 with DocumentReference entries pointing to reports in country B.