Example in Canonical Resource Management Infrastructure Implementation Guide1.0.0
Library

Example Logic Library - Module Definition

active

This library is used as an example module definition in the FHIR Quality Measure Implementation Guide

Library-moduledefinition-example.json

Resource Details

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

Example Metadata

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

{
  "resourceType": "Library",
  "id": "moduledefinition-example",
  "filename": "Library-moduledefinition-example.json",
  "profile": [
    "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-moduledefinitionlibrary"
  ],
  "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 FHIR Quality Measure Implementation Guide"
}