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.
Release notes
Release Notes
Breaking Changes
- change to R4 and change of SubscriptionStatus to R4 backported value based on Parameters - bump to version 2.0.0-beta.1 (43e6a59)
- remove unused code from code system (7a50f7c)
Features
- add a placeholder Makefile (d34355f)
- add a profile for the documentReference to mark the category (8c921cc)
Fixes
- update to version 2.0.0-beta.2 to force overwrite of the files and add the missing updates (c4ad08a)
- move searchparameter to appropriate directory and add version (8c1932e)
- the MedMij gegevensdienst is used as codesystem, therefore: make it a codesystem (5182f00)
- remove properties because they can be handled with out-of-the-box functionality (c805108)
- add missing version and status (3fabc39)
- update dependency on nl-vzvz-core to version 4.0.0-beta.2 (29ef566)
- remove dependency on backport package (7395885)
- add the hl7 urls to the 'special-url' section to suppress errors and warnings (9add40e)
- add the backport profiles and valuesets to the package because we need to fix things (6f11f85)
- create operationDefinition for $get-aorta-data (0776cd5)
- remove the NamingSystem definition and replace it with a CodeSystem that keeps the NamingSystem url (8e9d913)
- remove the NamingSystem definition and replace it with a CodeSystem that keeps the NamingSystem url (37452cd)
- replace patient identifier with reference to contained patient (14650bd)
- create a proper codesystem for the MedMij gegevensdiensten to allow proper validation (1661e8c)
- add a stand-alone example of the subscription notification (d82f31c)
- fix the alias (6cf4b94)
- change to R4 and change of SubscriptionStatus to R4 backported value based on Parameters - bump to version 2.0.0-beta.1 (43e6a59)
- now that the default language is set in sushi-config.yaml, it can be removed from the examples (328786a)
- not that the default language is set in sushi-config.yaml, it can be removed from the examples (702b827)
- remove the version constraint because it's deprecated by now (d69515f)
- rename the OperationOutcome examples to match the other OperationOutcome examples (024fe58)
- replace the resources with fake urls to remove the IG errors (a4457a5)
- add language codes to the narrative (d455bd6)
- make ValueSet non-experimental (d48da20)
- remove the examples because they only throw errors in IG publisher (a033180)
- convert the value to a pattern instead of a fixed value (ffb36d8)
- resolve IG publisher warning that 'pattern' will be deprecated in R5 (d299310)
- add proper slice name and fix code and displayName replace canonical URL with alias (a0cc33c)
- add proper slice name and fix code and displayName replace canonical URL with alias (f353538)
- resolve IG errors by adding the language (a065686)
- update the reference to the namingsystem with the proper alias (e06e2d4)
- resolve IG errors by adding the language (2ee80c5)
- rename files to match the actual content and update the references accordingly (6104b5b)
- replace non-existing references with existing once (f84356c)
- use a known code to explain the concept but resolve the IG error (c72cbe6)
- replace the references to the patients with the correct Instance ID (15624a9)
- rename the valueset to a human-readable name (57eeb77)
- resolve IG publisher warning that 'value' will be deprecated in R5 (e647475)
- resolve IG publisher error/warning that 'fixed value' is too strict (a27f4e8)
- remove version and coding element to resolve IG errors (8d85a16)
- add proper slice name and fix code and displayName replace canonical URL with alias (04e2340)
- add proper slice name and fix code and displayName (6eca9c3)
- remove quotes from quoted alias (4c00a71)
- correct the constraint provenance-2 to use the correct FHIRpath (9f1c689)
- fix various validation errors (2c7eb8d)
- add the slice name (454a398)
- replace all core resources with the proper profiles and add meta.profile (f77a08b)
- revert the alias substitution because it was incorrect (0ee8dd8)
- remove the requirement for the version because version 0.5.0 is deprecated (cc9b7f8)
- add missing element (7a5c241)
- add descriptions to examples (91b9617)
- add alias for docRefMin and add dependency om IHE MHD package (29b7e37)
- [AOF-6579] add error handling in notify-document-retrieved (d610173)
- set the proper profile rather than the generic resource and rename the file to make it more generic (ed8b9ef)
- update the definition of the element that references a profiles (17eb561)
- update version to match the one in Art-Decor (41aba72)
- remove unused code from code system (7a50f7c)
- replace individual versions in artifacts with a centralized alias (6d93cbe)
- add sync code to indicate the registry to sync (c6a323a)
- rename file to properly match the content (51ef1fc)
- update Codesystem (30c0967)
- add official use flag (54bc401)
- add casesensitive flag (978cf16)
- replace alias with proper name (39f6d87)
- replace display name with proper content from code system (769c6fd)
- remove properties because all codes are active (312fde5)
Documentation
- update description (34db7d7)
Build
- add language: en to ensure the output is in English (76aa23d)
Tests
- add extra example (e11bc9a)
Other Changes
- FIX add a category to the notify document profiles with a codesystem and valueset to indicate what kind of document exchange this is and add versions to the profiles (da4385d)
- FIX update provenance bundle example so it validates with the HAPI validator (ec39774)
- FIX update the notified pull bundle example so it validates with the HAPI validator (96e6253)
- FIX replace codesystem name with OID so it will be handled properly (4e73799)
- FIX add narratives (34834b9)
- FIX replace invalid uuid with valid one (8542713)
- FIX update canonical url of SourceSystem and create alias for it (f62f425)
- FIX add descriptions to examples, profiles, extensions and namingsystems to improve readability (ddea4ad)
- FIX replace subscription-backport with formal package name (b779b3a)
- FIX support instantiatesUri in Notified Pull to support reference to an ActivityDefinition (a9699c8)
- FIX remove use of Device.deviceName due to the experimental status of the ValueSet bound to Device.deviceName.type (915d956)
- FIX remove transformation information from the examples because it will only confuse users (e547aa5)
- FIX update dependency on nl-vzvz-core package so the new version of the nl-vzvz-core AuditEvent profile is used (192c0ba)
- FIX make entity, type.version and subtype.version of AuditEvent required because it's necessary in the AortaAuditEvent, not the generic AuditEvent (1ba45f2)
- FIX remove DeviceName.name and type because it throws errors in validation re experimental ValueSet (8a22a6f)
- FIX update dependencies (614be43)
- FIX update AortaProvenance profile to allow both Device and nl-vzvz-Device in who element and set status to active and version to 1.0.0 (f3fbf93)
- FIX element groupIdentifier should be used to connect both sides of the workflow of register sync (903659f)
- FIX update status of AortaAuditEvent to active (0d44edd)
- FIX add comment AortaDataReference.date to indicate that the date should conform to ISO8601 with precision of seconds and update status to active (a567cf1)
- FIX update subscription invariant to check more strictly the structure of the criteria string (9d412fd)
- FIX update Subscription related profiles to version 1.0.0 and status active (947cf45)
- FIX update subscription examples to include the patientid in the criteria (6b0216e)
- FIX update version of Task NotifiedPull (37396aa)
- FIX fix slicing definition on meta.tag (ae7cd59)
- FIX update description of valueset and update timestamp to be in concordance with the codesystem (4267b03)
- FIX add narrative (81f18cc)
- FIX remover erroneous type element and add the appropriate inline resource (dc9b0f6)
- FIX remove comment because it's now in the narrative and add an id (410c9b6)
- FIX replace canonical urls with aliases to improve consistency (78283fe)
- FIX update notified-pull-bundle-example (2ea224a)
- FIX replace 'urn:uuid:' prefix in fullUrl with 'cid:' to fix the errors about invalid UUIDs (a61fa6a)
- FIX create an inline Organization example and update references to this example (ced3d27)
- FIX update reference to use Inline-device-contained (cf4d017)
- FIX rename device1 to Inline-device-contained (14eee70)
- FIX add narratives (b031893)
- FIX replace inline contained definition with reference to separate resource file (920f6fb)
- FIX add Inline prefix to nl-core-Patient-contained and update references (9d0633e)
- FIX switch codesystem and valueset to active so the error/warning about referencing a draft system goes away (4b8be1d)
- FIX add the subscription backport package, just to be sure (7bc4ed1)
- FIX update the expression because 'any' is not implemented (0772350)
- FIX change the slicing discriminator to fix the errors (77b6522)
- FIX add a name element to fix an error or warning (d606dfd) (7ab605a)
- FIX update uuids because they should be lowercase (c932018)
- FIX move inline resource to separate file and update the reference (86b19ad)
- FIX add narrative (bbcbdbe)
- FIX replace oids with aliases to improve legibility and consistency (cae73e2)
- FIX make example more generic (d5e4585)
- FIX update 'provenance-in-push' (3f27786)
- FIX update 'provenance-with-operationoutcome-lsp' (99635a4)
- FIX update 'provenance-with-references-from-other-source' (5573371)
- FIX update 'provenance-with-references' (02a2fb6)
- FIX add id (0c9b12f)
- FIX remove transformation indications and add id (0e422a2)
- FIX remove id because it's not the correct one any more (60e375f)
- FIX add narratives (9c326cc)
- FIX replace relative URLs to absolute uuid urls (e0fbcfc)
- FIX rename the reference to use the separate inline resource file (f4bdd87)
- FIX update references to medicationrequest, medication and patient to indicate these are different instances of the same type of information (96f618c)
- FIX remove inline resources out of the main example file for better reuse (2bae32a)
- FIX rename inline resource to an understandable name (a50667c)
- FIX remove 'server-down' from the example and refer to the inline resource, rename to inline-server-down to indicate the type of resource (ae1f93f)
- FIX move 'bundle-example' to 'search-response' to better indicate it's purpose (7e289f3)
- FIX add narratives (92b9ff0)
- FIX update examples to match the updated criteria constraints (49a7704)
- FIX replace unknown escaped values and remove patientID from the query parametes (c46a80f)
- FIX clarify what resource and profile the entity conforms to (6964ee9)
- FIX remove the additional types because the cause errors (36a5cde)
- FIX add narratives so there are less warnings in the output (a243329)
- FIX create a proper OID because the url must be absolute (60ff42e)
- FIX add narratives to get rid of the warnings (314a6c2)
- FIX fix the codesystem (328c0d1)
- FIX remove the slicing errors by adding the MedMij gegevensdienst to the valueset (a75e16f)
- FIX override the requestID and traceID extensions in the AORTA auditevent with the AORTA variants (e37f75d)
- FIX update the id so it is consistent with the last part of the url (a60714c)
- FIX invariant moved to the profile level in an attempt to fix the validation errors (a3aaf46)
- FIX update the extensions to make them better distinguishable from the generic versions. (cb5549e)
- FIX generic valuesets move to nl-vzvz-core (b55eb89)
- FIX remove examples because they only lead to validation errors (b59a0d5)
- FIX Severity is a keyword in an invariant (03a6ed1)
- FIX add missing codesystem (a0c5565)
- FIX update reference id to correct device instance (f3a4c98)
- FIX fix id to match the id in the url (872b0ca)
- FIX use aliases for ValueSets and CodeSystems (71591d8)
- FIX change name filename and identifier to be more consistent. No url changes (8f9701a)
- FIX typo (2f614ca)
- FIX fix alias notation (it's case sensitive) (ee8de02)
- FIX Provenance should not have a constraint on the Device name (d931cba)
- FIX use aliases for ValueSets and CodeSystems (210de8c)
- FIX ValueSet: change name filename and ValueSet identifier to be more consistent. No url changes (42a20cf)
- FIX NamingSystem: change name filename and NamingSystem identifier to be more consistent. No id changes (627550d)
- FIX CodeSystem: change name filename and codesystem identifier to be more consistent. No id changes (6661747)
- FIX add package.json so it is clear which fhir version should be used (ba03ba0)
- FIX reference the focus resource using a uuid (5e813f6)
- FIX add the contained instances to the same file as the main resource (cca0c77)
- FIX rename to match the original name (772a287)
- FIX rename to match the original name (5c522e4)
- FIX add constraints on a Device contained in a Provenance resource and document in the 'who' element (c32e0d6)
- FIX add missing aliases for valuesets (941780e)
- FIX add missing aorta-subscription-notification-bundle-* examples (54a5de3)
- FIX errors because the extensions were wrongly named (26dc6d4)
- FIX add missing aorta-subscription-notification-bundle-* examples (bea6ded)
- FIX include the inline instances in the main example file (8e674f1)
- FIX include the inline instances in the main example file (dbc904a)
- FIX include the inline instances in the main example file (347adf6)
- FIX include the inline instances in the main example file (020856e)
- FIX [AORTA-127] add all aorta related code systems (b467a7a)
- FIX [AORTA-127] remove pattern from MedMij-gegevensdienst slice and fix codesystem of example. Version bump to 1.2.0 (9c4af82)
Canonical claims
This package contains canonicals that conflict with another package or project.
| http://vzvz.nl/ | Claimed |
| http://vzvz.nl/fhir/ | Claimed |
| http://vzvz.nl/fhir/StructureDefinition/ | Claimed |
| http://vzvz.nl/fhir/CodeSystem/ | Claimed |
| http://vzvz.nl/fhir/ValueSet/ | Claimed |
>
To install the command line tool, download Firely Terminal
>
For using npm with FHIR packages, read more here
| Name | Version | Release date | ||
|---|---|---|---|---|
| vzvz.fhir.aof | 2.0.0-beta.2 | |||
| vzvz.fhir.aof | 0.16.1 | latest | ||
| vzvz.fhir.aof | 0.15.0 |