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.
<Bundle xmlns="http://hl7.org/fhir"> <type value="collection" /> <entry> <fullUrl value="urn:uuid:2ce8d286-bab8-4b9e-b8b0-25961476d3fd" /> <resource> <Organization> <id value="2ce8d286-bab8-4b9e-b8b0-25961476d3fd" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Organization" /> </meta> <type> <coding> <system value="http://hl7.org/fhir/ValueSet/organization-type" /> <code value="prov" /> <display value="Healthcare Provider" /> </coding> <text value="Healthcare Provider" /> </type> <name value="BAYSTATE REHABILITATION CARE @ AGAW" /> </Organization> </resource> </entry> <entry> <fullUrl value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> <resource> <Patient> <id value="eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PersonOfRecord" /> </meta> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml">Generated by <a href="https://github.com/synthetichealth/synthea">Synthea</a>. Version identifier: 164fab4d501414d13774483b93584d802c0010ee</div> </text> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Race" /> <code value="2106-3" /> <display value="White" /> </coding> <text value="race" /> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v3/Ethnicity" /> <code value="2186-5" /> <display value="Nonhispanic" /> </coding> <text value="ethnicity" /> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/birthPlace"> <valueAddress> <city value="Cambridge" /> <state value="MA" /> <country value="US" /> </valueAddress> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName"> <valueString value="Phyllis685 Reichel952" /> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"> <valueCode value="F" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"> <valueBoolean value="false" /> </extension> <extension url="http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-FictionalPerson-extension"> <valueBoolean value="true" /> </extension> <extension url="http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-FathersName-extension"> <valueHumanName> <text value="Stacey772 Flatley589" /> </valueHumanName> </extension> <extension url="http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-SocialSecurityNumber-extension"> <valueString value="999-73-5410" /> </extension> <identifier> <system value="https://github.com/synthetichealth/synthea" /> <value value="81dcc3bd-78c7-4bea-a7c9-f6e9124acdbf" /> </identifier> <identifier> <type> <coding> <system value="http://hl7.org/fhir/identifier-type" /> <code value="SB" /> </coding> </type> <system value="http://hl7.org/fhir/sid/us-ssn" /> <value value="999735410" /> </identifier> <identifier> <type> <coding> <system value="http://hl7.org/fhir/v2/0203" /> <code value="DL" /> </coding> </type> <system value="urn:oid:2.16.840.1.113883.4.3.25" /> <value value="S99934423" /> </identifier> <identifier> <type> <coding> <system value="http://hl7.org/fhir/v2/0203" /> <code value="MR" /> </coding> </type> <system value="http://hospital.smarthealthit.org" /> <value value="81dcc3bd-78c7-4bea-a7c9-f6e9124acdbf" /> </identifier> <name> <use value="official" /> <family value="Huel190" /> <given value="Linda817" /> <prefix value="Mrs." /> </name> <name> <use value="maiden" /> <family value="Flatley589" /> <given value="Linda817" /> </name> <telecom> <system value="phone" /> <value value="768.675.8553" /> <use value="home" /> </telecom> <gender value="female" /> <birthDate value="1919-04-12" /> <deceasedDateTime value="2004-06-12T16:28:33+07:00" /> <address> <extension url="http://hl7.org/fhir/StructureDefinition/geolocation"> <extension url="latitude"> <valueDecimal value="42.048746194228706" /> </extension> <extension url="longitude"> <valueDecimal value="-72.63611264494801" /> </extension> </extension> <line value="40337 McKenzie Glen" /> <city value="Agawam Town" /> <state value="MA" /> <postalCode value="01001" /> <country value="US" /> </address> <maritalStatus> <coding> <system value="http://hl7.org/fhir/v3/MaritalStatus" /> <code value="M" /> </coding> <text value="M" /> </maritalStatus> <multipleBirthBoolean value="false" /> <communication> <language> <coding> <system value="http://hl7.org/fhir/ValueSet/languages" /> <code value="en-US" /> <display value="English (United States)" /> </coding> </language> </communication> <generalPractitioner> <reference value="urn:uuid:2ce8d286-bab8-4b9e-b8b0-25961476d3fd" /> </generalPractitioner> </Patient> </resource> </entry> <entry> <fullUrl value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> <resource> <Encounter> <id value="994bc342-e45d-4e5e-8188-15825881372e" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-Encounter" /> </meta> <status value="finished" /> <class> <code value="ambulatory" /> </class> <type> <coding> <system value="http://snomed.info/sct" /> <code value="308646001" /> </coding> <text value="Death Certification" /> </type> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <period> <start value="2004-06-12T16:28:33+07:00" /> <end value="2004-06-12T16:43:33+07:00" /> </period> <serviceProvider> <reference value="urn:uuid:2ce8d286-bab8-4b9e-b8b0-25961476d3fd" /> </serviceProvider> </Encounter> </resource> </entry> <entry> <fullUrl value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> <resource> <Condition> <id value="de4f25db-b097-4b66-b6ec-f2fd14be861a" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Problem" /> </meta> <clinicalStatus value="active" /> <verificationStatus value="confirmed" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="15777000" /> <display value="Prediabetes" /> </coding> <text value="Prediabetes" /> </code> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <onsetDateTime value="1965-01-20T02:53:27+08:00" /> <assertedDate value="1965-01-20" /> </Condition> </resource> </entry> <entry> <fullUrl value="urn:uuid:5eef0f48-b45b-4fd2-8937-66a1cea657c6" /> <resource> <Observation> <id value="5eef0f48-b45b-4fd2-8937-66a1cea657c6" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Observation" /> </meta> <status value="final" /> <category> <coding> <system value="http://hl7.org/fhir/observation-category" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="69453-9" /> <display value="Cause of Death [US Standard Certificate of Death]" /> </coding> <text value="Cause of Death [US Standard Certificate of Death]" /> </code> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <effectiveDateTime value="2004-06-12T16:28:33+07:00" /> <issued value="2004-06-12T16:28:33+07:00" /> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="9855000" /> <display value="Natural death with unknown cause" /> </coding> <text value="Natural death with unknown cause" /> </valueCodeableConcept> </Observation> </resource> </entry> <entry> <fullUrl value="urn:uuid:6d9fd40d-7ed5-4c58-a904-0694aab37456" /> <resource> <DiagnosticReport> <id value="6d9fd40d-7ed5-4c58-a904-0694aab37456" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Panel" /> </meta> <status value="final" /> <code> <coding> <system value="http://loinc.org" /> <code value="69409-1" /> <display value="U.S. standard certificate of death - 2003 revision" /> </coding> </code> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <effectiveDateTime value="2004-06-12T16:28:33+07:00" /> <issued value="2004-06-12T16:28:33+07:00" /> <result> <reference value="urn:uuid:5eef0f48-b45b-4fd2-8937-66a1cea657c6" /> <display value="Cause of Death [US Standard Certificate of Death]" /> </result> </DiagnosticReport> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1935-08-24" /> <end value="1936-04-04" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1942-03-28" /> <end value="1942-10-24" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1944-06-24" /> <end value="1945-01-20" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1947-08-02" /> <end value="1948-02-14" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1948-06-05" /> <end value="1949-01-15" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1949-05-07" /> <end value="1949-12-03" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="completed" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="completed" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <resource> <CarePlan> <status value="active" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="134435003" /> <display value="Routine antenatal care" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1951-04-07" /> </period> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135892000" /> <display value="Antenatal education" /> </coding> </code> <status value="in-progress" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="226060000" /> <display value="Stress management" /> </coding> </code> <status value="in-progress" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="171054004" /> <display value="Pregnancy diet education" /> </coding> </code> <status value="in-progress" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <fullUrl value="urn:uuid:0102a876-4163-42cc-84f8-d618abc8cde6" /> <resource> <Goal> <id value="0102a876-4163-42cc-84f8-d618abc8cde6" /> <status value="in-progress" /> <description> <text value="Hemoglobin A1c total in Blood < 7.0" /> </description> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> </Goal> </resource> </entry> <entry> <fullUrl value="urn:uuid:b86721a0-b460-4a23-939d-2d009631730c" /> <resource> <Goal> <id value="b86721a0-b460-4a23-939d-2d009631730c" /> <status value="in-progress" /> <description> <text value="Glucose [Mass/volume] in Blood < 108" /> </description> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> </Goal> </resource> </entry> <entry> <fullUrl value="urn:uuid:c65f1e6d-8560-414a-8bd3-0e81fcdffda3" /> <resource> <Goal> <id value="c65f1e6d-8560-414a-8bd3-0e81fcdffda3" /> <status value="in-progress" /> <description> <text value="Maintain blood pressure below 140/90 mmHg" /> </description> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> </Goal> </resource> </entry> <entry> <fullUrl value="urn:uuid:5792cf48-1b84-4589-b8a1-68e6c6b4e9d2" /> <resource> <Goal> <id value="5792cf48-1b84-4589-b8a1-68e6c6b4e9d2" /> <status value="in-progress" /> <description> <text value="Improve and maintenance of optimal foot health: aim at early detection of peripheral vascular problems and neuropathy presumed due to diabetes; and prevention of diabetic foot ulcer, gangrene" /> </description> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> </Goal> </resource> </entry> <entry> <fullUrl value="urn:uuid:625e58b1-a580-4a26-af9c-19edcbf700c7" /> <resource> <Goal> <id value="625e58b1-a580-4a26-af9c-19edcbf700c7" /> <status value="in-progress" /> <description> <text value="Address patient knowledge deficit on diabetic self-care" /> </description> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> </Goal> </resource> </entry> <entry> <resource> <CarePlan> <status value="active" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="698360004" /> <display value="Diabetes self management plan" /> </coding> </category> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <period> <start value="1965-01-20" /> </period> <addresses> <reference value="urn:uuid:de4f25db-b097-4b66-b6ec-f2fd14be861a" /> </addresses> <goal> <reference value="urn:uuid:0102a876-4163-42cc-84f8-d618abc8cde6" /> </goal> <goal> <reference value="urn:uuid:b86721a0-b460-4a23-939d-2d009631730c" /> </goal> <goal> <reference value="urn:uuid:c65f1e6d-8560-414a-8bd3-0e81fcdffda3" /> </goal> <goal> <reference value="urn:uuid:5792cf48-1b84-4589-b8a1-68e6c6b4e9d2" /> </goal> <goal> <reference value="urn:uuid:625e58b1-a580-4a26-af9c-19edcbf700c7" /> </goal> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="160670007" /> <display value="Diabetic diet" /> </coding> </code> <status value="in-progress" /> </detail> </activity> <activity> <detail> <code> <coding> <system value="http://snomed.info/sct" /> <code value="229065009" /> <display value="Exercise therapy" /> </coding> </code> <status value="in-progress" /> </detail> </activity> </CarePlan> </resource> </entry> <entry> <fullUrl value="urn:uuid:65a33173-9c1a-4f74-b104-2a922ba0f06c" /> <resource> <Medication> <id value="65a33173-9c1a-4f74-b104-2a922ba0f06c" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-Medication" /> </meta> <code> <coding> <system value="http://www.nlm.nih.gov/research/umls/rxnorm" /> <code value="834060" /> <display value="Penicillin V Potassium 250 MG" /> </coding> <text value="Penicillin V Potassium 250 MG" /> </code> </Medication> </resource> </entry> <entry> <fullUrl value="urn:uuid:a8375b57-a156-4249-8520-c8066093c3da" /> <resource> <MedicationRequest> <id value="a8375b57-a156-4249-8520-c8066093c3da" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationPrescription" /> </meta> <extension url="http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-ActionCode-extension"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="33633005" /> <display value="Prescription of drug (procedure)" /> </coding> <text value="Prescription of drug (procedure)" /> </valueCodeableConcept> </extension> <status value="active" /> <intent value="order" /> <medicationReference> <reference value="urn:uuid:65a33173-9c1a-4f74-b104-2a922ba0f06c" /> </medicationReference> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <authoredOn value="1929-10-08" /> </MedicationRequest> </resource> </entry> <entry> <fullUrl value="urn:uuid:35b54bab-2024-40b5-bd66-21d47f08497e" /> <resource> <Medication> <id value="35b54bab-2024-40b5-bd66-21d47f08497e" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-Medication" /> </meta> <code> <coding> <system value="http://www.nlm.nih.gov/research/umls/rxnorm" /> <code value="834101" /> <display value="Penicillin V Potassium 500 MG" /> </coding> <text value="Penicillin V Potassium 500 MG" /> </code> </Medication> </resource> </entry> <entry> <fullUrl value="urn:uuid:d7cd54d0-4576-461a-b306-488733ccf31f" /> <resource> <MedicationRequest> <id value="d7cd54d0-4576-461a-b306-488733ccf31f" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationPrescription" /> </meta> <extension url="http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-ActionCode-extension"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="33633005" /> <display value="Prescription of drug (procedure)" /> </coding> <text value="Prescription of drug (procedure)" /> </valueCodeableConcept> </extension> <status value="active" /> <intent value="order" /> <medicationReference> <reference value="urn:uuid:35b54bab-2024-40b5-bd66-21d47f08497e" /> </medicationReference> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <context> <reference value="urn:uuid:994bc342-e45d-4e5e-8188-15825881372e" /> </context> <authoredOn value="1948-08-07" /> </MedicationRequest> </resource> </entry> <entry> <fullUrl value="urn:uuid:c8584d06-b8a7-49ec-be73-b8069f102e05" /> <resource> <Observation> <id value="c8584d06-b8a7-49ec-be73-b8069f102e05" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Observation" /> </meta> <status value="final" /> <category> <coding> <system value="http://hl7.org/fhir/observation-category" /> <code value="survey" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="273724008" /> <display value="Quality adjusted life years" /> </coding> <text value="Quality adjusted life years" /> </code> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <effectiveDateTime value="2017-09-18T15:07:09+07:00" /> <issued value="2017-09-18T15:07:09+07:00" /> <valueQuantity> <value value="83.46616110601151" /> <unit value="years" /> <system value="http://unitsofmeasure.org/" /> <code value="years" /> </valueQuantity> </Observation> </resource> </entry> <entry> <fullUrl value="urn:uuid:1e27f60a-42c3-4c15-9057-e3130a28c6ed" /> <resource> <Observation> <id value="1e27f60a-42c3-4c15-9057-e3130a28c6ed" /> <meta> <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Observation" /> </meta> <status value="final" /> <category> <coding> <system value="http://hl7.org/fhir/observation-category" /> <code value="survey" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="273421001" /> <display value="Disability rating scale" /> </coding> <text value="Disability rating scale" /> </code> <subject> <reference value="urn:uuid:eeacfd7c-8733-473b-a22b-54ff68b5f02c" /> </subject> <effectiveDateTime value="2017-09-18T15:07:09+07:00" /> <issued value="2017-09-18T15:07:09+07:00" /> <valueQuantity> <value value="13.259338893988492" /> <unit value="years" /> <system value="http://unitsofmeasure.org/" /> <code value="years" /> </valueQuantity> </Observation> </resource> </entry> </Bundle>