Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.3.22"

From IHE Wiki
Jump to navigation Jump to search
m
 
m (Normalizing Section Content)
Line 1: Line 1:
  
{{CDA Section|Hospital Discharge Medications|1.3.6.1.4.1.19376.1.5.3.1.3.22|Draft|The hospital discharge medications section shall contain a narrative description of the medications requested (ordered) to be administered to the patient after discharge from the hospital. It shall include entries for medication requests as described in the Entry Content Module.
+
{{CDA Section|Hospital Discharge Medications|1.3.6.1.4.1.19376.1.5.3.1.3.22|Comment|The hospital discharge medications section shall contain a narrative description of the medications requested (ordered) to be administered to the patient after discharge from the hospital. It shall include entries for medication requests as described in the Entry Content Module.
|Code={{CDA Section Code|1.3.6.1.4.1.19376.1.5.3.1.3.22|HOSPITAL DISCHARGE MEDICATIONS|R|10183-2}}
+
|LOINC=10183-2|LOINCName=HOSPITAL DISCHARGE MEDICATIONS
|Entry=
+
|Entry|Medications|R|1.3.6.1.4.1.19376.1.5.3.1.4.7|
{{CDA Section Content|1.3.6.1.4.1.19376.1.5.3.1.3.22|Medications|R|1.3.6.1.4.1.19376.1.5.3.1.4.7}}
 
 
}}
 
}}
 
{{Note|1=All medications in this section must have sustanceAdministration/@moodCode = "INT"}}
 
{{Note|1=All medications in this section must have sustanceAdministration/@moodCode = "INT"}}

Revision as of 12:50, 6 June 2007

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at https://www.ihe.net/resources/technical_frameworks/#pcc

Comment.gif Hospital Discharge Medications Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.3.22
General Description The hospital discharge medications section shall contain a narrative description of the medications requested (ordered) to be administered to the patient after discharge from the hospital. It shall include entries for medication requests as described in the Entry Content Module.
LOINC Code Opt Description
10183-2 R HOSPITAL DISCHARGE MEDICATIONS
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.4.7 R Medications



Sample Hospital Discharge Medications Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.3.22'/>
    <id root=' ' extension=' '/>
    <code code='10183-2' displayName='HOSPITAL DISCHARGE MEDICATIONS'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Medications element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.7'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.3.22'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.3.22"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Hospital Discharge Medications can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10183-2"]'> 
     Error: The section type code of a Hospital Discharge Medications must be 10183-2 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.7"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Hospital Discharge Medications Section must contain a(n) Medications Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.3.22
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Hospital Discharge Medications Section



Note: All medications in this section must have sustanceAdministration/@moodCode = "INT"