Back to home
Tasks · T2-A
Query MPI patients
View flowRun ITI-78 PDQm to retrieve the patient who will receive immunization data for the ICVP.
Requirements
Pre Track enablement complete
Links
Expected response
HTTP 200 OK and a Bundle with Patient resources from which the ICVP patient is selected.
Evidence
Bundle with patient resources. Test case TK2_TC01.
Observations
Equivalent to Track 1.1 task A.
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.
