Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

This sample will demonstrate how to issue a a FHIR Query query for Observations observations including a sort parameter using the FHIR RESTful API and the SMART on FHIR JavaScript Client.

...

Query to find the patient demographics

Given a patient id ID "BILIBABY", find the patient:

...

SMART on FHIR JavaScript Client

*Note, this NOTE: This example is not following the SMART on FHIR launch specification.  In In your code, you will not connect to an EHR this way, but will be given the serviceUrl and patient values from the launch request.  See Quick Start for details.

...