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.
-
Project FHIR API
This is the location where you can find your resource using a FHIR client.
-
Simplifier FHIR API
The global endpoint is where users can search for all resources in Simplifier. Resources have a globally unique guid Id here.
Medication order for Patient/phast-14602
#med-101
- type Example of MedicationRequest
- FHIR R4
MedicationRequest |
id : 14620 |
meta |
profile : http://interopsante.org/fhir/StructureDefinition/FrInpatientMedicationRequest |
contained |
id : med-101 |
meta |
profile : http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName |
code |
coding |
system : http://snomed.info/sct |
code : 774839004 |
display : médicament contenant seulement bêtaméthasone |
text : BETAMETHASONE |
amount |
numerator |
value : 1 |
unit : appln |
system : http://unitsofmeasure.org |
code : {appln} |
denominator |
value : 1 |
system : http://unitsofmeasure.org |
code : 1 |
ingredient |
item |
coding |
system : http://snomed.info/sct |
code : 116571008 |
display : bêtaméthasone |
text : BETAMETHASONE |
isActive : True |
strength |
numerator |
value : 0.5 |
unit : mg |
system : http://unitsofmeasure.org |
code : mg |
denominator |
unit : g |
system : http://unitsofmeasure.org |
code : g |
status : active |
intent : order |
medication |
reference : #med-101 |
subject |
reference : Patient/phast-14602 |
authoredOn : 2021-07-13T08:48:39.825Z |
requester |
reference : Practitioner/smart-Practitioner-71482713 |
dosageInstruction |
sequence : 1 |
timing |
repeat |
bounds |
start : 2021-07-13T08:48:00Z |
end : 2021-07-18T08:47:59Z |
timeOfDay : 08:00:00 |
route |
coding |
system : http://snomed.info/sct |
code : 448598008 |
display : Voie cutanée |
text : Voie cutanée |
doseAndRate |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/dose-rate-type |
code : ordered |
display : Ordered |
text : Ordered |
dose |
value : 1 |
system : http://unitsofmeasure.org |
code : 1 |