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.
Resources shown in this project should be considered unstable and not suited for immediate implementation. Stable versions can be found in the released packages. Implementation guides (IGs) that build on the packages in this project, may be found at informatiestandaarden.nictiz.nl. Each IG explicitly calls out which package version to use. Always consult the implementation guide for the correct package.
<Goal xmlns="http://hl7.org/fhir"> <id value="zib-treatmentobjective-01" /> <meta> <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective" /> </meta> <text> <status value="extensions" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6" /> <value value="1edbab21-8fdf-11ec-1423-020000000000" /> </identifier> <status value="accepted" /> <category> <coding> <system value="http://hl7.org/fhir/goal-category" /> <code value="physiotherapy" /> <display value="Physiotherapy" /> </coding> </category> <description> <text value="Target is to be able to wash independently, with a slight impairment." /> </description> <subject> <reference value="Patient/nl-core-patient-03" /> <display value="I. XXX_Helleman-de Haas" /> </subject> <startDate value="2015-04-05" /> <target> <measure> <coding> <system value="http://hl7.org/fhir/sid/icf-nl" /> <code value="d510" /> <display value="Zich wassen" /> </coding> </measure> <detailCodeableConcept> <coding> <system value="http://hl7.org/fhir/sid/icf-nl" /> <code value="d510.3" /> <display value="MATIGE beperking/participatieprobleem (tamelijk) 25-49%" /> </coding> </detailCodeableConcept> <dueDate value="2016-04-05" /> </target> <addresses> <reference value="Condition/zib-problem-02" /> <display value="Arthropathy (disorder)" /> </addresses> </Goal>