Skip to content

Commit

Permalink
Update UKCore-DiagnosticReport.xml
Browse files Browse the repository at this point in the history
Removing reference to sub element link
  • Loading branch information
KazeemHamzat committed Dec 16, 2024
1 parent 3b691c0 commit cfce067
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions structuredefinitions/UKCore-DiagnosticReport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<constraint>
<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.empty() or extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link').empty()" />
<human
value="Only one of DiagnosticReport.media or DiagnosticReport.extension:mediaR5 can be populated at a time." />
<expression value="media.empty() or extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media').empty()" />
</constraint>
</element>
<element id="DiagnosticReport.extension:compositionReferenceR5">
Expand Down

0 comments on commit cfce067

Please sign in to comment.