@azure-rest/health-insights-radiologyinsights 2.0.0-alpha.20250612.1 → 2.0.0-alpha.20250616.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/health-insights-radiologyinsights",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "2.0.0-alpha.
|
|
5
|
+
"version": "2.0.0-alpha.20250616.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Radiology Insights Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -29,7 +29,7 @@ export interface AgeMismatchInferenceOutput extends RadiologyInsightsInferenceOu
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
// @public
|
|
32
|
-
export interface Annotation extends
|
|
32
|
+
export interface Annotation extends Element {
|
|
33
33
|
authorString?: string;
|
|
34
34
|
text: string;
|
|
35
35
|
time?: string;
|
|
@@ -71,7 +71,7 @@ export type ClinicalDocumentType = string;
|
|
|
71
71
|
export type ClinicalDocumentTypeOutput = string;
|
|
72
72
|
|
|
73
73
|
// @public
|
|
74
|
-
export interface CodeableConcept extends
|
|
74
|
+
export interface CodeableConcept extends Element {
|
|
75
75
|
coding?: Array<Coding>;
|
|
76
76
|
text?: string;
|
|
77
77
|
}
|
|
@@ -83,7 +83,7 @@ export interface CodeableConceptOutput extends ElementOutput {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
// @public
|
|
86
|
-
export interface Coding extends
|
|
86
|
+
export interface Coding extends Element {
|
|
87
87
|
code?: string;
|
|
88
88
|
display?: string;
|
|
89
89
|
system?: string;
|
|
@@ -119,7 +119,7 @@ export interface Condition extends DomainResourceParent {
|
|
|
119
119
|
abatementAge?: Quantity;
|
|
120
120
|
abatementDateTime?: string;
|
|
121
121
|
abatementPeriod?: Period;
|
|
122
|
-
abatementRange?:
|
|
122
|
+
abatementRange?: Range;
|
|
123
123
|
abatementString?: string;
|
|
124
124
|
bodySite?: Array<CodeableConcept>;
|
|
125
125
|
category?: Array<CodeableConcept>;
|
|
@@ -131,7 +131,7 @@ export interface Condition extends DomainResourceParent {
|
|
|
131
131
|
onsetAge?: Quantity;
|
|
132
132
|
onsetDateTime?: string;
|
|
133
133
|
onsetPeriod?: Period;
|
|
134
|
-
onsetRange?:
|
|
134
|
+
onsetRange?: Range;
|
|
135
135
|
onsetString?: string;
|
|
136
136
|
recordedDate?: string;
|
|
137
137
|
resourceType: "Condition";
|
|
@@ -179,7 +179,7 @@ export interface ConditionStageOutput {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
// @public
|
|
182
|
-
export interface ContactDetail extends
|
|
182
|
+
export interface ContactDetail extends Element {
|
|
183
183
|
name?: string;
|
|
184
184
|
telecom?: Array<ContactPoint>;
|
|
185
185
|
}
|
|
@@ -361,8 +361,7 @@ export type DocumentContentSourceType = string;
|
|
|
361
361
|
export type DocumentContentSourceTypeOutput = string;
|
|
362
362
|
|
|
363
363
|
// @public
|
|
364
|
-
type
|
|
365
|
-
export { DocumentType_2 as DocumentType }
|
|
364
|
+
export type DocumentType = string;
|
|
366
365
|
|
|
367
366
|
// @public
|
|
368
367
|
export type DocumentTypeOutput = string;
|
|
@@ -392,11 +391,10 @@ export interface DomainResourceParent extends Resource {
|
|
|
392
391
|
}
|
|
393
392
|
|
|
394
393
|
// @public
|
|
395
|
-
interface
|
|
394
|
+
export interface Element {
|
|
396
395
|
extension?: Array<Extension>;
|
|
397
396
|
id?: string;
|
|
398
397
|
}
|
|
399
|
-
export { Element_2 as Element }
|
|
400
398
|
|
|
401
399
|
// @public
|
|
402
400
|
export interface ElementOutput {
|
|
@@ -411,7 +409,7 @@ export type EncounterClass = string;
|
|
|
411
409
|
export type EncounterClassOutput = string;
|
|
412
410
|
|
|
413
411
|
// @public
|
|
414
|
-
export interface Extension extends
|
|
412
|
+
export interface Extension extends Element {
|
|
415
413
|
url: string;
|
|
416
414
|
valueBoolean?: boolean;
|
|
417
415
|
valueCodeableConcept?: CodeableConcept;
|
|
@@ -419,7 +417,7 @@ export interface Extension extends Element_2 {
|
|
|
419
417
|
valueInteger?: number;
|
|
420
418
|
valuePeriod?: Period;
|
|
421
419
|
valueQuantity?: Quantity;
|
|
422
|
-
valueRange?:
|
|
420
|
+
valueRange?: Range;
|
|
423
421
|
valueRatio?: Ratio;
|
|
424
422
|
valueReference?: Reference;
|
|
425
423
|
valueSampledData?: SampledData;
|
|
@@ -635,7 +633,7 @@ export interface HealthInsightsErrorResponseOutput {
|
|
|
635
633
|
}
|
|
636
634
|
|
|
637
635
|
// @public
|
|
638
|
-
export interface Identifier extends
|
|
636
|
+
export interface Identifier extends Element {
|
|
639
637
|
assigner?: Reference;
|
|
640
638
|
period?: Period;
|
|
641
639
|
system?: string;
|
|
@@ -761,7 +759,7 @@ export interface MetaOutput {
|
|
|
761
759
|
}
|
|
762
760
|
|
|
763
761
|
// @public
|
|
764
|
-
export interface Narrative extends
|
|
762
|
+
export interface Narrative extends Element {
|
|
765
763
|
div: string;
|
|
766
764
|
status: string;
|
|
767
765
|
}
|
|
@@ -800,7 +798,7 @@ export interface Observation extends DomainResourceParent {
|
|
|
800
798
|
valueInteger?: number;
|
|
801
799
|
valuePeriod?: Period;
|
|
802
800
|
valueQuantity?: Quantity;
|
|
803
|
-
valueRange?:
|
|
801
|
+
valueRange?: Range;
|
|
804
802
|
valueRatio?: Ratio;
|
|
805
803
|
valueSampledData?: SampledData;
|
|
806
804
|
valueString?: string;
|
|
@@ -808,7 +806,7 @@ export interface Observation extends DomainResourceParent {
|
|
|
808
806
|
}
|
|
809
807
|
|
|
810
808
|
// @public
|
|
811
|
-
export interface ObservationComponent extends
|
|
809
|
+
export interface ObservationComponent extends Element {
|
|
812
810
|
code: CodeableConcept;
|
|
813
811
|
dataAbsentReason?: CodeableConcept;
|
|
814
812
|
interpretation?: Array<CodeableConcept>;
|
|
@@ -819,7 +817,7 @@ export interface ObservationComponent extends Element_2 {
|
|
|
819
817
|
valueInteger?: number;
|
|
820
818
|
valuePeriod?: Period;
|
|
821
819
|
valueQuantity?: Quantity;
|
|
822
|
-
valueRange?:
|
|
820
|
+
valueRange?: Range;
|
|
823
821
|
valueRatio?: Ratio;
|
|
824
822
|
valueReference?: Reference;
|
|
825
823
|
valueSampledData?: SampledData;
|
|
@@ -884,7 +882,7 @@ export interface ObservationOutput extends DomainResourceOutputParent {
|
|
|
884
882
|
|
|
885
883
|
// @public
|
|
886
884
|
export interface ObservationReferenceRange {
|
|
887
|
-
age?:
|
|
885
|
+
age?: Range;
|
|
888
886
|
appliesTo?: Array<CodeableConcept>;
|
|
889
887
|
high?: Quantity;
|
|
890
888
|
low?: Quantity;
|
|
@@ -946,7 +944,7 @@ export interface PatientDocument {
|
|
|
946
944
|
id: string;
|
|
947
945
|
language?: string;
|
|
948
946
|
specialtyType?: SpecialtyType;
|
|
949
|
-
type:
|
|
947
|
+
type: DocumentType;
|
|
950
948
|
}
|
|
951
949
|
|
|
952
950
|
// @public
|
|
@@ -999,7 +997,7 @@ export type PatientSex = string;
|
|
|
999
997
|
export type PatientSexOutput = string;
|
|
1000
998
|
|
|
1001
999
|
// @public
|
|
1002
|
-
export interface Period extends
|
|
1000
|
+
export interface Period extends Element {
|
|
1003
1001
|
end?: string;
|
|
1004
1002
|
start?: string;
|
|
1005
1003
|
}
|
|
@@ -1085,7 +1083,7 @@ export type QualityMeasureType = string;
|
|
|
1085
1083
|
export type QualityMeasureTypeOutput = string;
|
|
1086
1084
|
|
|
1087
1085
|
// @public
|
|
1088
|
-
export interface Quantity extends
|
|
1086
|
+
export interface Quantity extends Element {
|
|
1089
1087
|
code?: string;
|
|
1090
1088
|
comparator?: string;
|
|
1091
1089
|
system?: string;
|
|
@@ -1242,11 +1240,10 @@ export interface RadiologyProcedureInferenceOutput extends RadiologyInsightsInfe
|
|
|
1242
1240
|
}
|
|
1243
1241
|
|
|
1244
1242
|
// @public
|
|
1245
|
-
interface
|
|
1243
|
+
export interface Range extends Element {
|
|
1246
1244
|
high?: Quantity;
|
|
1247
1245
|
low?: Quantity;
|
|
1248
1246
|
}
|
|
1249
|
-
export { Range_2 as Range }
|
|
1250
1247
|
|
|
1251
1248
|
// @public
|
|
1252
1249
|
export interface RangeOutput extends ElementOutput {
|
|
@@ -1255,7 +1252,7 @@ export interface RangeOutput extends ElementOutput {
|
|
|
1255
1252
|
}
|
|
1256
1253
|
|
|
1257
1254
|
// @public
|
|
1258
|
-
export interface Ratio extends
|
|
1255
|
+
export interface Ratio extends Element {
|
|
1259
1256
|
denominator?: Quantity;
|
|
1260
1257
|
numerator?: Quantity;
|
|
1261
1258
|
}
|
|
@@ -1289,7 +1286,7 @@ export type RecommendationFindingStatusType = string;
|
|
|
1289
1286
|
export type RecommendationFindingStatusTypeOutput = string;
|
|
1290
1287
|
|
|
1291
1288
|
// @public
|
|
1292
|
-
export interface Reference extends
|
|
1289
|
+
export interface Reference extends Element {
|
|
1293
1290
|
display?: string;
|
|
1294
1291
|
identifier?: Identifier;
|
|
1295
1292
|
reference?: string;
|
|
@@ -1404,7 +1401,7 @@ export interface Routes {
|
|
|
1404
1401
|
}
|
|
1405
1402
|
|
|
1406
1403
|
// @public
|
|
1407
|
-
export interface SampledData extends
|
|
1404
|
+
export interface SampledData extends Element {
|
|
1408
1405
|
data?: string;
|
|
1409
1406
|
dimensions: number;
|
|
1410
1407
|
factor?: number;
|