Inpatient Encounter Discharged to Rehab Location

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 11/17/2016
  • SDWG: 2/2/2016

C-CDA 2.1 Example:

  • 2.16.840.1.113883.10.20.22.2.22.1:2015-08-01
  • 2.16.840.1.113883.10.20.22.4.49:2015-08-01
  • 2.16.840.1.113883.10.20.22.4.32
  • 2.16.840.1.113883.10.20.22.4.119:2014-06-09

Reference to full CDA sample:

  • Encounter in empty CCD

Validation location

Comments

  • This is an example of a hospitalization with discharge disposition. The Discharge Disposition includes both the standard code and a local code, and a discharge destination

Custodian

  • Lisa Nelson (GitHub: lisarnelson)

Keywords

  • Hospital discharge disposition, local code

Permalink

Links

 

Example: download example view on GitHub

<!-- ************************ ENCOUNTERS *********************** -->
<component>
    <section>
        <!-- *** Encounters section (entries required) (V3) *** -->
        <templateId root="2.16.840.1.113883.10.20.22.2.22.1" extension="2015-08-01"/>
        <templateId root="2.16.840.1.113883.10.20.22.2.22.1"/>
        <code code="46240-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of encounters"/>
        <title>ENCOUNTERS</title>
	<text>
            <table border="1" width="100%">
                <thead>
                    <tr>
                        <th>Encounter</th>
                        <th>Performer</th>
                        <th>Location</th>
                        <th>Date</th>
                        <th>Discharge Disposition</th>
                        <th>Location</th>
                    </tr>
                </thead>
                <tbody>
                    <tr id="Encounter1">
                        <td id="Encounter1_Type"> Inpatient Hospital Care - moderate complexity</td>
                        <td>Performer Name</td>
                        <td>Community Medical Center</td>
                        <td>September 27, 2012 at 1:00pm</td>
                        <td id="Encounter1_DischargeDispositionCode">Discharged/transferred to an intermediate-care facility (ICF)</td>
                        <td id="Encounter1_DischargedToLoc">Sunnyview Rehab Hospital</td>
                    </tr>
                </tbody>
            </table>
        </text>
        <entry typeCode="DRIV">
            <encounter classCode="ENC" moodCode="EVN">
                <!-- ** Encounter Activity (V3) ** -->
                <templateId root="2.16.840.1.113883.10.20.22.4.49" extension="2015-08-01"/>
                <templateId root="2.16.840.1.113883.10.20.22.4.49"/>
                <id root="2a620155-9d11-439e-92b3-5d9815ff4de8"/>
                <code code="99221" displayName="Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and straightforward or low level medical decision making. When using total time on the date of the encounter for code selection, 40 minutes must be met or exceeded." codeSystemName="CPT-4" codeSystem="2.16.840.1.113883.6.12">
                    <originalText>
                        <reference value="#Encounter1_Type"/>
                    </originalText>
                    <!-- MAY MAY contain zero or one [0..1] translation (CONF:1198-32323)
									The translation may exist to map the code of EncounterTypeCode (2.16.840.1.113883.3.88.12.80.32) valueset to the code of Encounter Planned (2.16.840.1.113883.11.20.9.52) valueset.
								<translation code="AMB" codeSystem="2.16.840.1.113883.5.4" displayName="Ambulatory" codeSystemName="HL7 ActEncounterCode"/>
								-->
                </code>
                <text>
                    <reference value="#Encounter1"/>
                </text>
                <effectiveTime value="201209271300-0500"/>
                <!-- This shows use of the discharge disposition extension AND shows using both the suggested encoding from C-CDA R2.1 and local Good Health Hospital codes. -->
                <sdtc:dischargeDispositionCode code="04" codeSystem="2.16.840.1.113883.12.112"  codeSystemName="HL7 Discharge Disposition" displayName="Discharged/transferred to an intermediate-care facility (ICF)">
                    <originalText>
                        <reference value="#Encounter1_DischargedDispositionCode" />
                    </originalText>
                    <!-- Good Health Hospital (local OID) to represent their local code system. -->
                    <translation code="HOSSVR" codeSystem="2.16.840.1.113883.19.5" codeSystemName="Community Medical Center Local Discharge Codes" displayName="SUNNYVIEW REHAB HOSPITAL"/>
                </sdtc:dischargeDispositionCode>
                <performer>
                    <assignedEntity>
                        <!-- Provider NPI "333444555" -->
                        <id extension="333444555" root="2.16.840.1.113883.4.6"/>
                        <code code="59058001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="General physician"/>
                    </assignedEntity>
                </performer>
                <participant typeCode="LOC">
                    <participantRole classCode="SDLOC">
                        <templateId root="2.16.840.1.113883.10.20.22.4.32"/>
                        <!-- Service Delivery Location template -->
                        <code code="1060-3" codeSystem="2.16.840.1.113883.6.259" codeSystemName="HL7 HealthcareServiceLocation" displayName="Medical Ward"/>
                        <addr>
                            <streetAddressLine>1007 Health Drive</streetAddressLine>
                            <city>Portland</city>
                            <state>OR</state>
                            <postalCode>99123</postalCode>
                            <country>US</country>
                        </addr>
                        <telecom use="WP" value="tel: +1(555)555-1030"/>
                        <playingEntity classCode="PLC">
                            <name>Community Medical Center</name>
                        </playingEntity>
                    </participantRole>
                </participant>
		<participant typeCode="DST">
                    <participantRole classCode="SDLOC">
                        <templateId root="2.16.840.1.113883.10.20.22.4.32"/>
                        <!-- Discharged To Location template -->
                        <!-- How do we represent this concept of "the 'discharged to' location? -->
                        <code code="1105-6" codeSystem="2.16.840.1.113883.6.259" codeSystemName="HL7 HealthcareServiceLocation" displayName="Chronic Rehabilitation Unit"/>
                        <addr>
                            <streetAddressLine>200 Rehab Road</streetAddressLine>
                            <city>Portland</city>
                            <state>Ny</state>
                            <postalCode>19123</postalCode>
                            <country>US</country>
                        </addr>
                        <telecom use="WP" value="tel: +1(123)555-1030"/>
                        <playingEntity classCode="PLC">
                            <name>Sunnyview Rehab Hospital</name>
                        </playingEntity>
                    </participantRole>
                </participant>
                <entryRelationship typeCode="RSON">
                    <!-- ** Indivcation (V2) ** -->
                    <observation classCode="OBS" moodCode="EVN">
                        <templateId root="2.16.840.1.113883.10.20.22.4.19" extension="2014-06-09"/>
                        <templateId root="2.16.840.1.113883.10.20.22.4.19"/>
                        <id root="db734647-fc99-424c-a864-7e3cda82e703" extension="45665"/>
                        <!-- code is required; MAY be selected from ValueSet Problem Type (LOINC) urn:oid:2.16.840.1.113883.3.88.12.3221.7.2 STATIC 2014-09-02 (CONF:1098-31229) -->
                        <code code="404684003" displayName="Clinical finding" codeSystemName="SNOMED-CT" codeSystem="2.16.840.1.113883.6.96">
                            <!--  of course this MAY be present 
										<translation code="75321-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Clinical finding"/>
										-->
                        </code>
                        <statusCode code="completed"/>
                        <effectiveTime>
                            <low value="201209251130-0500"/>
                        </effectiveTime>
                        <value xsi:type="CD" code="233604007" displayName="Pneumonia" codeSystem="2.16.840.1.113883.6.96"/>
                    </observation>
                </entryRelationship>
            </encounter>
        </entry>
    </section>
</component>
  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.