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.
<Observation xmlns="http://hl7.org/fhir"> <id value="zib-snaqrcscore-01" /> <meta> <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore" /> </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="1e3596ff-8fdf-11ec-1538-020000000000" /> </identifier> <status value="preliminary" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="108311000146106" /> <display value="Short Nutritional Assessment Questionnaire for Residential Care" /> </coding> </code> <subject> <reference value="Patient/nl-core-patient-03" /> <display value="I. XXX_Helleman-de Haas" /> </subject> <effectiveDateTime value="2018-02-09T10:00:00+02:00" /> <valueQuantity> <value value="4" /> </valueQuantity> <component> <!-- WeightLossScore --> <code> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0" /> <code value="4.29.3" /> <display value="WeightLoss Score" /> </coding> </code> <valueCodeableConcept> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.19.1" /> <code value="G1" /> <display value="LossAverage" /> </coding> </valueCodeableConcept> </component> <component> <!-- AssistedEating --> <code> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0" /> <code value="4.29.8" /> <display value="Assisted Eating" /> </coding> </code> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="165224005" /> <display value="Independent feeding" /> </coding> </valueCodeableConcept> </component> <component> <!-- AppetiteScore --> <code> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0" /> <code value="4.29.4" /> <display value="Appetite Score" /> </coding> </code> <valueCodeableConcept> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.19.2" /> <code value="B1" /> <display value="GeenEetlust" /> </coding> </valueCodeableConcept> </component> <component> <!-- BMIScore --> <code> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0" /> <code value="4.29.5" /> <display value="BMIScore" /> </coding> </code> <valueCodeableConcept> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.19.3" /> <code value="B0" /> <display value="Gezond" /> </coding> </valueCodeableConcept> </component> </Observation>