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 (Normalizing Section Content)
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.
|Code={{CDA Section Code|1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6|INTRAVENOUS FLUIDS ADMINISTERED |R|XIVFLU-X}}
+
|LOINCName=INTRAVENOUS FLUIDS ADMINISTERED|LOINC=XIVFLU-X
|Entry=
+
|Entry|Intravenous Fluids Administered|R|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2}}
{{CDA Section Content|1.3.6.1.4.1.19376.1.5.3.1.1.13.2.6|Intravenous Fluids Administered|R|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2}}
 
 
}}
 
}}

Revision as of 12:45, 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

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
XIVFLU-X R INTRAVENOUS FLUIDS ADMINISTERED
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.1.13.3.2 R Intravenous Fluids Administered
{{{9}}}



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='XIVFLU-X' displayName='INTRAVENOUS FLUIDS ADMINISTERED'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Intravenous Fluids Administered 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 = "XIVFLU-X"]'> 
     Error: The section type code of a Intravenous Fluids Administered must be XIVFLU-X 
   </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 Administered 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


}}