...
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:
- https://api.hspconsortiumlogicahealth.org/hscpdemohspcdemo/open/Patient/BILIBABY
Query to find the bilirubin observations
Find the observations for BILIBABY where the code is for Transcutaneous Bilirubin, sorted by date ascending.
- https://api.hspconsortiumlogicahealth.org/hscpdemohspcdemo/open/Observation?_sort:asc=date&patient=bilibaby
SMART on FHIR JavaScript Client
...