Hi All,
We are using this HL7Sdk for Creating CDA Document but we got stuck at one place where we need to add Value tag in IObservation. Please let us know how to create it. The blow XML we are trying to create:
<observation classCode="OBS" moodCode="EVN">
Shashwat
We are using this HL7Sdk for Creating CDA Document but we got stuck at one place where we need to add Value tag in IObservation. Please let us know how to create it. The blow XML we are trying to create:
<observation classCode="OBS" moodCode="EVN">
<!-- allergy observation template -->
<templateId root="2.16.840.1.113883.10.20.22.4.7"/>
<id root="4adc1020-7b14-11db-9fe1-0800200c9a66"/>
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="20110215"/>
</effectiveTime>
<value xsi:type="CD" code="282100009" displayName="Adverse reaction to
substance" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED
CT">
<originalText>
<reference value="#reaction1"/>
</originalText>
</value>
<participant typeCode="CSM">
<participantRole classCode="MANU">
<playingEntity classCode="MMAT">
<code code="314422" displayName="ALLERGENIC EXTRACT, PENICILLIN"
codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
<originalText>
<reference value="#reaction1"/>
</originalText>
</code
<name>Penicillin</name>
</playingEntity>
</participantRole>
</participant>
Thanks,Shashwat