Example in CQL (UV)2.0.0
Library

Example Logic Library - Module Definition

active

This library is used as an example module definition in the Using FHIR with CQL Implementation Guide

Library-module-example.json

Resource Details

Resource Type
Library
Resource ID
module-example
Identifier
http://example.org/fhir/cqi/ecqm/Library/Identifier|EXMLogic
Conforms To
http://hl7.org/fhir/uv/cql/StructureDefinition/cql-module

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Library",
  "id": "module-example",
  "filename": "Library-module-example.json",
  "profile": [
    "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-module"
  ],
  "identifier": {
    "system": "http://example.org/fhir/cqi/ecqm/Library/Identifier",
    "value": "EXMLogic"
  },
  "status": "active",
  "title": "Example Logic Library - Module Definition",
  "description": "This library is used as an example module definition in the Using FHIR with CQL Implementation Guide"
}