Skip to content

Commit

Permalink
Merge branch 'STU2' into stu2ballot/HumanLanguageSnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS authored Feb 6, 2024
2 parents bc3829e + 51462e9 commit e2b5d0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<path value="Extension" />
<short value="Comments about the diagnostic report." />
<definition value="May include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation." />
<max value="1" />
</element>
<element id="Extension.url">
<path value="Extension.url" />
Expand Down
23 changes: 6 additions & 17 deletions structuredefinitions/UKCore-DiagnosticReport-Lab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,10 @@
<expression value="issued.exists() or (issued.empty() and (status in ('partial' | 'preliminary' | 'final' | 'amended' | 'corrected' | 'appended')).not())" />
</constraint>
</element>
<element id="DiagnosticReport.extension">
<path value="DiagnosticReport.extension" />
<slicing>
<discriminator>
<type value="value" />
<path value="url" />
</discriminator>
<rules value="open" />
</slicing>
<min value="0" />
</element>
<element id="DiagnosticReport.extension:compositionReferenceR5">
<path value="DiagnosticReport.extension" />
<sliceName value="compositionReferenceR5" />
<short value="A Composition reference for a DiagnosticReport. This is a R5 backport." />
<min value="0" />
<max value="1" />
<type>
<code value="Extension" />
Expand All @@ -68,7 +56,6 @@
<path value="DiagnosticReport.extension" />
<sliceName value="noteR5" />
<short value="Comments about the diagnostic report. This is a R5 backport." />
<min value="0" />
<type>
<code value="Extension" />
<profile value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note" />
Expand All @@ -77,24 +64,26 @@
</element>
<element id="DiagnosticReport.extension:noteR5.value[x]">
<path value="DiagnosticReport.extension.value[x]" />
<short value="Comments about the diagnostic report." />
<definition value="May include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation." />
</element>
<element id="DiagnosticReport.extension:supportingInfoR5">
<path value="DiagnosticReport.extension" />
<sliceName value="supportingInfoR5" />
<short value="Additional info supporting the diagnostic report. This is a R5 backport." />
<min value="0" />
<type>
<code value="Extension" />
<profile value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo" />
</type>
<isModifier value="false" />
</element>
<element id="DiagnosticReport.extension:supportingInfoR5.extension">
<path value="DiagnosticReport.extension.extension" />
<min value="2" />
</element>
<element id="DiagnosticReport.status">
<path value="DiagnosticReport.status" />
<mustSupport value="true" />
</element>
</element>
<element id="DiagnosticReport.category">
<path value="DiagnosticReport.category" />
<slicing>
Expand Down Expand Up @@ -172,4 +161,4 @@
</binding>
</element>
</differential>
</StructureDefinition>
</StructureDefinition>
5 changes: 4 additions & 1 deletion structuredefinitions/UKCore-DiagnosticReport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,16 @@
<path value="DiagnosticReport.extension" />
<sliceName value="supportingInfoR5" />
<short value="Additional info supporting the diagnostic report. This is a R5 backport." />
<min value="0" />
<type>
<code value="Extension" />
<profile value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo" />
</type>
<isModifier value="false" />
</element>
<element id="DiagnosticReport.extension:supportingInfoR5.extension">
<path value="DiagnosticReport.extension.extension" />
<min value="2" />
</element>
<element id="DiagnosticReport.status">
<path value="DiagnosticReport.status" />
<mustSupport value="true" />
Expand Down
4 changes: 0 additions & 4 deletions structuredefinitions/UKCore-ServiceRequest-Lab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
<path value="ServiceRequest.subject" />
<mustSupport value="true" />
</element>
<element id="ServiceRequest.authoredOn">
<path value="ServiceRequest.authoredOn" />
<mustSupport value="true" />
</element>
<element id="ServiceRequest.requester">
<path value="ServiceRequest.requester" />
<mustSupport value="true" />
Expand Down

0 comments on commit e2b5d0d

Please sign in to comment.