Skip to content

Commit

Permalink
Fix expansion related bugs and adjust tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 18, 2024
1 parent 9e18e97 commit 4b67001
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix expansion related bugs and adjust tests accordingly
11 changes: 7 additions & 4 deletions comparison/sd-ext-dd-diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
</tr>
<tr>
<td style="white-space: nowrap">Fixed Value</td>
<td>substance</td>
<td>
<code>substance</code>
</td>
</tr>


Expand Down Expand Up @@ -254,7 +256,9 @@
</tr>
<tr>
<td style="white-space: nowrap">Fixed Value</td>
<td>exposureRisk</td>
<td>
<code>exposureRisk</code>
</td>
</tr>


Expand Down Expand Up @@ -309,8 +313,7 @@
<td style="white-space: nowrap">Fixed Value</td>
<td>
<span style="border: solid 1px #dddddd; margin: 2px; padding: 2px">
<span style="background-color: #fff2ff; border-left: solid 3px #ffa0ff; margin: 2px; padding: 2px" title="This content has been changed since 1.0.0 (was 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk')"><img src="icon-change-edit.png" alt="icon"/> Changed:</span>http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk1
</span>
<span style="background-color: #fff2ff; border-left: solid 3px #ffa0ff; margin: 2px; padding: 2px" title="This content has been changed since 1.0.0 (was 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk')"><img src="icon-change-edit.png" alt="icon"/> Changed:</span><code>http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk1</code> </span>
</td>
</tr>

Expand Down
9 changes: 9 additions & 0 deletions r5/vocab/active-in-target.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<experimental value="true"/>
<expansion>
<total value="5"/>
<offset value="0"/>
<parameter>
<name value="count"/>
<valueInteger value="1000"/>
</parameter>
<parameter>
<name value="offset"/>
<valueInteger value="0"/>
</parameter>
<parameter>
<name value="excludeNested"/>
<valueBoolean value="true"/>
Expand Down
9 changes: 9 additions & 0 deletions r5/vocab/active-out-target.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<experimental value="true"/>
<expansion>
<total value="4"/>
<offset value="0"/>
<parameter>
<name value="count"/>
<valueInteger value="1000"/>
</parameter>
<parameter>
<name value="offset"/>
<valueInteger value="0"/>
</parameter>
<parameter>
<name value="excludeNested"/>
<valueBoolean value="true"/>
Expand Down

0 comments on commit 4b67001

Please sign in to comment.