Free Text Medication SIG

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 11/1/2018
  • SDWG: 6/27/2019

C-CDA 2.1 Example:

  • Medications Section: 2.16.840.1.113883.10.20.22.2.1.1:2014-06-09
  • Medication Activity: 2.16.840.1.113883.10.20.22.4.16:2014-06-09
  • Medication Information: 2.16.840.1.113883.10.20.22.4.23:2014-06-09

Reference to full CDA sample:

  • Medications in empty CCD

Validation location

Comments

  • This is an example of having a medication with only a free text SIG when you have no other coded information.

Custodian

  • Brett Marquard

Keywords

  • free text SIG

Permalink

 

Example: download example view on GitHub

<section>
    <templateId root="2.16.840.1.113883.10.20.22.2.1.1" extension="2014-06-09"/>
    <!-- Medication Section (entries required) -->
    <code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of Medication Use"/>
    <title>MEDICATIONS</title>
    <text>
        <table border="1" width="100%">
            <thead>
                <tr>
                    <th>Medication</th>
                    <th>Date</th>
                    <th>Status</th>
                </tr>
            </thead>
            <tbody>
                <tr ID="Medication_1">
                     <td><!-- This shouldn't be used if a medication substance can be coded -->
                        <content ID="MedicationSIG">Experimental '150 cure-all drug', take one tab by mouth every morning</content>
                    </td>
                    <td>Jan 10 2018</td>
                    <td>Active</td> 
                </tr>
            </tbody>
        </table>
    </text>
    <entry typeCode="DRIV">
        <substanceAdministration classCode="SBADM" moodCode="EVN">
            <templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
            <id root="1310a2d3-f888-4722-b4c4-a3c5911ac7f9"/>
            <text>
                <!-- This reference refers to medication information in unstructured portion of section-->
                <reference value="#Medication_1"/>
            </text>
            <statusCode code="active"/>
            <!-- This first effectiveTime shows that medication was added on January 10, 2018 (not known to have stopped)-->
            <effectiveTime xsi:type="IVL_TS">
                <low value="20180110"/>
                <high nullFlavor="NI"/>
            </effectiveTime>
           <doseQuantity nullFlavor="UNK"/>
            <consumable typeCode="CSM">
                <manufacturedProduct classCode="MANU">
                    <!-- ** Medication information ** -->
                    <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
                    <manufacturedMaterial>
                        <!-- Medications should be specified at a level corresponding to prescription when possible - coded information isn't available -->
                        <code nullFlavor="UNK"/>                      
                    </manufacturedMaterial>
                </manufacturedProduct>
            </consumable>
            <entryRelationship typeCode="COMP">
                <substanceAdministration classCode="SBADM" moodCode="EVN">
                    <templateId root="2.16.840.1.113883.10.20.22.4.147"/>
                    <code code="76662-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Medication Instructions"/>
                    <text>
                        <!-- Reference into the section.text to a tag that ONLY contains free text SIG -->
                        <reference value="#MedicationSIG"/>
                    </text>
                    <consumable>
                        <manufacturedProduct>
                            <manufacturedLabeledDrug nullFlavor="NA"/>
                        </manufacturedProduct>
                    </consumable>
                </substanceAdministration>
            </entryRelationship>
        </substanceAdministration>
    </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.