Skip to content

Commit

Permalink
Added minor edits to index page per our discussion last week
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrobinson committed Nov 23, 2020
1 parent b76ad27 commit 1ab2038
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@

<a name="home"> </a>
<h2>
<span class="sectioncount">1.0.0</span> FHIR Clinical Guidelines
<span class="sectioncount">1.0.0</span> FHIR Clinical Practice Guidelines
<a href="index.html#home" title="link to here" class="self-link">
<img src="target.png" width="20" class="self-link" height="20"/>
</a>
</h2>

<p>The FHIR Clinical Guidelines Implementation Guide (CPG IG) provides a means of creating a computable representation of a clinical guideline that is faithful to guideline intent and supports the derivation of downstream capabilities such as cognitive and decision support, quality measures, case reporting, and documentation templates that direct clinical documentation in support of determining guideline compliance.</p>
<p>The FHIR Clinical Practice Guidelines Implementation Guide (CPG IG) provides a means of creating a computable representation of a narrative clinical guideline that is faithful to guideline intent and supports the derivation of downstream capabilities such as cognitive and decision support, quality measures, case reporting, and documentation templates that direct clinical documentation in support of determining guideline compliance.</p>

<p>This implementation is organized into the following sections, accessible via the menu bar at the top of every page:</p>
<p>This guideline implementation is organized into the following sections, accessible via the menu bar at the top of every page:</p>

<ul>
<li><a href="index.html">Home</a>: The home page provides summary, introductory, and background information</li>
<li><a href="approach.html">Approach</a>: The approach page documents the overall approach to representing computable guideline content</li>
<li><a href="methodology.html">Methodology</a>: Describes methodologies for developing computable guideline content</li>
<li><a href="profiles.html">Profiles</a>: Describes expectations for use and an index of the profiles and extensions used in representing computable guideline content</li>
<li><a href="terminology.html">Terminology</a>: Describes expectations for the use of terminology as part of computable guideline content</li>
<li><a href="libraries.html">Libraries</a>: Describes expectations for the use of libraries as part of computable guideline content</li>
<li><a href="methodology.html">Methodology</a>: Describes methodologies for developing computable guideline content in machine-interpretable language</li>
<li><a href="profiles.html">Profiles</a>: Describes expectations for use and an index of the profiles (constraints and extensions on base FHIR resrouces) used in representing computable guideline content</li>
<li><a href="terminology.html">Terminology</a>: Describes expectations for the use of terminology (coded concepts) as part of computable guideline content</li>
<li><a href="libraries.html">Libraries</a>: Describes expectations for the use of libraries of computable expressions (e.g., CQL) as part of computable guideline content</li>
<li><a href="examples.html">Examples</a>: Index of examples and example artifacts</li>
<li><a href="downloads.html">Downloads</a>: Downloads for the specification</li>
<li><a href="hl7.org/fhir/uv/cpg/history.cfml">Version History</a>: Index of all versions of this implementation guide</li>
Expand Down

1 comment on commit 1ab2038

@sjrobinson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor change to images, wording

Please sign in to comment.