File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
HealthInsights.TrialMatcher
data-plane/HealthInsights/stable/2024-04-01 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 """ )
6060model Extension extends Element {
6161 @ doc ("Source of the definition for the extension code - a logical name or a URL." )
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 982982 },
983983 "Fhir.R4.Extension" : {
984984 "type" : " object" ,
985- "description" : " Base for all elements\n Based on [FHIR Element](https://www.hl7.org/fhir/datatypes .html#Element )" ,
985+ "description" : " Base for all elements\n Based on [FHIR Element](https://www.hl7.org/fhir/R4/element .html)" ,
986986 "properties" : {
987987 "url" : {
988988 "$ref" : " #/definitions/Fhir.R4.fhirUri" ,
You can’t perform that action at this time.
0 commit comments