Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected example API URLs (from .../hscpdemo/... to .../hspcdemo/...); Removed duplicate 'a'

...

Excerpt

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

...

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

Query to find the bilirubin observations

Find the observations for BILIBABY where the code is for Transcutaneous Bilirubin, sorted by date ascending.

SMART on FHIR JavaScript Client

...