Skip to content

Commit 053f21f

Browse files
fix docs creating bad docstrings in healthinsights (#29557)
* fix docs creating bad docstrings in healthinsights * fix ci
1 parent 3aef2f9 commit 053f21f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/ai/HealthInsights/HealthInsights.Common/model.common.fhir.elements.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ alias value_x = {
5555
#suppress "@azure-tools/typespec-azure-core/composition-over-inheritance" "Keep is much as close to FHIR Spec"
5656
@doc("""
5757
Base for all elements
58-
Based on [FHIR Element](https://www.hl7.org/fhir/datatypes.html#Element)
58+
Based on [FHIR Element](https://www.hl7.org/fhir/R4/element.html)
5959
""")
6060
model Extension extends Element {
6161
@doc("Source of the definition for the extension code - a logical name or a URL.")

specification/ai/HealthInsights/HealthInsights.TrialMatcher/model.trialmatcher.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ model TrialMatcherModelConfiguration {
2020
...ModelConfiguration;
2121

2222
@doc("""
23-
The clinical trials that the patient(s) should be matched to. <br />The trial
23+
The clinical trials that the patient(s) should be matched to. The trial
2424
selection can be given as a list of custom clinical trials and/or a list of
2525
filters to known clinical trial registries. In case both are given, the
2626
resulting trial set is a union of the two sets.

specification/ai/data-plane/HealthInsights/stable/2024-04-01/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
},
983983
"Fhir.R4.Extension": {
984984
"type": "object",
985-
"description": "Base for all elements\nBased on [FHIR Element](https://www.hl7.org/fhir/datatypes.html#Element)",
985+
"description": "Base for all elements\nBased on [FHIR Element](https://www.hl7.org/fhir/R4/element.html)",
986986
"properties": {
987987
"url": {
988988
"$ref": "#/definitions/Fhir.R4.fhirUri",

0 commit comments

Comments
 (0)