...
Given a patient id "BILIBABY", find the patient:
- https://sandboxopen-api.hspconsortium.org/dstu2/open-hspc-reference-api/data/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://sandboxopen-api.hspconsortium.org/dstu2/open-hspc-reference-api/data/Observation?_sort:asc=date&patient=bilibaby
SMART on FHIR JavaScript Client
...