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.
<Organization xmlns="http://hl7.org/fhir"> <id value="example-Organization" /> <meta> <versionId value="4" /> <lastUpdated value="2022-10-15T04:29:04.551+08:00" /> <source value="http://provider.hie.moh.gov.my#IiWczSvNeRunbwmI" /> <profile value="http://fhir.hie.moh.gov.my/StructureDefinition/Organization-my-core" /> <tag> <system value="https://smilecdr.com/fhir/NamingSystem/tags" /> <code value="validation_failed_with_warning" /> <display value="Validation Failed with Warning" /> </tag> </meta> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-my-core"> <valueCodeableConcept> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core" /> <code value="MNS" /> <display value="Minor Specialist Hospital (Kkm)" /> </coding> </valueCodeableConcept> </extension> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/organization-category-public-my-core"> <valueCodeableConcept> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/organization-category-my-core" /> <code value="STH" /> <display value="Hospital" /> </coding> </valueCodeableConcept> </extension> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/cluster-facility-my-core"> <valueCodeableConcept> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/cluster-facility-my-core" /> <code value="1" /> <display value="Non Lead" /> </coding> </valueCodeableConcept> </extension> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/system-tenant-my-core"> <valueBoolean value="false" /> </extension> <identifier> <system value="http://fhir.hie.moh.gov.my/sid/organization-id" /> <value value="11-05040012" /> </identifier> <active value="true" /> <type> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/organization-type-my-core" /> <code value="1" /> <display value="Government (KKM)" /> </coding> </type> <name value="Hospital Port Dickson" /> <alias value="Hosp. Port Dickson" /> <telecom> <system value="phone" /> <value value="06-6626333" /> </telecom> <telecom> <system value="fax" /> <value value="06-6625003" /> </telecom> <telecom> <system value="email" /> <value value="hpd@moh.gov.my" /> </telecom> <address> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/address-state-my-core"> <valueCodeableConcept> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/state-my-core" /> <code value="05" /> <display value="Negeri Sembilan" /> </coding> </valueCodeableConcept> </extension> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/address-district-my-core"> <valueCodeableConcept> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/district-my-core" /> <code value="0503" /> <display value="Port Dickson" /> </coding> </valueCodeableConcept> </extension> <use value="work" /> <type value="physical" /> <line value="KM 11, Jalan Pantai, Sirusa" /> <city value="Port Dickson" /> <district value="Port Dickson" /> <state value="Negeri Sembilan" /> <postalCode value="71050" /> <country value="MYS" /> </address> <partOf> <reference value="Organization/11-05060009" /> </partOf> <contact> <name> <text value="Dr. Hjh Zuraini Bt Zainal" /> </name> <telecom> <system value="phone" /> <value value="06-6626333" /> </telecom> </contact> </Organization>