This wiki has undergone a migration to Confluence found Here
TermInfo - CCDA sample for No Immunization administered (email thread)
Revision as of 00:19, 27 April 2013 by Rhausam (talk | contribs) (moved TermInfo CCDA sample for No Immunization administered email thread to TermInfo - CCDA sample for No Immunization administered (email thread))
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?
<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>