Skip to content

Commit

Permalink
Merge pull request HL7#15 from HL7/fix-FHIR-34363
Browse files Browse the repository at this point in the history
fis-FHIR-34363 add vendor extension to datax measure report
  • Loading branch information
brynrhodes authored Nov 18, 2022
2 parents 7e819a8 + 4604284 commit d42716a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions input/resources/StructureDefinition-datax-measurereport-deqm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
</type>
<mustSupport value="true"/>
</element>
<element id="MeasureReport.extension:vendor">
<path value="MeasureReport.extension"/>
<sliceName value="vendor"/>
<min value="0"/>
<max value="1"/>
<type>
<code value="Extension"/>
<profile value="http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reportingVendor"/>
</type>
<mustSupport value="true"/>
</element>

<element id="MeasureReport.status">
<path value="MeasureReport.status"/>
Expand Down

0 comments on commit d42716a

Please sign in to comment.