Get existing patient
GET {{api_hostname}}/fhir/Patient?name=Zhang
- This query performs a search on Zus to find all instances of the patient matching the name provided in the Query Params section of the request.
- Only check 1 name parameter per request.
- The response with be a bundle of FHIR Patient Resources tied to the patient in question, including each local patient id and UPID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |