Sha256: 1b22827e964f8b10859c38bafb4e56166be31a91b7b6533cb7434980ddc355c1

Contents?: true

Size: 345 Bytes

Versions: 31

Compression:

Stored size: 345 Bytes

Contents

	<subjectOf>
		<measureAttribute>
			<id root="2.16.840.1.113883.3.100.1" extension="<%= attribute.id %>"/>
			<code code="<%= attribute.code %>">
				<displayName value="<%= attribute.name %>"/>
			</code>
			<%- if attribute.value -%>
			<value xsi:type="ED" value="<%= attribute.value %>"/>
			<%- end -%>
		</measureAttribute>
	</subjectOf>

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
health-data-standards-3.1.1 lib/hqmf-generator/attribute.xml.erb
health-data-standards-3.1.0 lib/hqmf-generator/attribute.xml.erb
health-data-standards-3.0.6 lib/hqmf-generator/attribute.xml.erb
health-data-standards-3.0.5 lib/hqmf-generator/attribute.xml.erb
health-data-standards-3.0.4 lib/hqmf-generator/attribute.xml.erb
health-data-standards-3.0.3 lib/hqmf-generator/attribute.xml.erb
hqmf-parser-1.1.0 lib/hqmf-generator/attribute.xml.erb
hqmf-parser-1.0.6 lib/hqmf-generator/attribute.xml.erb
hqmf-parser-1.0.5 lib/hqmf-generator/attribute.xml.erb
hqmf-parser-1.0.4 lib/hqmf-generator/attribute.xml.erb
hqmf-parser-1.0.3 lib/hqmf-generator/attribute.xml.erb