2. The provider finds the patient with a partial match on family and given name

GET https://api-{{tenant-id}}.developer.commure.com/api/v1/r4/Patient?family=val&given=g

A common starting point for many workflows is the need to find the appropriate Patient resource. In this scenario, the Patient resource will serve as the subject of the QuestionnaireResponse that the provider will be completing.

If the provider needs to search for the patient, searching by the identifier is the most performant option, but requires an exact match to yield results. Alternatively, the patient search parameters include many options that are less restrictive. The request here shows how a patient may be found with a partial match on family and given names.

Request Params

KeyDatatypeRequiredDescription
familystring
givenstring