templates/cat3/show.cat3.erb in health-data-standards-3.5.2 vs templates/cat3/show.cat3.erb in health-data-standards-3.5.3

- old
+ new

@@ -105,15 +105,16 @@ <organizer classCode="CLUSTER" moodCode="EVN"> <!-- Implied template Measure Reference templateId --> <templateId root="2.16.840.1.113883.10.20.24.3.98"/> <!-- SHALL 1..* (one for each referenced measure) Measure Reference and Results template --> <templateId root="2.16.840.1.113883.10.20.27.3.1"/> + <id extension="<%= measure['id'] || UUID.generate %>"/> <statusCode code="completed"/> <reference typeCode="REFR"> <externalDocument classCode="DOC" moodCode="EVN"> <!-- SHALL: required Id but not restricted to the eMeasure Document/Id--> <!-- QualityMeasureDocument/id This is the version specific identifier for eMeasure --> - <id root="<%= measure['hqmf_id'] %>"/> + <id root="2.16.840.1.113883.4.738" extension="<%= measure['hqmf_id'] %>"/> <!-- SHOULD This is the title of the eMeasure --> <text><%= measure['name'] %></text> <!-- SHOULD: setId is the eMeasure version neutral id --> <setId root="<%= measure['hqmf_set_id'] %>"/>