FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
-
Default
What is FQL?
-
FQL Query resources
FQL Playground
Try Firely Query Language in our playground by using this scope as data source.
- FQL Documentation
-
FQL Language
Syntax specification
To learn more about FQL syntax choose this menu item.
-
YamlGen Generate resources
YamlGen Playground
Try YamlGen in our playground by using this scope as data source.
-
YamlGen Language
YamlGen Syntax specification
To learn more about YamlGen syntax choose this.
-
FHIRPath Inspect resource
FHIRPath Playground
Try out the FHIRPath playground and navigate inside this resource.
-
FHIRPath Documentation
FHIRPath Documentation
Find out what FHIRPath is or learn how to write FHIRPath scripts.
-
FHIR
Get this resource using a FHIR client.
-
Embed
Embed this resource in your own website. How?
-
Custom Example generation
Custom Example generation beta
Experiment with resource instance generation using YamlGen and based on this profile.
This feature is in beta. You can help us improve it by giving feedback with the feedback button at the top of the screen.
CGM Data Submission Standing Order
The Data Receiver can expose a standing order indicating:
- What data a Data Submitter should include in each CGM Data Submission Bundle
- How often a Data Submitter should submit CGM data
- What lookback period should each submission cover
Guiding Data Submission
This standing order is modeled as a FHIR ServiceRequest
resource, which
Data Submitters can query to guide their future submissions. The standing order specifies the patient, the type of data to be submitted, and the frequency of submission.
DataSubmissionSchedule
The DataSubmissionSchedule
extension contains:
submissionPeriod
: Quantity with unitd
for days,wk
for weeks,mo
for months, ora
for years. This indicates how often the data should be submitted.submissionDataProfile
(1..*):canonical
reference to FHIR profiles that represent the types of data to be submitted according to the specified schedule.lookbackPeriod
(optional): Quantity with unitd
for days,wk
for weeks,mo
for months, ora
for years. This indicates the period of time the data submission should cover.
Multiple DataSubmissionSchedule
extensions can be included in a single DataSubmissionRequest
resource if the Data Recipient prefers a different schedule for different data types.
It's important to note that a patient or provider can also manually trigger a submission within an app. For example, if there is an upcoming appointment, the provider can click a button to fetch the most up-to-date results. Out-of-band communication between the app developer and the clinical provider system can also be used to establish preferred submission schedules.
- type Profile on ServiceRequest
- FHIR R4
- status Draft
-
version1.0.0
The canonical from this resource does not match any claim in this context and conflicts with a claim from another scope.
http://example.org/