This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "TermInfo - CCDA sample for No Immunization administered (email thread)"

From HL7Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
   
 
   
 
<source lang="xml">
 
<source lang="xml">
 +
 
<section>
 
<section>
 
  <templateId root="2.16.840.1.113883.10.20.22.2.2.1"/>
 
  <templateId root="2.16.840.1.113883.10.20.22.2.2.1"/>
Line 32: Line 33:
 
  </entry>
 
  </entry>
 
</section>
 
</section>
 +
 
</source>
 
</source>

Revision as of 01:04, 27 April 2013

4 April 2013


Vinayak Kulkarni

  • I am looking for an example of "No Immunization Administered". Since we have CVX code fore "No Vaccine Administered" with Code = 998, shall we use it without using negationInd="true"?

Is following sample is a valid example?

<source lang="xml">

<section>

<templateId root="2.16.840.1.113883.10.20.22.2.2.1"/>

<title>Immunizations</title>
<text>
 <paragraph>
  <content ID="ZImmunizations.Immunizations.ORD-PHL02-NO-DATA">No immunizations administered or ordered.</content>
 </paragraph>
</text>
<entry typeCode="DRIV">
  <substanceAdministration classCode="SBADM" moodCode="INT" negationInd="false">   
  <templateId root="2.16.840.1.113883.10.20.22.4.52"/>
  <id nullFlavor="NI"/>
  <statusCode code="completed"/>
  <effectiveTime nullFlavor="NI"/>
  <consumable>
   <manufacturedProduct classCode="MANU">
    <templateId root="2.16.840.1.113883.10.20.22.4.54"/>
    <manufacturedMaterial>
          
    </manufacturedProduct>
  </consumable>
 </substanceAdministration>
</entry>

</section>

</source>