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.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Coverage | 0..* | DomainResource | Insurance or medical plan | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?! Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: http://tools.ietf.org/html/bcp47 (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
issuer | Σ | 0..1 | Reference(Organization) | An identifier for the plan issuer |
bin | 0..1 | Identifier | BIN Number | |
period | Σ | 0..1 | Period | Coverage start and end dates |
type | Σ | 0..1 | Coding | Type of coverage Binding: http://hl7.org/fhir/ValueSet/v3-ActCoverageTypeCode (example) |
subscriberId | Σ | 0..1 | Identifier | Subscriber ID |
identifier | Σ | 0..* | Identifier | The primary coverage ID |
group | Σ | 0..1 | string | An identifier for the group |
plan | Σ | 0..1 | string | An identifier for the plan |
subPlan | Σ | 0..1 | string | An identifier for the subsection of the plan |
dependent | Σ | 0..1 | positiveInt | The dependent number |
sequence | Σ | 0..1 | positiveInt | The plan instance or sequence counter |
subscriber | ?! | 0..1 | Reference(Patient) | Plan holder information |
network | Σ | 0..1 | Identifier | Insurer network |
contract | 0..* | Reference(Contract) | Contract details | |
Documentation for this format |