Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6"

From IHE Wiki
Jump to navigation Jump to search
m
(Changed wrong LOINC code to the normative code found in the TF (version 9 from 2013-10-04))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{CDA Section|Intravenous Fluids Administered|1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6|Draft|The intravenous fluids administered section shall contain a narrative description of fluids administered to a patient during the course of an encounter. It may include entries for IV fluid administration as described in the Entry Content Module.
 
{{CDA Section|Intravenous Fluids Administered|1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6|Draft|The intravenous fluids administered section shall contain a narrative description of fluids administered to a patient during the course of an encounter. It may include entries for IV fluid administration as described in the Entry Content Module.
|LOINCName=INTRAVASCULAR FLUID INTAKE|LOINC=8975-5|Entry|Intravenous Fluid Intake|R|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2|}}
+
|LOINCName=INTRAVASCULAR FLUID INTAKE|LOINC=57072-1|Entry|Intravenous Fluids|R|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2|}}

Latest revision as of 10:22, 7 October 2013

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

Draft.gif Intravenous Fluids Administered Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6
General Description The intravenous fluids administered section shall contain a narrative description of fluids administered to a patient during the course of an encounter. It may include entries for IV fluid administration as described in the Entry Content Module.
LOINC Code Opt Description
57072-1 R INTRAVASCULAR FLUID INTAKE
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2 R Intravenous Fluids



Sample Intravenous Fluids Administered Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6'/>
    <id root=' ' extension=' '/>
    <code code='57072-1' displayName='INTRAVASCULAR FLUID INTAKE'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Intravenous Fluids element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Intravenous Fluids Administered can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "57072-1"]'> 
     Error: The section type code of a Intravenous Fluids Administered must be 57072-1 
   </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.1.13.3.2"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Intravenous Fluids Administered Section must contain a(n) Intravenous Fluids Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Intravenous Fluids Administered Section