This wiki has undergone a migration to Confluence found Here
Difference between revisions of "TermInfo - CCDA sample for No Immunization administered (email thread)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<br/>Vinayak Kulkarni | <br/>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"? | *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? | + | :Is following sample is a valid example? |
<pre> | <pre> |
Revision as of 01:10, 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?
<section> <templateId root="2.16.840.1.113883.10.20.22.2.2.1"/> <code code="11369-6" codeSystem="2.16.840.1.113883.6.1" displayName="History of immunizations" codeSystemName="LOINC"/> <title>Immunizations</title> <!--**** Immunzations Section Narrative Block ****--> <text> <paragraph> <content ID="ZImmunizations.Immunizations.ORD-PHL02-NO-DATA">No immunizations administered or ordered.</content> </paragraph> </text> <entry typeCode="DRIV"> <!--**** Immunzations Section Narrative Block ****--> <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> <code code="998" displayName="No Immunization administered" codeSystem="2.16.840.1.113883.12.292" codeSystemName="CVX"/> </manufacturedProduct> </consumable> </substanceAdministration> </entry> </section>