Id: | -{{Library.id}} | -||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Url: | -{{Library.url}} | -||||||||||
Version: | -{{Library.version}} | -||||||||||
Identifier: | -
- {% if identifier.type.exists() %}
- - type: {{identifier.type.value}} - - {% endif %} - {% if identifier.value.exists() %} -- value: {{identifier.value}} - - {% endif %} - |
- ||||||||||
Name: | -{{Library.name}} | -||||||||||
Title: | -{{Library.title.escape('html')}} | -||||||||||
Subtitle: | -{{Library.subtitle.escape('html')}} | -||||||||||
Status: | -{{Library.status.value}} | -||||||||||
Experimental: | -{{Library.experimental.value}} | -||||||||||
Type: | -
- {% if Library.type.coding.exists() %}
- {% for coding in Library.type.coding %}
- {% if coding.system.exists() %}
- - system: {{coding.system}} - - {% endif %} - {% if coding.code.exists() %} -- code: {{coding.code}} - - {% endif %} - {% if coding.display.exists() %} -- display: {{coding.display.escape('html')}} - - {% endif %} - {% endfor %} - {% endif %} - {% if Library.type.coding.exists().not and Library.type.text.exists() %} - {{Library.type.text}} - {% endif %} - |
- ||||||||||
Subject: | - {%if Library.subject is CodeableConcept %} -
- {% if Library.subject.coding.exists() %}
- {% for coding in Library.subject.coding %}
- {% if coding.system.exists() %}
- - system: {{coding.system}} - - {% endif %} - {% if coding.code.exists() %} -- code: {{coding.code}} - - {% endif %} - {% if coding.display.exists() %} -- display: {{coding.display.escape('html')}} - - {% endif %} - {% endfor %} - {% endif %} - {% if Library.subject.coding.exists().not and Library.subject.text.exists() %} - {{Library.subject.text}} - {% endif %} - |
- {% endif %}
- {% if Library.subject is Reference %}
-
- {% if Library.subject.reference.exists() %}
- - reference: {{Library.subject.reference}} - - {% endif %} - {% if Library.subject.type.exists() %} -- type: {{Library.subject.type}} - - {% endif %} - {% if Library.subject.display.exists() %} -- code: {{Library.subject.display.escape('html')}} - - {% endif %} - |
- {% endif %}
- |||||||||
Date: | -{{Library.date}} | -||||||||||
Publisher: | -{{Library.publisher.escape('html')}} | -||||||||||
Description: | -{{Library.description.escape('html')}} | -||||||||||
Knowledge Capability: | -- {% for extension in Library.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability') %}{{extension.value}} {% endfor %} - | -||||||||||
Knowledge Representation Level: | -- {% for extension in Library.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel') %}{{extension.value}}{% endfor %} - | -||||||||||
Use Context: | -
-
|
- ||||||||||
Jurisdiction: | -{{Library.jurisdiction.first().coding.first().code}} | -||||||||||
Purpose: | -{{Library.purpose.escape('html')}} | -||||||||||
Usage: | -{{Library.usage.escape('html')}} | -||||||||||
Copyright: | -{{Library.copyright.escape('html')}} | -||||||||||
Approval Date: | -{{Library.approvalDate}} | -||||||||||
Last Review Date: | -{{Library.lastReviewDate}} | -||||||||||
Effective Period: | -{{Library.effectivePeriod.start}}..{{Library.effectivePeriod.end}} | -||||||||||
Related Artifacts: | -
- {% if Library.relatedArtifact.where(type = 'documentation' or type = 'justification').exists() %}
- Documentation -
References -
Dependencies -
Components -
Derived From -
Successor -
Predecessor -
|
- ||||||||||
Parameters: | -
-
|
- ||||||||||
Data Requirements: | -
-
|
- ||||||||||
-
|
- |||||||||||
-
|
-
Id: | -{{Measure.id}} | -||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Download cql: | -Library-{{Measure.id}}.cql | -||||||||||||||||
Url: | -{{Measure.url}} | -||||||||||||||||
Version: | -{{Measure.version}} | -||||||||||||||||
Identifier: | -
- {% if identifier.type.exists() %}
- - type: {{identifier.type.text}} - - {% endif %} - {% if identifier.value.exists() %} -- value: {{identifier.value}} - - {% endif %} - |
- ||||||||||||||||
Name: | -{{Measure.name}} | -||||||||||||||||
Title: | -{{Measure.title}} | -||||||||||||||||
Subtitle: | -{{Measure.subtitle}} | -||||||||||||||||
Status: | -{{Measure.status.value}} | -||||||||||||||||
Experimental: | -{{Measure.experimental.value}} | -||||||||||||||||
Scoring: | -
- {% if Measure.scoring.coding.exists() %}
- {% for coding in Measure.scoring.coding %}
- - {{iif(coding.display.exists(), coding.display, coding.code)}} {{iif(coding.system != 'http://terminology.hl7.org/CodeSystem/measure-scoring', '(' + coding.system + ')', '')}} - - {% endfor %} - {% endif %} - {% if Measure.scoring.coding.exists().not and Measure.scoring.text.exists() %} - {{Measure.scoring.text}} - {% endif %} - |
- ||||||||||||||||
Improvement Notation: | -
- {% if Measure.improvementNotation.coding.exists() %}
- {% for coding in Measure.improvementNotation.coding %}
- - {{iif(coding.display.exists(), coding.display, coding.code)}} {{iif(coding.system != 'http://terminology.hl7.org/CodeSystem/measure-improvement-notation', '(' + coding.system + ')', '')}} - - {% endfor %} - {% endif %} - {% if Measure.improvementNotation.coding.exists().not and Measure.improvementNotation.text.exists() %} - {{Measure.improvementNotation.text}} - {% endif %} - |
- ||||||||||||||||
Type: | -
- {% if Measure.type.coding.exists() %}
- {% for coding in Measure.type.coding %}
- - {{iif(coding.display.exists(), coding.display, coding.code)}} {{iif(coding.system != 'http://terminology.hl7.org/CodeSystem/measure-type', '(' + coding.system + ')', '')}} - - {% endfor %} - {% endif %} - {% if Measure.type.coding.exists().not and Measure.type.text.exists() %} - {{Measure.type.text}} - {% endif %} - |
- ||||||||||||||||
Subject: | - {%if Measure.subject is CodeableConcept %} -
- {% if Measure.subject.coding.exists() %}
- {% for coding in Measure.subject.coding %}
- - {{iif(coding.display.exists(), coding.display, coding.code)}} {{iif(coding.system.exists(), '(' + coding.system + ')', '')}} - - {% endfor %} - {% endif %} - {% if Measure.subject.coding.exists().not and Measure.subject.text.exists() %} - {{Measure.subject.text}} - {% endif %} - |
- {% endif %}
- {% if Measure.subject is Reference %}
-
- {% if Measure.subject.reference.exists() %}
- - reference: {{Measure.subject.reference}} - - {% endif %} - {% if Measure.subject.type.exists() %} -- type: {{Measure.subject.type}} - - {% endif %} - {% if Measure.subject.display.exists() %} -- code: {{Measure.subject.display}} - - {% endif %} - |
- {% endif %}
- |||||||||||||||
Date: | -{{Measure.date}} | -||||||||||||||||
Publisher: | -{{Measure.publisher.escape('html')}} | -||||||||||||||||
Description: | -{{Measure.description.escape('html')}} | -||||||||||||||||
Population Criteria: | -
- {% for group in Measure.group %}
-
|
- ||||||||||||||||
Knowledge Capability: | -- {% for extension in Measure.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability') %}{{extension.value}} {% endfor %} - | -||||||||||||||||
Knowledge Representation Level: | -- {% for extension in Measure.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel') %}{{extension.value}}{% endfor %} - | -||||||||||||||||
Use Context: | -
-
|
- ||||||||||||||||
Jurisdiction: | -{{Measure.jurisdiction.first().coding.first().code}} | -||||||||||||||||
Topic: | -{{Measure.topic.first().coding.first().code}} | -||||||||||||||||
Purpose: | -{{Measure.purpose.escape('html')}} | -||||||||||||||||
Usage: | -{{Measure.usage.escape('html')}} | -||||||||||||||||
Copyright: | -{{Measure.copyright.escape('html')}} | -||||||||||||||||
Disclaimer: | -{{Measure.disclaimer.escape('html')}} | -||||||||||||||||
Approval Date: | -{{Measure.approvalDate}} | -||||||||||||||||
Last Review Date: | -{{Measure.lastReviewDate}} | -||||||||||||||||
Effective Period: | -{{Measure.effectivePeriod.start}}..{{Measure.effectivePeriod.end}} | -||||||||||||||||
Related Artifacts: | -
- {% if Measure.relatedArtifact.where(type = 'documentation' or type = 'justification').exists() %}
- Documentation -
References -
Dependencies -
Components -
Derived From -
Successor -
Predecessor -
|
- ||||||||||||||||
Libraries: | -
-
|
- ||||||||||||||||
Related Artifact Dependencies: | -
- {% for relatedArtifact in contained.relatedArtifact.where(type= 'depends-on') %}
- |
- ||||||||||||||||
Parameters: | -
-
|
- ||||||||||||||||
DataRequirements: | -
-
|
- ||||||||||||||||
Direct Reference Codes: | -
-
|
- ||||||||||||||||
Logic Definitions: | -
- {% if Measure.group.exists() %}
-
|
- ||||||||||||||||
Parameters: | -
-
|
- ||||||||||||||||
Data Requirements: | -
-
|
- ||||||||||||||||
Direct Reference Codes: | -
-
|
- ||||||||||||||||
Populations: | -
-
|
- ||||||||||||||||
Logic Definitions: | -
- {% if Measure.group.exists() %}
-
- {% endfor %}
- - {% endfor %} - |
- ||||||||||||||||
Supplemental Data Elements: | -- {% for supplementalData in Measure.supplementalData.where(usage.coding.where(code = 'supplemental-data').exists()) %} - {% if supplementalData.code.exists() %} - {{iif(supplementalData.code.text.exists(), supplementalData.code.text, iif(supplementalData.code.coding.first().display.exists(), supplementalData.code.coding.first().display, supplementalData.code.coding.first().code))}} - {% else %} - {%if supplementalData.description.exists() %} - {{supplementalData.description.escape('html')}} - {% else %} - {%if supplementalData.criteria.description.exists() %} - {{supplementalData.criteria.description.escape('html')}} - {% else %} - {{supplementalData.criteria.expression}} - {% endif %} - {% endif %} - {% endif %} - {% endfor %} - | -||||||||||||||||
Risk Adjustment Factor: | -
- - {% if supplementalData.code.exists() %} - {{iif(supplementalData.code.text.exists(), supplementalData.code.text, iif(supplementalData.code.coding.first().display.exists(), supplementalData.code.coding.first().display, supplementalData.code.coding.first().code))}} - {% else %} - {%if supplementalData.description.exists() %} - {{supplementalData.description.escape('html')}} - {% else %} - {%if supplementalData.criteria.description.exists() %} - {{supplementalData.criteria.description.escape('html')}} - {% else %} - {{supplementalData.criteria.expression}} - {% endif %} - {% endif %} - {% endif %} - - |
-