Skip to content

Commit

Permalink
Update UKCore-DiagnosticReport.xml
Browse files Browse the repository at this point in the history
Added isSummar=True
  • Loading branch information
KazeemHamzat committed Dec 10, 2024
1 parent 9b2f011 commit 122a13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structuredefinitions/UKCore-DiagnosticReport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key value="ukcore-diag-lab-002" />
<severity value="error" />
<human value="Only one of DiagnosticReport.media.link or DiagnosticReport.media.extension:mediaLinkR5 can be populated at a time." />
<expression value="media.link.exists() xor extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link').exist()" />
<expression value="media.link.exist() or extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link').exist()" />
</constraint>
</element>
<element id="DiagnosticReport.extension:compositionReferenceR5">
Expand All @@ -60,7 +60,7 @@
<profile value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link" />
</type>
<isModifier value="false" />
<isSummary value='true' />
<isSummary value="true" />
</element>
<element id="DiagnosticReport.extension:noteR5">
<path value="DiagnosticReport.extension" />
Expand Down

0 comments on commit 122a13a

Please sign in to comment.