diff --git a/templates/liquid/ActivityDefinition.liquid b/templates/liquid/ActivityDefinition.liquid index 62bb7d2..7cbbcb5 100644 --- a/templates/liquid/ActivityDefinition.liquid +++ b/templates/liquid/ActivityDefinition.liquid @@ -71,26 +71,26 @@ {%if ActivityDefinition.subject is CodeableConcept %}
- system: {{coding.system}} -
- {% endif %} - {% if coding.code.exists() %} -- code: {{coding.code}} -
- {% endif %} - {% if coding.display.exists() %} -- display: {{coding.display}} -
- {% endif %} - {% endfor %} + {% for coding in ActivityDefinition.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}} +
+ {% endif %} + {% endfor %} {% endif %} {% if ActivityDefinition.subject.coding.exists().not and ActivityDefinition.subject.text.exists() %} - {{ActivityDefinition.subject.text}} + {{ActivityDefinition.subject.text}} {% endif %}code | value | display |
---|---|---|
code | +value | +display | +
{{useContext.code.code}} | {{(useContext.value as CodeableConcept).coding.first().code}} | {{(useContext.value as CodeableConcept).coding.first().display.escape('html')}} | -
Documentation
-References
-Dependencies
-Components
-Derived From
-Successor
-Predecessor
-Documentation
+References
+Dependencies
+Display | +Resource Identifier & Version | +
---|---|
+ {{artifact.display}} + | ++ {{artifact.resource}} + | +
Components
+Derived From
+Successor
+Predecessor
+{{library}} |
{{library}} | +
- system: {{coding.system}} -
- {% endif %} - {% if coding.code.exists() %} -- code: {{coding.code}} -
- {% endif %} - {% if coding.display.exists() %} -- display: {{coding.display.escape('html')}} -
- {% endif %} - {% endfor %} + {% for coding in ActivityDefinition.code.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 ActivityDefinition.code.coding.exists().not and ActivityDefinition.code.text.exists() %} - {{ActivityDefinition.code.text}} + {{ActivityDefinition.code.text}} {% endif %}- system: {{coding.system}} -
- {% endif %} - {% if coding.code.exists() %} -- code: {{coding.code}} -
- {% endif %} - {% if coding.display.exists() %} -- display: {{coding.display.escape('html')}} -
- {% endif %} - {% endfor %} + {% for coding in ActivityDefinition.product.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 ActivityDefinition.product.coding.exists().not and ActivityDefinition.product.text.exists() %} - {{ActivityDefinition.product.text}} + {{ActivityDefinition.product.text}} {% endif %}code | display |
---|---|
code | +display | +
{{bodySite.coding.first().code}} | {{bodySite.coding.first().display.escape('html')}} | -
Dependencies
-Dependencies
+Display | Resource Identifier & Version |
---|---|
+ {{artifact.display}} + | ++ {{artifact.resource}} + | +
Components
diff --git a/templates/liquid/Measure.liquid b/templates/liquid/Measure.liquid index 99f173a..a41a71e 100644 --- a/templates/liquid/Measure.liquid +++ b/templates/liquid/Measure.liquid @@ -1,716 +1,842 @@Id: | -{{Measure.id}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Download cql: | -Library-{{Measure.id}}.cql | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Id: | +{{Measure.id}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Download cql: | +Library-{{Measure.id}}.cql | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Url: | -{{Measure.url}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Url: | +{{Measure.url}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Version: | -{{Measure.version}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Version: | +{{Measure.version}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifier: | -
- {% if identifier.type.exists() %}
- - type: {{identifier.type.value}} - - {% endif %} - {% if identifier.value.exists() %} -- value: {{identifier.value}} - - {% endif %} - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifier: | +
+ {% if identifier.type.exists() %}
+ + type: {{identifier.type.value}} + + {% endif %} + {% if identifier.value.exists() %} ++ value: {{identifier.value}} + + {% endif %} + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name: | -{{Measure.name}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name: | +{{Measure.name}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Title: | -{{Measure.title.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Title: | +{{Measure.title.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subtitle: | -{{Measure.subtitle.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subtitle: | +{{Measure.subtitle.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status: | -{{Measure.status.value}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status: | +{{Measure.status.value}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Experimental: | -{{Measure.experimental.value}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Experimental: | +{{Measure.experimental.value}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Scoring: | -
- {% if Measure.scoring.coding.exists() %}
- {% for coding in Measure.scoring.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 Measure.scoring.coding.exists().not and Measure.scoring.text.exists() %} - {{Measure.scoring.text}} - {% endif %} - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Scoring: | +
+ {% if Measure.scoring.coding.exists() %}
+ {% for coding in Measure.scoring.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 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 %}
- {% 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 Measure.improvementNotation.coding.exists().not and Measure.improvementNotation.text.exists() %} - {{Measure.improvementNotation.text}} - {% endif %} - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Improvement Notation: | +
+ {% if Measure.improvementNotation.coding.exists() %}
+ {% for coding in Measure.improvementNotation.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 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 %}
- {% 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 Measure.type.coding.exists().not and Measure.type.text.exists() %} - {{Measure.type.text}} - {% endif %} - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | +
+ {% if Measure.type.coding.exists() %}
+ {% for coding in Measure.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 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 %}
- {% 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 Measure.subject.coding.exists().not and Measure.subject.text.exists() %} - {{Measure.subject.text}} - {% endif %} - |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subject: | + {%if Measure.subject is CodeableConcept %} +
+ {% if Measure.subject.coding.exists() %}
+ {% for coding in Measure.subject.coding %}
+ {% if coding.system.exists() %}
+ + system: {{coding.system}} + {% 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.escape('html')}} - - {% endif %} - |
+ {% if coding.code.exists() %}
+
+ {% 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.escape('html')}} + + {% endif %} + |
+ {% endif %}
+
{% endif %}
{% if Measure.date.exists() %}
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date: | -{{Measure.date}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date: | +{{Measure.date}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Publisher: | -{{Measure.publisher.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Publisher: | +{{Measure.publisher.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description: | -{{Measure.description.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 %} - | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Related Artifact Dependencies: | -
- {% for relatedArtifact in contained.relatedArtifact.where(type= 'depends-on') %}
- |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters: | -
-
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Direct Reference Codes: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Logic Definitions: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters: | -
-
|
+ {% if Measure.extension.where(url =
+ 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-dataRequirement').exists() %}
+ {% if Measure.extension.where(url =
+ 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-parameter').exists() %}
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Requirements: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Direct Reference Codes: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Logic Definitions: | +
+ {% for extension in Measure.extension.where(url =
+ 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-logicDefinition') %}
+
+ {% endfor %}
+ + {% endfor %} + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supplemental Data: | -
-
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supplemental Data: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Use Context: | -
-
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Use Context: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Jurisdiction: | -{{Measure.jurisdiction.first().coding.first().code}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Jurisdiction: | +{{Measure.jurisdiction.first().coding.first().code}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Topic: | -{{Measure.topic.first().coding.first().code}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Topic: | +{{Measure.topic.first().coding.first().code}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | -{{Measure.purpose.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | +{{Measure.purpose.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | -{{Measure.usage.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | +{{Measure.usage.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright: | -{{Measure.copyright.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright: | +{{Measure.copyright.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Disclaimer: | -{{Measure.disclaimer.escape('html')}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Disclaimer: | +{{Measure.disclaimer.escape('html')}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Approval Date: | -{{Measure.approvalDate}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Approval Date: | +{{Measure.approvalDate}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last Review Date: | -{{Measure.lastReviewDate}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last Review Date: | +{{Measure.lastReviewDate}} | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Effective Period: | -{{Measure.effectivePeriod.start}}..{{Measure.effectivePeriod.end}} | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 -
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Related Artifacts: | +
+ {% if Measure.relatedArtifact.where(type = 'documentation' or type = 'justification').exists() %}
+ Documentation +
References +
Dependencies +
Components +
Derived From +
Successor +
Predecessor +
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters: | -
-
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Requirements: | -
-
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Data Requirements: | +
+
|
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-
|
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-
|
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+
|
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+
|
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Libraries: | -
-
|
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Libraries: | +
+
|
+
Id: | -{{PlanDefinition.id}} | -
---|
Id: | +{{PlanDefinition.id}} | +|||||||
---|---|---|---|---|---|---|---|---|
Url: | +{{PlanDefinition.url}} | +|||||||
Version: | +{{PlanDefinition.version}} | +|||||||
Identifier: | +
+ {% if identifier.type.exists() %}
+ + type: {{identifier.type.value}} + {% endif %} - {% if PlanDefinition.url.exists() %} - | |||||||
Url: | -{{PlanDefinition.url}} | -|||||||
Version: | -{{PlanDefinition.version}} | -|||||||
Name: | +{{PlanDefinition.name}} | +|||||||
Title: | +{{PlanDefinition.title}} | +|||||||
Subtitle: | +{{PlanDefinition.subtitle}} | +|||||||
Status: | +{{PlanDefinition.status.value}} | +|||||||
Experimental: | +{{PlanDefinition.experimental.value}} | +|||||||
Type: | +
+ {% if PlanDefinition.type.coding.exists() %}
+ {% for coding in PlanDefinition.type.coding %}
+ {% if coding.system.exists() %}
+ + system: {{coding.system}} + {% endif %} - {% for identifier in PlanDefinition.identifier %} - | |||||||
Identifier: | -
- {% if identifier.type.exists() %}
- - type: {{identifier.type.value}} - - {% endif %} - {% if identifier.value.exists() %} -- value: {{identifier.value}} - - {% endif %} - |
- |||||||
Name: | -{{PlanDefinition.name}} | -|||||||
Title: | -{{PlanDefinition.title}} | -|||||||
Subtitle: | -{{PlanDefinition.subtitle}} | -|||||||
Status: | -{{PlanDefinition.status.value}} | -|||||||
Experimental: | -{{PlanDefinition.experimental.value}} | -|||||||
Subject: | + {%if PlanDefinition.subject is CodeableConcept %} +
+ {% if PlanDefinition.subject.coding.exists() %}
+ {% for coding in PlanDefinition.subject.coding %}
+ {% if coding.system.exists() %}
+ + system: {{coding.system}} + {% endif %} - {% if PlanDefinition.type.exists() %} - | |||||||
Type: | -
- {% if PlanDefinition.type.coding.exists() %}
- {% for coding in PlanDefinition.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}} - - {% endif %} - {% endfor %} - {% endif %} - {% if PlanDefinition.type.coding.exists().not and PlanDefinition.type.text.exists() %} - {{PlanDefinition.type.text}} - {% endif %} - |
- |||||||
Subject: | - {%if PlanDefinition.subject is CodeableConcept %} -
- {% if PlanDefinition.subject.coding.exists() %}
- {% for coding in PlanDefinition.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}} - - {% endif %} - {% endfor %} - {% endif %} - {% if PlanDefinition.subject.coding.exists().not and PlanDefinition.subject.text.exists() %} - {{PlanDefinition.subject.text}} - {% endif %} - |
- {% endif %}
- {% if PlanDefinition.subject is Reference %}
-
- {% if PlanDefinition.subject.reference.exists() %}
- - reference: {{PlanDefinition.subject.reference}} - - {% endif %} - {% if PlanDefinition.subject.type.exists() %} -- type: {{PlanDefinition.subject.type}} - - {% endif %} - {% if PlanDefinition.subject.display.exists() %} -- code: {{PlanDefinition.subject.display}} - - {% endif %} - |
- {% endif %}
- ||||||
Date: | -{{PlanDefinition.date}} | -|||||||
Publisher: | -{{PlanDefinition.publisher}} | -|||||||
Description: | -{{PlanDefinition.description.escape('html')}} | -|||||||
Knowledge Capability: | -- {% for extension in PlanDefinition.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability') %}{{extension.value}} {% endfor %} - | -
+ {% if PlanDefinition.subject.reference.exists() %}
+ + reference: {{PlanDefinition.subject.reference}} + {% endif %} - {% if PlanDefinition.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel').exists() %} - | ||||||
Knowledge Representation Level: | -- {% for extension in PlanDefinition.extension.where(url = 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel') %}{{extension.value}}{% endfor %} - | -|||||||
Use Context: | -
-
|
- |||||||
Jurisdiction: | -{{PlanDefinition.jurisdiction.first().coding.first().code}} | -|||||||
Date: | +{{PlanDefinition.date}} | +|||||||
Publisher: | +{{PlanDefinition.publisher}} | +|||||||
Description: | +{{PlanDefinition.description.escape('html')}} | +|||||||
Knowledge Capability: | ++ {% for extension in PlanDefinition.extension.where(url = + 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability') %}{{extension.value}} {% endfor %} + | +|||||||
Knowledge Representation Level: | ++ {% for extension in PlanDefinition.extension.where(url = + 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel') %}{{extension.value}}{% + endfor %} + | +|||||||
Use Context: | +
+
|
+ |||||||
Jurisdiction: | +{{PlanDefinition.jurisdiction.first().coding.first().code}} | +|||||||
Purpose: | +{{PlanDefinition.purpose.escape('html')}} | +|||||||
Usage: | +{{PlanDefinition.usage.escape('html')}} | +|||||||
Copyright: | +{{PlanDefinition.copyright.escape('html')}} | +|||||||
Approval Date: | +{{PlanDefinition.approvalDate}} | +|||||||
Last Review Date: | +{{PlanDefinition.lastReviewDate}} | +|||||||
Effective Period: | +{{PlanDefinition.effectivePeriod.start}}..{{PlanDefinition.effectivePeriod.end}} + | +|||||||
Related Artifacts: | +
+ {% if PlanDefinition.relatedArtifact.where(type = 'documentation' or type = 'justification').exists() %}
+ Documentation +
| |||||||
Purpose: | -{{PlanDefinition.purpose.escape('html')}} | -|||||||
Usage: | -{{PlanDefinition.usage.escape('html')}} | -
Display | +Resource Identifier & Version | +
---|---|
+ {{artifact.display}} + | ++ {{artifact.resource}} + | +
Components
+Derived From
+Successor
+Documentation
-References
-Dependencies
-Components
-Derived From
-Successor
-Predecessor
-Predecessor
+{{library}} |
{{library}} | +
Actions: | +
+
|
-
---|