...
We are implementing support for the Hypertension guidelines using by following the HL7 FHIR Clinical Guidelines IG (aka, which include CPG-on-FHIR), which includes use of:
Clinical Quality Language (CQL) to represent guideline recommendations and evaluation strategies.
FHIR Library resources that contain the CQL logic files within a FHIR server and enable them to be loaded by the CQL evaluation engine.
FHIR PlanDefinition and ActivityDefinition resources that define trigger conditions (via CQL expressions) for evaluation strategies, and ECA rules for guideline recommendations.
FHIR ValueSets used by CQL logic.
All of these definitions are available on GitHub:
Logica FHIR Sandbox
The FHIR resources for patient and practitioner personas and CPG-on-FHIR artifacts are loaded into a Logica FHIR sandbox for testing and demonstration. See the page, Testing with Logica FHIR Sandbox, for a detailed description on how we are leveraging the Logica sandbox.
Secured FHIR Server URL:https://api.logicahealth.org/CareManagement/data
Open FHIR Server URL:https://api.logicahealth.org/CareManagement/open
...