/
How to query with Pagination
How to query with Pagination
Introduction
This sample will demonstrate how to issue a FHIR query for observations with a page size and request the next page using the FHIR RESTful API and the SMART on FHIR JavaScript client.
FHIR RESTful API
Query to find the patient demographics
Given a patient ID "BILIBABY", find the patient:
Query to find the first five bilirubin observations
Find the first five observations for BILIBABY where the code is for Transcutaneous Bilirubin
NOTE: The results are unsorted. Sorting the results is shown in Sorting a Query Result.
SMART on FHIR JavaScript Client
NOTE: this example is not following the SMART on FHIR launch specification. In your code, you will not connect to an EHR this way, but will be given the service URL and patient values from the launch request. See Quick Start for details.
, multiple selections available,
Related content
How to query for Observations
How to query for Observations
More like this
How to sorting a query result
How to sorting a query result
More like this
How to finding the latest Encounter
How to finding the latest Encounter
More like this
Migrating from DSTU1 to DSTU2
Migrating from DSTU1 to DSTU2
More like this
Logica RESTful Services API
Logica RESTful Services API
More like this
How to Get the Current User
How to Get the Current User
More like this