...
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
...