Memory Impairment

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 6/15/2017
  • SDWG: 7/6/2017

C-CDA 2.1 Example:

  • Mental Status Section 2.16.840.1.113883.10.20.22.2.56:2015-08-01
  • Mental Status Result Observation 2.16.840.1.113883.10.20.22.4.74 and 2.16.840.1.113883.10.20.22.4.74:2015-08-01

Reference to full CDA sample:

  • Mental Status in empty CCD

Validation location

Comments

  • This is an example of mental (cognitive) impairment. It only illustrates one potential templated within the mental status section and was originally prepared for the ONC 2014 170.314(b)(2) Transitions of care - M) Functional and Cognitive Status. Note that there are significant changes to functional and cognitive status in C-CDA 2.1 (including section breakout and deprecation of certain templates). This example represents the proper way to send a mental impairment in C-CDA R2.1.

Custodian

  • Brett Marquard, brett@riverrockassociates.com (GitHub: brettmarquard) and John D'Amore jdamore@diameterhealth.com (GitHub: jddamore)

Keywords

  • impairment

Permalink

Links

 

Example: download example view on GitHub

<section>
    <!-- This is an example of how to affirmatively assert there is a memory (cognitive) impairment -->
    <!-- Original design influenced by Transitions of Care test scenario, inpatient for MU2 170.314(b)(2)-->
    <!-- Note that in C-CDA 1.1, functional and cognitive status (mental) are within the same section -->
    <!-- Section not backwards compaitble with prior 2.16.840.1.113883.10.20.22.2.14 since new section --> 
    <templateId root="2.16.840.1.113883.10.20.22.2.56" extension="2015-08-01" />
    <code code="10190-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Mental status Narrative" />
    <title>MENTAL STATUS</title>    
    <!-- Narrative organized as a single table. Some systems may prefer separate tables for functional vs. cognitive assessments -->
    <text>
        <table>
            <thead>
                <tr>
                    <th>Assessment</th>
                    <th>Date</th>
                    <th>Results</th>
                    <th>Comments</th>
                </tr>
            </thead>
            <tbody>
                <tr ID="MS_Narrative1">
                    <td ID="MS_Type1">Cognitive Status</td> 
                    <!-- Some systems may just report this to day rather than hour and minute timestamp. Both of which are acceptable. -->
                    <td>August 15 2012, 5:32pm</td>
                    <td ID="MS_Finding1">Memory Impairment</td>
                    <td />
                </tr>
            </tbody>
        </table>
    </text>
    <entry>
        <!-- Template for Mental Status Result Observation. Note other templates may apply. -->
        <observation classCode="OBS" moodCode="EVN">
            <templateId root="2.16.840.1.113883.10.20.22.4.74"/>
            <templateId root="2.16.840.1.113883.10.20.22.4.74" extension="2015-08-01"/>
            <id root="faa09c19-fa1f-4a6c-ae79-10a3b711550f"/>
            <!-- In C-CDA R2.1 August 2015 this is a fixed code. SDWG may change to a value set in STU comment 1367 -->
            <code codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" code="373930000" displayName="Cognitive function finding">
                <originalText>
                    <reference value="#MS_Type1" />
                </originalText>
                <translation code="75275-8" 
                    displayName="Cognitive function [Interpretation]"
                    codeSystem="2.16.840.1.113883.6.1"
                    codeSystemName="LOINC"/>
            </code>
            <text>
                <reference value="#MS_Narrative1"/>
            </text>
            <statusCode code="completed"/>
            <effectiveTime>
                <!-- Some systems may just report this to day rather than hour and minute timestamp. Both of which are acceptable. -->
                <low value="20120815173215-0500"/>
            </effectiveTime>
            <value xsi:type="CD" code="386807006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Memory impairment">
                <originalText>
                    <reference value="#MS_Finding1"/>
                </originalText>
            </value>
        </observation>
    </entry>
</section>
  1. C-CDA Example Search Help

    C-CDA Example Search Results
    This screen displays the results of executing the example search criteria against the existing examples recorded in the example database.

  2. Search Criteria Panel

    This panel allow you to further refine your queries and narrow the results

  3. Text Search Words

    Use this field to enter words related to your search. These words can appear in the title, the comments or as part of a special list of keywords associated with the example. The search words should be entered with spaces separating the items.

  4. Filter by example status

    By selecting the various statuses, the search results can be limited to only the example that are set to the selected status(es). By removing all status selections, the filtering is removed and examples from all statuses will be returned (based on any other filtering).

  5. Select only ONC Certified examples

    These are samples referenced in a government rule or certification companion guide.

  6. Execute the search based on the criteria entered (or retrieve all examples if no criteria specified).

  7. The number of results that match the query parameters can be found here.

  8. Use this link to jump back to the initial page of the application (that lists the sections).

  9. This columns list the names of the examples that match the criteria (and the comment for each example).

  10. This columns lists the area in the C-CDA specification (the specification is broken into distinct topics for the various exchangeable documents, the common header, and the sections that occur within the exchangeable documents) that the example demonstrates.

  11. This columns lists the state of the example in the example verification and approval process.

  12. You can select to download the examples directly or navigate to page with the full detailed description of the example.

  13. Tour Complete

    Return to the C-CDA Example Search Results page.