Note directly attached to a Procedure

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 6/14/2018
  • SDWG: 7/12/2018

C-CDA 2.1 Example:

  • 2.16.840.1.113883.10.20.22.2.7.1
  • 2.16.840.1.113883.10.20.22.2.7.1:2014-06-09
  • 2.16.840.1.113883.10.20.22.4.14
  • 2.16.840.1.113883.10.20.22.4.202:2016-11-01

Reference to full CDA sample:

  • Validated in an empty CCD

Validation location

Comments

  • This is an example of how to associate a Procedure Note with a Procedure in the Procedure section.

Custodian

  • Brett Marquard, brett@waveoneassociates.com (GitHub: brettmarquard)

Keywords

  • Note, Note Activity, Notes, Procedure

Permalink

 

Example: download example view on GitHub

<?xml version="1.0" encoding="UTF-8"?>
<section>
    <!-- Note directly attached to the associated act -->
    <!-- C-CDA 2.1 Procedures Section -->
    <templateId root="2.16.840.1.113883.10.20.22.2.7.1"/>
    <templateId root="2.16.840.1.113883.10.20.22.2.7.1" extension="2014-06-09"/>
    <code code="47519-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
        displayName="HISTORY OF PROCEDURES"/>
    <title>Procedures</title>
    <text>
        <table>
            <thead>
                <tr>
                    <th>Description</th>
                    <th>Date and Time (Range)</th>
                    <th>Notes</th>
                </tr>
            </thead>
            <tbody>
                <tr ID="Procedure1">
                    <td ID="ProcedureDesc1">Laparoscopic appendectomy</td>
                    <td>(03 Feb 2014 09:22am - 03 Feb 2014 11:15am)</td>
                    <td ID="ProcedureNote1">
                        <paragraph>Dr. Physician - 03 Feb 2014</paragraph>
                        <paragraph>Patient repositioned with arms extended on arm
                            boards...</paragraph>

                    </td>
                </tr>
            </tbody>
        </table>
    </text>
    <entry typeCode="DRIV">
        <!-- Procedures should be used for care that directly changes the patient's physical state.-->
        <procedure moodCode="EVN" classCode="PROC">
            <templateId root="2.16.840.1.113883.10.20.22.4.14"/>
            <templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
            <id root="64af26d5-88ef-4169-ba16-c6ef16a1824f"/>
            <code code="6025007" displayName="Laparoscopic appendectomy"
                codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT">
                <originalText>
                    <reference value="#ProcedureDesc1"/>
                </originalText>
            </code>
            <text>
                <reference value="#Procedure1"/>
            </text>
            <statusCode code="completed"/>
            <effectiveTime>
                <low value="20140203092205-0700"/>
                <high value="20140203111514-0700"/>
            </effectiveTime>
            <!-- Note Activity entry -->
            <entryRelationship typeCode="COMP">
                <act classCode="ACT" moodCode="EVN">
                    <templateId root="2.16.840.1.113883.10.20.22.4.202" extension="2016-11-01"/>
                    <code code="34109-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
                        displayName="Note">
                        <translation code="28570-0" codeSystem="2.16.840.1.113883.6.1"
                            codeSystemName="LOINC" displayName="Procedure note"/>
                    </code>
                    <text>
                        <reference value="#ProcedureNote1"/>
                    </text>
                    <statusCode code="completed"/>
                    <!-- Clinically-relevant time of the note -->
                    <effectiveTime value="20140203"/>
                    <!-- Author Participation -->
                    <author>
                        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
                        <!-- Time note was actually written -->
                        <time value="20140204083215-0500"/>
                        <assignedAuthor>
                            <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
                            <name>Dr. Physician</name>
                        </assignedAuthor>
                    </author>
                    <!-- Reference to encounter -->
                    <entryRelationship typeCode="COMP" inversionInd="true">
                        <encounter>
                            <!-- Encounter ID matches an encounter in the Encounters Section -->
                            <id root="1.2.3.4"/>
                        </encounter>
                    </entryRelationship>
                </act>
            </entryRelationship>
        </procedure>
    </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.