Sha256: ec6af17cf76690a21c9e8b2c33753aaab3b80b25b91813f4c25aa02d6ac6b5b9
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
<entry> <observation classCode="OBS" moodCode="EVN"> <!-- Conforms to C-CDA R2.1 Substance or Device Allergy - Intolerance Observation (V2) --> <templateId root="2.16.840.1.113883.10.20.24.3.90" extension="2014-06-09"/> <!-- Allergy Intolerance --> <templateId root="2.16.840.1.113883.10.20.24.3.147" extension="2017-08-01"/> <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/> <statusCode code="completed"/> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <value xsi:type="CD" code="419199007" displayName="Allergy to substance" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/> <participant typeCode="CSM"> <participantRole classCode="MANU"> <playingEntity classCode="MMAT"> <%== code_display(entry,'value_set_map' => filtered_vs_map, 'preferred_code_sets' => ['RxNorm', 'SNOMED-CT', 'CVX']) %> <name><%= entry.description %></name> </playingEntity> </participantRole> </participant> </observation> </entry>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-4.1.0 | templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.147.cat1.erb |