Back to home
Tasks · T1.1-A
Query MPI patients
View flowRun ITI-78 PDQm from the country EHR to retrieve candidate patients from the MPI.
Requirements
Pre Track enablement complete
Links
Expected response
A Bundle with one or more Patient resources is returned and the selected patient can be used to build the IPS.
Evidence
Bundle with the patient or patients.
Observations
Test cases: TK1.1_TC01-TK1.1_TC11.
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 Bundle containing Patient resources matching the search criteria.
