Connectathon 2026 Wiki

Racsel logo
Back to home

Tasks · T3.1

Query MPI patients

View flow

Run ITI-78 PDQm from the country EHR to retrieve the patient whose Medication Overview will be generated.

Requirements

Pre Track enablement complete

Expected response

A Bundle with one or more Patient resources is returned, and the selected patient can be used to build the Medication Overview.

Evidence

Response Bundle containing the selected patient.

Observations

During the in-person Connectathon, the request passes through the Gazelle proxy so the request and response can be recorded. Test case: TC01.

Requests to run

Collection

PDQm - Qualification PDQm ITI-78

Query Patient with identifier

curl -X GET "https://gazelle.racsel.org/pdqm-fhir-simulator/IHE/fhir/Patient?identifier=BRZ9007" \
  -H "Accept: application/fhir+json"

Expected response

HTTP 200 OK with a FHIR searchset Bundle containing Patient resources that match the search criteria.