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.
Invocations
[base]/List?item=Account/[id]
[base]/List?item=ActivityDefinition/[id]
[base]/List?item=AdverseEvent/[id]
[base]/List?item=AllergyIntolerance/[id]
[base]/List?item=Appointment/[id]
[base]/List?item=AppointmentResponse/[id]
[base]/List?item=AuditEvent/[id]
[base]/List?item=Basic/[id]
[base]/List?item=Binary/[id]
[base]/List?item=BodySite/[id]
[base]/List?item=Bundle/[id]
[base]/List?item=CapabilityStatement/[id]
[base]/List?item=CarePlan/[id]
[base]/List?item=CareTeam/[id]
[base]/List?item=ChargeItem/[id]
[base]/List?item=Claim/[id]
[base]/List?item=ClaimResponse/[id]
[base]/List?item=ClinicalImpression/[id]
[base]/List?item=CodeSystem/[id]
[base]/List?item=Communication/[id]
[base]/List?item=CommunicationRequest/[id]
[base]/List?item=CompartmentDefinition/[id]
[base]/List?item=Composition/[id]
[base]/List?item=ConceptMap/[id]
[base]/List?item=Condition/[id]
[base]/List?item=Consent/[id]
[base]/List?item=Contract/[id]
[base]/List?item=Coverage/[id]
[base]/List?item=DataElement/[id]
[base]/List?item=DetectedIssue/[id]
[base]/List?item=Device/[id]
[base]/List?item=DeviceComponent/[id]
[base]/List?item=DeviceMetric/[id]
[base]/List?item=DeviceRequest/[id]
[base]/List?item=DeviceUseStatement/[id]
[base]/List?item=DiagnosticReport/[id]
[base]/List?item=DocumentManifest/[id]
[base]/List?item=DocumentReference/[id]
[base]/List?item=EligibilityRequest/[id]
[base]/List?item=EligibilityResponse/[id]
[base]/List?item=Encounter/[id]
[base]/List?item=Endpoint/[id]
[base]/List?item=EnrollmentRequest/[id]
[base]/List?item=EnrollmentResponse/[id]
[base]/List?item=EpisodeOfCare/[id]
[base]/List?item=ExpansionProfile/[id]
[base]/List?item=ExplanationOfBenefit/[id]
[base]/List?item=FamilyMemberHistory/[id]
[base]/List?item=Flag/[id]
[base]/List?item=Goal/[id]
[base]/List?item=GraphDefinition/[id]
[base]/List?item=Group/[id]
[base]/List?item=GuidanceResponse/[id]
[base]/List?item=HealthcareService/[id]
[base]/List?item=ImagingManifest/[id]
[base]/List?item=ImagingStudy/[id]
[base]/List?item=Immunization/[id]
[base]/List?item=ImmunizationRecommendation/[id]
[base]/List?item=ImplementationGuide/[id]
[base]/List?item=Library/[id]
[base]/List?item=Linkage/[id]
[base]/List?item=List/[id]
[base]/List?item=Location/[id]
[base]/List?item=Measure/[id]
[base]/List?item=MeasureReport/[id]
[base]/List?item=Media/[id]
[base]/List?item=Medication/[id]
[base]/List?item=MedicationAdministration/[id]
[base]/List?item=MedicationDispense/[id]
[base]/List?item=MedicationRequest/[id]
[base]/List?item=MedicationStatement/[id]
[base]/List?item=MessageDefinition/[id]
[base]/List?item=MessageHeader/[id]
[base]/List?item=NamingSystem/[id]
[base]/List?item=NutritionOrder/[id]
[base]/List?item=Observation/[id]
[base]/List?item=OperationDefinition/[id]
[base]/List?item=OperationOutcome/[id]
[base]/List?item=Organization/[id]
[base]/List?item=Patient/[id]
[base]/List?item=PaymentNotice/[id]
[base]/List?item=PaymentReconciliation/[id]
[base]/List?item=Person/[id]
[base]/List?item=PlanDefinition/[id]
[base]/List?item=Practitioner/[id]
[base]/List?item=PractitionerRole/[id]
[base]/List?item=Procedure/[id]
[base]/List?item=ProcedureRequest/[id]
[base]/List?item=ProcessRequest/[id]
[base]/List?item=ProcessResponse/[id]
[base]/List?item=Provenance/[id]
[base]/List?item=Questionnaire/[id]
[base]/List?item=QuestionnaireResponse/[id]
[base]/List?item=ReferralRequest/[id]
[base]/List?item=RelatedPerson/[id]
[base]/List?item=RequestGroup/[id]
[base]/List?item=ResearchStudy/[id]
[base]/List?item=ResearchSubject/[id]
[base]/List?item=RiskAssessment/[id]
[base]/List?item=Schedule/[id]
[base]/List?item=SearchParameter/[id]
[base]/List?item=Sequence/[id]
[base]/List?item=ServiceDefinition/[id]
[base]/List?item=Slot/[id]
[base]/List?item=Specimen/[id]
[base]/List?item=StructureDefinition/[id]
[base]/List?item=StructureMap/[id]
[base]/List?item=Subscription/[id]
[base]/List?item=Substance/[id]
[base]/List?item=SupplyDelivery/[id]
[base]/List?item=SupplyRequest/[id]
[base]/List?item=Task/[id]
[base]/List?item=TestReport/[id]
[base]/List?item=TestScript/[id]
[base]/List?item=ValueSet/[id]
[base]/List?item=VisionPrescription/[id]
Details
Resource | Code | Type | FhirPath | Xpath (Normal) |
List | item | reference | List.entry.item | f:List/f:entry/f:item |