FHIR Chat · Cerner FHIR Patient List Server · Argo Patient Lists

Stream: Argo Patient Lists

Topic: Cerner FHIR Patient List Server


view this post on Zulip Madhur Rajendran (Sep 10 2020 at 14:54):

Base URL: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group

Practitioner Query: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group?_summary=true&type=person&characteristic=attributed-to&characteristic-reference=Practitioner/12397977

Location Query: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group?type=person&characteristic=location&characteristic-reference=Location/38930379

These requests shouldn't require any authorization. We do require an 'Accept' header with a value of 'application/json' or 'application/fhir+json' or 'application/json+fhir'. Alternatively, you can add the _format=json query parameter.

Currently, we only support the practitioner and location queries. I can provide other Practitioner/Location ids if needed.

view this post on Zulip Madhur Rajendran (Sep 10 2020 at 23:38):

We now support:
Retrieve By Id: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group/3189501

Search By Id: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group?_id=3189501
(please note that currently only 1 id may be provided at a time for the search)

These endpoints can be used to retrieve the patient references while searching by characteristic for groups attributed-to a practitioner. Further details about the patient can be retrieved through the Patient endpoint.
https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Patient?_id=<patient_id>

view this post on Zulip Madhur Rajendran (Sep 11 2020 at 19:32):

Updating the characteristic-reference query parameter to the value-reference query parameter. The new example queries are:

Practitioner Query: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group?_summary=true&type=person&characteristic=attributed-to&value-reference=Practitioner/12397977

Location Query: https://fhir-open.stagingcerner.com/beta/dacc6494-e336-45ad-8729-b789ff8663c6/Group?type=person&characteristic=location&value-reference=Location/38930379


Last updated: Apr 12 2022 at 19:14 UTC