@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20241125.1 → 1.0.0-alpha.20241126.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.
Files changed (249) hide show
  1. package/{types/src → dist/browser}/azureHealthInsightsClient.d.ts +1 -1
  2. package/{types/src → dist/browser}/azureHealthInsightsClient.d.ts.map +1 -1
  3. package/{dist-esm/src → dist/browser}/azureHealthInsightsClient.js +1 -1
  4. package/dist/browser/azureHealthInsightsClient.js.map +1 -0
  5. package/{types/src → dist/browser}/clientDefinitions.d.ts +2 -2
  6. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/index.d.ts +12 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +15 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/{types/src → dist/browser}/isUnexpected.d.ts +1 -1
  13. package/dist/browser/isUnexpected.d.ts.map +1 -0
  14. package/dist/browser/isUnexpected.js.map +1 -0
  15. package/dist/browser/package.json +3 -0
  16. package/{types/src → dist/browser}/parameters.d.ts +1 -1
  17. package/{types/src → dist/browser}/parameters.d.ts.map +1 -1
  18. package/dist/browser/parameters.js.map +1 -0
  19. package/{types/src → dist/browser}/pollingHelper.d.ts +1 -1
  20. package/{types/src → dist/browser}/pollingHelper.d.ts.map +1 -1
  21. package/dist/browser/pollingHelper.js.map +1 -0
  22. package/{types/src → dist/browser}/responses.d.ts +1 -1
  23. package/dist/browser/responses.d.ts.map +1 -0
  24. package/dist/browser/responses.js.map +1 -0
  25. package/dist/commonjs/azureHealthInsightsClient.d.ts +11 -0
  26. package/dist/commonjs/azureHealthInsightsClient.d.ts.map +1 -0
  27. package/dist/commonjs/azureHealthInsightsClient.js +33 -0
  28. package/dist/commonjs/azureHealthInsightsClient.js.map +1 -0
  29. package/dist/commonjs/clientDefinitions.d.ts +21 -0
  30. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  31. package/dist/commonjs/clientDefinitions.js +5 -0
  32. package/dist/commonjs/clientDefinitions.js.map +1 -0
  33. package/dist/commonjs/index.d.ts +12 -0
  34. package/dist/commonjs/index.d.ts.map +1 -0
  35. package/dist/commonjs/index.js +18 -0
  36. package/dist/commonjs/index.js.map +1 -0
  37. package/dist/commonjs/isUnexpected.d.ts +6 -0
  38. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  39. package/dist/commonjs/isUnexpected.js +75 -0
  40. package/dist/commonjs/isUnexpected.js.map +1 -0
  41. package/dist/commonjs/logger.d.ts +2 -0
  42. package/dist/commonjs/logger.d.ts.map +1 -0
  43. package/dist/commonjs/logger.js +8 -0
  44. package/dist/commonjs/logger.js.map +1 -0
  45. package/dist/commonjs/models.d.ts +909 -0
  46. package/dist/commonjs/models.d.ts.map +1 -0
  47. package/dist/commonjs/models.js +25 -0
  48. package/dist/commonjs/models.js.map +1 -0
  49. package/dist/commonjs/outputModels.d.ts +936 -0
  50. package/dist/commonjs/outputModels.d.ts.map +1 -0
  51. package/dist/commonjs/outputModels.js +26 -0
  52. package/dist/commonjs/outputModels.js.map +1 -0
  53. package/dist/commonjs/package.json +3 -0
  54. package/dist/commonjs/parameters.d.ts +32 -0
  55. package/dist/commonjs/parameters.d.ts.map +1 -0
  56. package/dist/commonjs/parameters.js +5 -0
  57. package/dist/commonjs/parameters.js.map +1 -0
  58. package/dist/commonjs/pollingHelper.d.ts +12 -0
  59. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  60. package/dist/commonjs/pollingHelper.js +46 -0
  61. package/dist/commonjs/pollingHelper.js.map +1 -0
  62. package/dist/commonjs/responses.d.ts +91 -0
  63. package/dist/commonjs/responses.d.ts.map +1 -0
  64. package/dist/commonjs/responses.js +5 -0
  65. package/dist/commonjs/responses.js.map +1 -0
  66. package/dist/commonjs/serializeHelper.d.ts +3 -0
  67. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  68. package/dist/commonjs/serializeHelper.js +17 -0
  69. package/dist/commonjs/serializeHelper.js.map +1 -0
  70. package/dist/esm/azureHealthInsightsClient.d.ts +11 -0
  71. package/dist/esm/azureHealthInsightsClient.d.ts.map +1 -0
  72. package/dist/esm/azureHealthInsightsClient.js +30 -0
  73. package/dist/esm/azureHealthInsightsClient.js.map +1 -0
  74. package/dist/esm/clientDefinitions.d.ts +21 -0
  75. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  76. package/dist/esm/clientDefinitions.js +4 -0
  77. package/dist/esm/clientDefinitions.js.map +1 -0
  78. package/dist/esm/index.d.ts +12 -0
  79. package/dist/esm/index.d.ts.map +1 -0
  80. package/dist/esm/index.js +15 -0
  81. package/dist/esm/index.js.map +1 -0
  82. package/dist/esm/isUnexpected.d.ts +6 -0
  83. package/dist/esm/isUnexpected.d.ts.map +1 -0
  84. package/dist/esm/isUnexpected.js +72 -0
  85. package/dist/esm/isUnexpected.js.map +1 -0
  86. package/dist/esm/logger.d.ts +2 -0
  87. package/dist/esm/logger.d.ts.map +1 -0
  88. package/dist/esm/logger.js +5 -0
  89. package/dist/esm/logger.js.map +1 -0
  90. package/dist/esm/models.d.ts +909 -0
  91. package/dist/esm/models.d.ts.map +1 -0
  92. package/dist/esm/models.js +22 -0
  93. package/dist/esm/models.js.map +1 -0
  94. package/dist/esm/outputModels.d.ts +936 -0
  95. package/dist/esm/outputModels.d.ts.map +1 -0
  96. package/dist/esm/outputModels.js +23 -0
  97. package/dist/esm/outputModels.js.map +1 -0
  98. package/dist/esm/package.json +3 -0
  99. package/dist/esm/parameters.d.ts +32 -0
  100. package/dist/esm/parameters.d.ts.map +1 -0
  101. package/dist/esm/parameters.js +4 -0
  102. package/dist/esm/parameters.js.map +1 -0
  103. package/dist/esm/pollingHelper.d.ts +12 -0
  104. package/dist/esm/pollingHelper.d.ts.map +1 -0
  105. package/dist/esm/pollingHelper.js +43 -0
  106. package/dist/esm/pollingHelper.js.map +1 -0
  107. package/dist/esm/responses.d.ts +91 -0
  108. package/dist/esm/responses.d.ts.map +1 -0
  109. package/dist/esm/responses.js +4 -0
  110. package/dist/esm/responses.js.map +1 -0
  111. package/dist/esm/serializeHelper.d.ts +3 -0
  112. package/dist/esm/serializeHelper.d.ts.map +1 -0
  113. package/dist/esm/serializeHelper.js +14 -0
  114. package/dist/esm/serializeHelper.js.map +1 -0
  115. package/dist/react-native/azureHealthInsightsClient.d.ts +11 -0
  116. package/dist/react-native/azureHealthInsightsClient.d.ts.map +1 -0
  117. package/dist/react-native/azureHealthInsightsClient.js +30 -0
  118. package/dist/react-native/azureHealthInsightsClient.js.map +1 -0
  119. package/dist/react-native/clientDefinitions.d.ts +21 -0
  120. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  121. package/dist/react-native/clientDefinitions.js +4 -0
  122. package/dist/react-native/clientDefinitions.js.map +1 -0
  123. package/dist/react-native/index.d.ts +12 -0
  124. package/dist/react-native/index.d.ts.map +1 -0
  125. package/dist/react-native/index.js +15 -0
  126. package/dist/react-native/index.js.map +1 -0
  127. package/dist/react-native/isUnexpected.d.ts +6 -0
  128. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  129. package/dist/react-native/isUnexpected.js +72 -0
  130. package/dist/react-native/isUnexpected.js.map +1 -0
  131. package/dist/react-native/logger.d.ts +2 -0
  132. package/dist/react-native/logger.d.ts.map +1 -0
  133. package/dist/react-native/logger.js +5 -0
  134. package/dist/react-native/logger.js.map +1 -0
  135. package/dist/react-native/models.d.ts +909 -0
  136. package/dist/react-native/models.d.ts.map +1 -0
  137. package/dist/react-native/models.js +22 -0
  138. package/dist/react-native/models.js.map +1 -0
  139. package/dist/react-native/outputModels.d.ts +936 -0
  140. package/dist/react-native/outputModels.d.ts.map +1 -0
  141. package/dist/react-native/outputModels.js +23 -0
  142. package/dist/react-native/outputModels.js.map +1 -0
  143. package/dist/react-native/package.json +3 -0
  144. package/dist/react-native/parameters.d.ts +32 -0
  145. package/dist/react-native/parameters.d.ts.map +1 -0
  146. package/dist/react-native/parameters.js +4 -0
  147. package/dist/react-native/parameters.js.map +1 -0
  148. package/dist/react-native/pollingHelper.d.ts +12 -0
  149. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  150. package/dist/react-native/pollingHelper.js +43 -0
  151. package/dist/react-native/pollingHelper.js.map +1 -0
  152. package/dist/react-native/responses.d.ts +91 -0
  153. package/dist/react-native/responses.d.ts.map +1 -0
  154. package/dist/react-native/responses.js +4 -0
  155. package/dist/react-native/responses.js.map +1 -0
  156. package/dist/react-native/serializeHelper.d.ts +3 -0
  157. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  158. package/dist/react-native/serializeHelper.js +14 -0
  159. package/dist/react-native/serializeHelper.js.map +1 -0
  160. package/package.json +65 -45
  161. package/dist/index.js +0 -221
  162. package/dist/index.js.map +0 -1
  163. package/dist-esm/src/azureHealthInsightsClient.js.map +0 -1
  164. package/dist-esm/src/clientDefinitions.js.map +0 -1
  165. package/dist-esm/src/index.js +0 -14
  166. package/dist-esm/src/index.js.map +0 -1
  167. package/dist-esm/src/isUnexpected.js.map +0 -1
  168. package/dist-esm/src/parameters.js.map +0 -1
  169. package/dist-esm/src/pollingHelper.js.map +0 -1
  170. package/dist-esm/src/responses.js.map +0 -1
  171. package/review/health-insights-radiologyinsights.api.md +0 -1358
  172. package/types/samples-dev/sample_age_mismatch_inference_async.d.ts +0 -2
  173. package/types/samples-dev/sample_age_mismatch_inference_async.d.ts.map +0 -1
  174. package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts +0 -2
  175. package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts.map +0 -1
  176. package/types/samples-dev/sample_critical_result_inference_async.d.ts +0 -2
  177. package/types/samples-dev/sample_critical_result_inference_async.d.ts.map +0 -1
  178. package/types/samples-dev/sample_critical_result_managed_identity.d.ts +0 -2
  179. package/types/samples-dev/sample_critical_result_managed_identity.d.ts.map +0 -1
  180. package/types/samples-dev/sample_finding_inference_async.d.ts +0 -2
  181. package/types/samples-dev/sample_finding_inference_async.d.ts.map +0 -1
  182. package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts +0 -2
  183. package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts.map +0 -1
  184. package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts +0 -2
  185. package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts.map +0 -1
  186. package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts +0 -2
  187. package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts.map +0 -1
  188. package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts +0 -2
  189. package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts.map +0 -1
  190. package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts +0 -2
  191. package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts.map +0 -1
  192. package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts +0 -2
  193. package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts.map +0 -1
  194. package/types/src/clientDefinitions.d.ts.map +0 -1
  195. package/types/src/index.d.ts +0 -12
  196. package/types/src/index.d.ts.map +0 -1
  197. package/types/src/isUnexpected.d.ts.map +0 -1
  198. package/types/src/responses.d.ts.map +0 -1
  199. package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts +0 -2
  200. package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts.map +0 -1
  201. package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts +0 -2
  202. package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
  203. package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts +0 -2
  204. package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts.map +0 -1
  205. package/types/test/public/SampleFindingInferenceAsync.spec.d.ts +0 -2
  206. package/types/test/public/SampleFindingInferenceAsync.spec.d.ts.map +0 -1
  207. package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts +0 -2
  208. package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts.map +0 -1
  209. package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts +0 -2
  210. package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts.map +0 -1
  211. package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts +0 -2
  212. package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
  213. package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts +0 -2
  214. package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
  215. package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts +0 -2
  216. package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts.map +0 -1
  217. package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts +0 -2
  218. package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts.map +0 -1
  219. package/types/test/public/Test_RadiologyInsights_async.spec.d.ts +0 -2
  220. package/types/test/public/Test_RadiologyInsights_async.spec.d.ts.map +0 -1
  221. package/types/test/public/utils/env.browser.d.ts +0 -1
  222. package/types/test/public/utils/env.browser.d.ts.map +0 -1
  223. package/types/test/public/utils/env.d.ts +0 -2
  224. package/types/test/public/utils/env.d.ts.map +0 -1
  225. package/types/test/public/utils/recordedClient.d.ts +0 -13
  226. package/types/test/public/utils/recordedClient.d.ts.map +0 -1
  227. /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
  228. /package/{dist-esm/src → dist/browser}/isUnexpected.js +0 -0
  229. /package/{types/src → dist/browser}/logger.d.ts +0 -0
  230. /package/{types/src → dist/browser}/logger.d.ts.map +0 -0
  231. /package/{dist-esm/src → dist/browser}/logger.js +0 -0
  232. /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
  233. /package/{types/src → dist/browser}/models.d.ts +0 -0
  234. /package/{types/src → dist/browser}/models.d.ts.map +0 -0
  235. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  236. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
  237. /package/{types/src → dist/browser}/outputModels.d.ts +0 -0
  238. /package/{types/src → dist/browser}/outputModels.d.ts.map +0 -0
  239. /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
  240. /package/{dist-esm/src → dist/browser}/outputModels.js.map +0 -0
  241. /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
  242. /package/{dist-esm/src → dist/browser}/pollingHelper.js +0 -0
  243. /package/{dist-esm/src → dist/browser}/responses.js +0 -0
  244. /package/{types/src → dist/browser}/serializeHelper.d.ts +0 -0
  245. /package/{types/src → dist/browser}/serializeHelper.d.ts.map +0 -0
  246. /package/{dist-esm/src → dist/browser}/serializeHelper.js +0 -0
  247. /package/{dist-esm/src → dist/browser}/serializeHelper.js.map +0 -0
  248. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
  249. /package/{types → dist}/health-insights-radiologyinsights-rest.d.ts +0 -0
@@ -1,1358 +0,0 @@
1
- ## API Report File for "@azure-rest/health-insights-radiologyinsights"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import type { Client } from '@azure-rest/core-client';
8
- import type { ClientOptions } from '@azure-rest/core-client';
9
- import type { CreateHttpPollerOptions } from '@azure/core-lro';
10
- import type { ErrorModel } from '@azure-rest/core-client';
11
- import type { HttpResponse } from '@azure-rest/core-client';
12
- import type { OperationState } from '@azure/core-lro';
13
- import type { RawHttpHeaders } from '@azure/core-rest-pipeline';
14
- import type { RequestParameters } from '@azure-rest/core-client';
15
- import type { SimplePollerLike } from '@azure/core-lro';
16
- import type { StreamableMethod } from '@azure-rest/core-client';
17
- import type { TokenCredential } from '@azure/core-auth';
18
-
19
- // @public
20
- export interface AgeMismatchInference extends RadiologyInsightsInferenceParent {
21
- kind: "ageMismatch";
22
- }
23
-
24
- // @public
25
- export interface AgeMismatchInferenceOutput extends RadiologyInsightsInferenceOutputParent {
26
- kind: "ageMismatch";
27
- }
28
-
29
- // @public
30
- export interface Annotation extends Element {
31
- authorString?: string;
32
- text: string;
33
- time?: string;
34
- }
35
-
36
- // @public
37
- export interface AnnotationOutput extends ElementOutput {
38
- authorString?: string;
39
- text: string;
40
- time?: string;
41
- }
42
-
43
- // @public
44
- export type AzureHealthInsightsClient = Client & {
45
- path: Routes;
46
- };
47
-
48
- // @public
49
- export function buildMultiCollection(items: string[], parameterName: string): string;
50
-
51
- // @public
52
- export type ClinicalDocumentType = ClinicalDocumentTypeEnum;
53
-
54
- // @public
55
- export enum ClinicalDocumentTypeEnum {
56
- Consultation = "consultation",
57
- DischargeSummary = "dischargeSummary",
58
- HistoryAndPhysical = "historyAndPhysical",
59
- Laboratory = "laboratory",
60
- Procedure = "procedure",
61
- Progress = "progress",
62
- RadiologyReport = "radiologyReport"
63
- }
64
-
65
- // @public
66
- export type ClinicalDocumentTypeOutput = ClinicalDocumentTypeOutputEnum;
67
-
68
- // @public
69
- export enum ClinicalDocumentTypeOutputEnum {
70
- Consultation = "consultation",
71
- DischargeSummary = "dischargeSummary",
72
- HistoryAndPhysical = "historyAndPhysical",
73
- Laboratory = "laboratory",
74
- Procedure = "procedure",
75
- Progress = "progress",
76
- RadiologyReport = "radiologyReport"
77
- }
78
-
79
- // @public
80
- export interface CodeableConcept extends Element {
81
- coding?: Array<Coding>;
82
- text?: string;
83
- }
84
-
85
- // @public
86
- export interface CodeableConceptOutput extends ElementOutput {
87
- coding?: Array<CodingOutput>;
88
- text?: string;
89
- }
90
-
91
- // @public
92
- export interface Coding extends Element {
93
- code?: string;
94
- display?: string;
95
- system?: string;
96
- version?: string;
97
- }
98
-
99
- // @public
100
- export interface CodingOutput extends ElementOutput {
101
- code?: string;
102
- display?: string;
103
- system?: string;
104
- version?: string;
105
- }
106
-
107
- // @public
108
- export interface CompleteOrderDiscrepancyInference extends RadiologyInsightsInferenceParent {
109
- kind: "completeOrderDiscrepancy";
110
- missingBodyPartMeasurements?: Array<CodeableConcept>;
111
- missingBodyParts?: Array<CodeableConcept>;
112
- orderType: CodeableConcept;
113
- }
114
-
115
- // @public
116
- export interface CompleteOrderDiscrepancyInferenceOutput extends RadiologyInsightsInferenceOutputParent {
117
- kind: "completeOrderDiscrepancy";
118
- missingBodyPartMeasurements?: Array<CodeableConceptOutput>;
119
- missingBodyParts?: Array<CodeableConceptOutput>;
120
- orderType: CodeableConceptOutput;
121
- }
122
-
123
- // @public
124
- export interface Condition extends DomainResourceParent {
125
- abatementAge?: Quantity;
126
- abatementDateTime?: string;
127
- abatementPeriod?: Period;
128
- abatementRange?: Range;
129
- abatementString?: string;
130
- bodySite?: Array<CodeableConcept>;
131
- category?: Array<CodeableConcept>;
132
- clinicalStatus?: CodeableConcept;
133
- code?: CodeableConcept;
134
- encounter?: Reference;
135
- identifier?: Array<Identifier>;
136
- note?: Array<Annotation>;
137
- onsetAge?: Quantity;
138
- onsetDateTime?: string;
139
- onsetPeriod?: Period;
140
- onsetRange?: Range;
141
- onsetString?: string;
142
- recordedDate?: string;
143
- resourceType: "Condition";
144
- severity?: CodeableConcept;
145
- stage?: Array<ConditionStage>;
146
- verificationStatus?: CodeableConcept;
147
- }
148
-
149
- // @public
150
- export interface ConditionOutput extends DomainResourceOutputParent {
151
- abatementAge?: QuantityOutput;
152
- abatementDateTime?: string;
153
- abatementPeriod?: PeriodOutput;
154
- abatementRange?: RangeOutput;
155
- abatementString?: string;
156
- bodySite?: Array<CodeableConceptOutput>;
157
- category?: Array<CodeableConceptOutput>;
158
- clinicalStatus?: CodeableConceptOutput;
159
- code?: CodeableConceptOutput;
160
- encounter?: ReferenceOutput;
161
- identifier?: Array<IdentifierOutput>;
162
- note?: Array<AnnotationOutput>;
163
- onsetAge?: QuantityOutput;
164
- onsetDateTime?: string;
165
- onsetPeriod?: PeriodOutput;
166
- onsetRange?: RangeOutput;
167
- onsetString?: string;
168
- recordedDate?: string;
169
- resourceType: "Condition";
170
- severity?: CodeableConceptOutput;
171
- stage?: Array<ConditionStageOutput>;
172
- verificationStatus?: CodeableConceptOutput;
173
- }
174
-
175
- // @public
176
- export interface ConditionStage {
177
- summary?: CodeableConcept;
178
- type?: CodeableConcept;
179
- }
180
-
181
- // @public
182
- export interface ConditionStageOutput {
183
- summary?: CodeableConceptOutput;
184
- type?: CodeableConceptOutput;
185
- }
186
-
187
- // @public
188
- export interface ContactDetail extends Element {
189
- name?: string;
190
- telecom?: Array<ContactPoint>;
191
- }
192
-
193
- // @public
194
- export interface ContactDetailOutput extends ElementOutput {
195
- name?: string;
196
- telecom?: Array<ContactPointOutput>;
197
- }
198
-
199
- // @public
200
- export interface ContactPoint {
201
- period?: Period;
202
- rank?: number;
203
- system?: ContactPointSystem;
204
- use?: ContactPointUse;
205
- value?: string;
206
- }
207
-
208
- // @public
209
- export interface ContactPointOutput {
210
- period?: PeriodOutput;
211
- rank?: number;
212
- system?: ContactPointSystemOutput;
213
- use?: ContactPointUseOutput;
214
- value?: string;
215
- }
216
-
217
- // @public
218
- export type ContactPointSystem = string | "phone" | "fax" | "email" | "pager" | "url" | "sms" | "other";
219
-
220
- // @public
221
- export type ContactPointSystemOutput = string | "phone" | "fax" | "email" | "pager" | "url" | "sms" | "other";
222
-
223
- // @public
224
- export type ContactPointUse = string | "home" | "work" | "temp" | "old" | "mobile";
225
-
226
- // @public
227
- export type ContactPointUseOutput = string | "home" | "work" | "temp" | "old" | "mobile";
228
-
229
- // @public
230
- function createClient(endpointParam: string, credentials: TokenCredential, options?: ClientOptions): AzureHealthInsightsClient;
231
- export default createClient;
232
-
233
- // @public
234
- export interface CreateJob200Headers {
235
- "operation-location": string;
236
- "x-ms-request-id"?: string;
237
- }
238
-
239
- // @public
240
- export interface CreateJob200Response extends HttpResponse {
241
- body: RadiologyInsightsJobOutput;
242
- headers: RawHttpHeaders & CreateJob200Headers;
243
- status: "200";
244
- }
245
-
246
- // @public
247
- export interface CreateJob201Headers {
248
- "operation-location": string;
249
- "x-ms-request-id"?: string;
250
- }
251
-
252
- // @public
253
- export interface CreateJob201Response extends HttpResponse {
254
- body: RadiologyInsightsJobOutput;
255
- headers: RawHttpHeaders & CreateJob201Headers;
256
- status: "201";
257
- }
258
-
259
- // @public
260
- export interface CreateJobBodyParam {
261
- body: RadiologyInsightsJob;
262
- }
263
-
264
- // @public
265
- export interface CreateJobDefaultHeaders {
266
- "x-ms-error-code"?: string;
267
- "x-ms-request-id"?: string;
268
- }
269
-
270
- // @public
271
- export interface CreateJobDefaultResponse extends HttpResponse {
272
- body: HealthInsightsErrorResponseOutput;
273
- headers: RawHttpHeaders & CreateJobDefaultHeaders;
274
- status: string;
275
- }
276
-
277
- // @public
278
- export interface CreateJobLogicalResponse extends HttpResponse {
279
- body: RadiologyInsightsJobOutput;
280
- status: "200";
281
- }
282
-
283
- // @public
284
- export type CreateJobParameters = CreateJobQueryParam & CreateJobBodyParam & RequestParameters;
285
-
286
- // @public
287
- export interface CreateJobQueryParam {
288
- queryParameters?: CreateJobQueryParamProperties;
289
- }
290
-
291
- // @public
292
- export interface CreateJobQueryParamProperties {
293
- expand?: string;
294
- }
295
-
296
- // @public
297
- export interface CriticalResult {
298
- description: string;
299
- finding?: Observation;
300
- }
301
-
302
- // @public
303
- export interface CriticalResultInference extends RadiologyInsightsInferenceParent {
304
- kind: "criticalResult";
305
- result: CriticalResult;
306
- }
307
-
308
- // @public
309
- export interface CriticalResultInferenceOutput extends RadiologyInsightsInferenceOutputParent {
310
- kind: "criticalResult";
311
- result: CriticalResultOutput;
312
- }
313
-
314
- // @public
315
- export interface CriticalResultOutput {
316
- description: string;
317
- finding?: ObservationOutput;
318
- }
319
-
320
- // @public
321
- export interface DocumentAdministrativeMetadata {
322
- encounterId?: string;
323
- orderedProcedures?: Array<OrderedProcedure>;
324
- }
325
-
326
- // @public
327
- export interface DocumentAdministrativeMetadataOutput {
328
- encounterId?: string;
329
- orderedProcedures?: Array<OrderedProcedureOutput>;
330
- }
331
-
332
- // @public
333
- export interface DocumentAuthor {
334
- fullName?: string;
335
- id?: string;
336
- }
337
-
338
- // @public
339
- export interface DocumentAuthorOutput {
340
- fullName?: string;
341
- id?: string;
342
- }
343
-
344
- // @public
345
- export interface DocumentContent {
346
- sourceType: DocumentContentSourceType;
347
- value: string;
348
- }
349
-
350
- // @public
351
- export interface DocumentContentOutput {
352
- sourceType: DocumentContentSourceTypeOutput;
353
- value: string;
354
- }
355
-
356
- // @public
357
- export type DocumentContentSourceType = string | "inline" | "reference";
358
-
359
- // @public
360
- export type DocumentContentSourceTypeOutput = string | "inline" | "reference";
361
-
362
- // @public
363
- export type DocumentType = string | "note" | "fhirBundle" | "dicom" | "genomicSequencing";
364
-
365
- // @public
366
- export type DocumentTypeOutput = string | "note" | "fhirBundle" | "dicom" | "genomicSequencing";
367
-
368
- // @public
369
- export type DomainResource = DomainResourceParent | Observation | Condition | ResearchStudy;
370
-
371
- // @public
372
- export type DomainResourceOutput = DomainResourceOutputParent | ObservationOutput | ConditionOutput | ResearchStudyOutput;
373
-
374
- // @public
375
- export interface DomainResourceOutputParent extends ResourceOutput {
376
- contained?: Array<ResourceOutput>;
377
- extension?: Array<ExtensionOutput>;
378
- modifierExtension?: Array<ExtensionOutput>;
379
- resourceType: string;
380
- text?: NarrativeOutput;
381
- }
382
-
383
- // @public
384
- export interface DomainResourceParent extends Resource {
385
- contained?: Array<Resource>;
386
- extension?: Array<Extension>;
387
- modifierExtension?: Array<Extension>;
388
- resourceType: string;
389
- text?: Narrative;
390
- }
391
-
392
- // @public
393
- export interface Element {
394
- extension?: Array<Extension>;
395
- id?: string;
396
- }
397
-
398
- // @public
399
- export interface ElementOutput {
400
- extension?: Array<ExtensionOutput>;
401
- id?: string;
402
- }
403
-
404
- // @public
405
- export type EncounterClass = string | "inpatient" | "ambulatory" | "observation" | "emergency" | "virtual" | "healthHome";
406
-
407
- // @public
408
- export type EncounterClassOutput = string | "inpatient" | "ambulatory" | "observation" | "emergency" | "virtual" | "healthHome";
409
-
410
- // @public
411
- export interface Extension extends Element {
412
- url: string;
413
- valueBoolean?: boolean;
414
- valueCodeableConcept?: CodeableConcept;
415
- valueDateTime?: string;
416
- valueInteger?: number;
417
- valuePeriod?: Period;
418
- valueQuantity?: Quantity;
419
- valueRange?: Range;
420
- valueRatio?: Ratio;
421
- valueReference?: Reference;
422
- valueSampledData?: SampledData;
423
- valueString?: string;
424
- valueTime?: Date | string;
425
- }
426
-
427
- // @public
428
- export interface ExtensionOutput extends ElementOutput {
429
- url: string;
430
- valueBoolean?: boolean;
431
- valueCodeableConcept?: CodeableConceptOutput;
432
- valueDateTime?: string;
433
- valueInteger?: number;
434
- valuePeriod?: PeriodOutput;
435
- valueQuantity?: QuantityOutput;
436
- valueRange?: RangeOutput;
437
- valueRatio?: RatioOutput;
438
- valueReference?: ReferenceOutput;
439
- valueSampledData?: SampledDataOutput;
440
- valueString?: string;
441
- valueTime?: string;
442
- }
443
-
444
- // @public
445
- export interface FindingInference extends RadiologyInsightsInferenceParent {
446
- finding: Observation;
447
- kind: "finding";
448
- }
449
-
450
- // @public
451
- export interface FindingInferenceOutput extends RadiologyInsightsInferenceOutputParent {
452
- finding: ObservationOutput;
453
- kind: "finding";
454
- }
455
-
456
- // @public
457
- export interface FindingOptions {
458
- provideFocusedSentenceEvidence?: boolean;
459
- }
460
-
461
- // @public
462
- export interface FindingOptionsOutput {
463
- provideFocusedSentenceEvidence?: boolean;
464
- }
465
-
466
- // @public
467
- export interface FollowupCommunicationInference extends RadiologyInsightsInferenceParent {
468
- communicatedAt?: Date[] | string[];
469
- kind: "followupCommunication";
470
- recipient?: MedicalProfessionalType[];
471
- wasAcknowledged: boolean;
472
- }
473
-
474
- // @public
475
- export interface FollowupCommunicationInferenceOutput extends RadiologyInsightsInferenceOutputParent {
476
- communicatedAt?: string[];
477
- kind: "followupCommunication";
478
- recipient?: MedicalProfessionalTypeOutput[];
479
- wasAcknowledged: boolean;
480
- }
481
-
482
- // @public
483
- export interface FollowupRecommendationInference extends RadiologyInsightsInferenceParent {
484
- effectiveAt?: string;
485
- effectivePeriod?: Period;
486
- findings?: Array<RecommendationFinding>;
487
- isConditional: boolean;
488
- isGuideline: boolean;
489
- isHedging: boolean;
490
- isOption: boolean;
491
- kind: "followupRecommendation";
492
- recommendedProcedure: ProcedureRecommendation;
493
- }
494
-
495
- // @public
496
- export interface FollowupRecommendationInferenceOutput extends RadiologyInsightsInferenceOutputParent {
497
- effectiveAt?: string;
498
- effectivePeriod?: PeriodOutput;
499
- findings?: Array<RecommendationFindingOutput>;
500
- isConditional: boolean;
501
- isGuideline: boolean;
502
- isHedging: boolean;
503
- isOption: boolean;
504
- kind: "followupRecommendation";
505
- recommendedProcedure: ProcedureRecommendationOutput;
506
- }
507
-
508
- // @public
509
- export interface FollowupRecommendationOptions {
510
- includeRecommendationsInReferences?: boolean;
511
- includeRecommendationsWithNoSpecifiedModality?: boolean;
512
- provideFocusedSentenceEvidence?: boolean;
513
- }
514
-
515
- // @public
516
- export interface FollowupRecommendationOptionsOutput {
517
- includeRecommendationsInReferences?: boolean;
518
- includeRecommendationsWithNoSpecifiedModality?: boolean;
519
- provideFocusedSentenceEvidence?: boolean;
520
- }
521
-
522
- // @public
523
- export interface GenericProcedureRecommendation extends ProcedureRecommendationParent {
524
- code: CodeableConcept;
525
- description?: string;
526
- kind: "genericProcedureRecommendation";
527
- }
528
-
529
- // @public
530
- export interface GenericProcedureRecommendationOutput extends ProcedureRecommendationOutputParent {
531
- code: CodeableConceptOutput;
532
- description?: string;
533
- kind: "genericProcedureRecommendation";
534
- }
535
-
536
- // @public
537
- export interface GetJob {
538
- get(options?: GetJobParameters): StreamableMethod<GetJob200Response | GetJobDefaultResponse>;
539
- put(options: CreateJobParameters, requestOptions?: GetJobParameters): StreamableMethod<CreateJob200Response | CreateJob201Response | CreateJobDefaultResponse>;
540
- }
541
-
542
- // @public
543
- export interface GetJob200Headers {
544
- "retry-after"?: number;
545
- "x-ms-request-id"?: string;
546
- }
547
-
548
- // @public
549
- export interface GetJob200Response extends HttpResponse {
550
- body: RadiologyInsightsJobOutput;
551
- headers: RawHttpHeaders & GetJob200Headers;
552
- status: "200";
553
- }
554
-
555
- // @public
556
- export interface GetJobDefaultHeaders {
557
- "x-ms-error-code"?: string;
558
- "x-ms-request-id"?: string;
559
- }
560
-
561
- // @public
562
- export interface GetJobDefaultResponse extends HttpResponse {
563
- body: HealthInsightsErrorResponseOutput;
564
- headers: RawHttpHeaders & GetJobDefaultHeaders;
565
- status: string;
566
- }
567
-
568
- // @public
569
- export type GetJobParameters = GetJobQueryParam & RequestParameters;
570
-
571
- // @public
572
- export interface GetJobQueryParam {
573
- queryParameters?: GetJobQueryParamProperties;
574
- }
575
-
576
- // @public
577
- export interface GetJobQueryParamProperties {
578
- expand?: string;
579
- }
580
-
581
- // @public
582
- export function getLongRunningPoller<TResult extends CreateJobLogicalResponse | CreateJobDefaultResponse>(client: Client, initialResponse: CreateJob200Response | CreateJob201Response | CreateJobDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
583
-
584
- // @public
585
- export interface HealthInsightsErrorResponseOutput {
586
- error: ErrorModel;
587
- requestId: {
588
- response: RequestIdResponseHeaderOutput;
589
- };
590
- }
591
-
592
- // @public
593
- export interface Identifier extends Element {
594
- assigner?: Reference;
595
- period?: Period;
596
- system?: string;
597
- type?: CodeableConcept;
598
- use?: string;
599
- value?: string;
600
- }
601
-
602
- // @public
603
- export interface IdentifierOutput extends ElementOutput {
604
- assigner?: ReferenceOutput;
605
- period?: PeriodOutput;
606
- system?: string;
607
- type?: CodeableConceptOutput;
608
- use?: string;
609
- value?: string;
610
- }
611
-
612
- // @public
613
- export interface ImagingProcedure {
614
- anatomy: CodeableConcept;
615
- contrast?: RadiologyCodeWithTypes;
616
- laterality?: CodeableConcept;
617
- modality: CodeableConcept;
618
- view?: RadiologyCodeWithTypes;
619
- }
620
-
621
- // @public
622
- export interface ImagingProcedureOutput {
623
- anatomy: CodeableConceptOutput;
624
- contrast?: RadiologyCodeWithTypesOutput;
625
- laterality?: CodeableConceptOutput;
626
- modality: CodeableConceptOutput;
627
- view?: RadiologyCodeWithTypesOutput;
628
- }
629
-
630
- // @public
631
- export interface ImagingProcedureRecommendation extends ProcedureRecommendationParent {
632
- imagingProcedures: Array<ImagingProcedure>;
633
- kind: "imagingProcedureRecommendation";
634
- procedureCodes?: Array<CodeableConcept>;
635
- }
636
-
637
- // @public
638
- export interface ImagingProcedureRecommendationOutput extends ProcedureRecommendationOutputParent {
639
- imagingProcedures: Array<ImagingProcedureOutput>;
640
- kind: "imagingProcedureRecommendation";
641
- procedureCodes?: Array<CodeableConceptOutput>;
642
- }
643
-
644
- // @public
645
- export function isUnexpected(response: GetJob200Response | GetJobDefaultResponse): response is GetJobDefaultResponse;
646
-
647
- // @public
648
- export function isUnexpected(response: CreateJob200Response | CreateJob201Response | CreateJobLogicalResponse | CreateJobDefaultResponse): response is CreateJobDefaultResponse;
649
-
650
- // @public
651
- export type JobStatus = string | "notStarted" | "running" | "succeeded" | "failed" | "canceled";
652
-
653
- // @public
654
- export type JobStatusOutput = string | "notStarted" | "running" | "succeeded" | "failed" | "canceled";
655
-
656
- // @public
657
- export interface LateralityDiscrepancyInference extends RadiologyInsightsInferenceParent {
658
- discrepancyType: LateralityDiscrepancyType;
659
- kind: "lateralityDiscrepancy";
660
- lateralityIndication?: CodeableConcept;
661
- }
662
-
663
- // @public
664
- export interface LateralityDiscrepancyInferenceOutput extends RadiologyInsightsInferenceOutputParent {
665
- discrepancyType: LateralityDiscrepancyTypeOutput;
666
- kind: "lateralityDiscrepancy";
667
- lateralityIndication?: CodeableConceptOutput;
668
- }
669
-
670
- // @public
671
- export type LateralityDiscrepancyType = string | "orderLateralityMismatch" | "textLateralityContradiction" | "textLateralityMissing";
672
-
673
- // @public
674
- export type LateralityDiscrepancyTypeOutput = string | "orderLateralityMismatch" | "textLateralityContradiction" | "textLateralityMissing";
675
-
676
- // @public
677
- export interface LimitedOrderDiscrepancyInference extends RadiologyInsightsInferenceParent {
678
- kind: "limitedOrderDiscrepancy";
679
- orderType: CodeableConcept;
680
- presentBodyPartMeasurements?: Array<CodeableConcept>;
681
- presentBodyParts?: Array<CodeableConcept>;
682
- }
683
-
684
- // @public
685
- export interface LimitedOrderDiscrepancyInferenceOutput extends RadiologyInsightsInferenceOutputParent {
686
- kind: "limitedOrderDiscrepancy";
687
- orderType: CodeableConceptOutput;
688
- presentBodyPartMeasurements?: Array<CodeableConceptOutput>;
689
- presentBodyParts?: Array<CodeableConceptOutput>;
690
- }
691
-
692
- // @public
693
- export type MedicalProfessionalType = string | "unknown" | "doctor" | "nurse" | "midwife" | "physicianAssistant";
694
-
695
- // @public
696
- export type MedicalProfessionalTypeOutput = string | "unknown" | "doctor" | "nurse" | "midwife" | "physicianAssistant";
697
-
698
- // @public
699
- export interface Meta {
700
- lastUpdated?: string;
701
- profile?: string[];
702
- security?: Array<Coding>;
703
- source?: string;
704
- tag?: Array<Coding>;
705
- versionId?: string;
706
- }
707
-
708
- // @public
709
- export interface MetaOutput {
710
- lastUpdated?: string;
711
- profile?: string[];
712
- security?: Array<CodingOutput>;
713
- source?: string;
714
- tag?: Array<CodingOutput>;
715
- versionId?: string;
716
- }
717
-
718
- // @public
719
- export interface Narrative extends Element {
720
- div: string;
721
- status: string;
722
- }
723
-
724
- // @public
725
- export interface NarrativeOutput extends ElementOutput {
726
- div: string;
727
- status: string;
728
- }
729
-
730
- // @public
731
- export interface Observation extends DomainResourceParent {
732
- bodySite?: CodeableConcept;
733
- category?: Array<CodeableConcept>;
734
- code: CodeableConcept;
735
- component?: Array<ObservationComponent>;
736
- dataAbsentReason?: CodeableConcept;
737
- derivedFrom?: Array<Reference>;
738
- effectiveDateTime?: string;
739
- effectiveInstant?: string;
740
- effectivePeriod?: Period;
741
- encounter?: Reference;
742
- hasMember?: Array<Reference>;
743
- identifier?: Array<Identifier>;
744
- interpretation?: Array<CodeableConcept>;
745
- issued?: string;
746
- method?: CodeableConcept;
747
- note?: Array<Annotation>;
748
- referenceRange?: Array<ObservationReferenceRange>;
749
- resourceType: "Observation";
750
- status: ObservationStatusCodeType;
751
- subject?: Reference;
752
- valueBoolean?: boolean;
753
- valueCodeableConcept?: CodeableConcept;
754
- valueDateTime?: string;
755
- valueInteger?: number;
756
- valuePeriod?: Period;
757
- valueQuantity?: Quantity;
758
- valueRange?: Range;
759
- valueRatio?: Ratio;
760
- valueSampledData?: SampledData;
761
- valueString?: string;
762
- valueTime?: Date | string;
763
- }
764
-
765
- // @public
766
- export interface ObservationComponent extends Element {
767
- code: CodeableConcept;
768
- dataAbsentReason?: CodeableConcept;
769
- interpretation?: Array<CodeableConcept>;
770
- referenceRange?: Array<ObservationReferenceRange>;
771
- valueBoolean?: boolean;
772
- valueCodeableConcept?: CodeableConcept;
773
- valueDateTime?: string;
774
- valueInteger?: number;
775
- valuePeriod?: Period;
776
- valueQuantity?: Quantity;
777
- valueRange?: Range;
778
- valueRatio?: Ratio;
779
- valueReference?: Reference;
780
- valueSampledData?: SampledData;
781
- valueString?: string;
782
- valueTime?: Date | string;
783
- }
784
-
785
- // @public
786
- export interface ObservationComponentOutput extends ElementOutput {
787
- code: CodeableConceptOutput;
788
- dataAbsentReason?: CodeableConceptOutput;
789
- interpretation?: Array<CodeableConceptOutput>;
790
- referenceRange?: Array<ObservationReferenceRangeOutput>;
791
- valueBoolean?: boolean;
792
- valueCodeableConcept?: CodeableConceptOutput;
793
- valueDateTime?: string;
794
- valueInteger?: number;
795
- valuePeriod?: PeriodOutput;
796
- valueQuantity?: QuantityOutput;
797
- valueRange?: RangeOutput;
798
- valueRatio?: RatioOutput;
799
- valueReference?: ReferenceOutput;
800
- valueSampledData?: SampledDataOutput;
801
- valueString?: string;
802
- valueTime?: string;
803
- }
804
-
805
- // @public
806
- export interface ObservationOutput extends DomainResourceOutputParent {
807
- bodySite?: CodeableConceptOutput;
808
- category?: Array<CodeableConceptOutput>;
809
- code: CodeableConceptOutput;
810
- component?: Array<ObservationComponentOutput>;
811
- dataAbsentReason?: CodeableConceptOutput;
812
- derivedFrom?: Array<ReferenceOutput>;
813
- effectiveDateTime?: string;
814
- effectiveInstant?: string;
815
- effectivePeriod?: PeriodOutput;
816
- encounter?: ReferenceOutput;
817
- hasMember?: Array<ReferenceOutput>;
818
- identifier?: Array<IdentifierOutput>;
819
- interpretation?: Array<CodeableConceptOutput>;
820
- issued?: string;
821
- method?: CodeableConceptOutput;
822
- note?: Array<AnnotationOutput>;
823
- referenceRange?: Array<ObservationReferenceRangeOutput>;
824
- resourceType: "Observation";
825
- status: ObservationStatusCodeTypeOutput;
826
- subject?: ReferenceOutput;
827
- valueBoolean?: boolean;
828
- valueCodeableConcept?: CodeableConceptOutput;
829
- valueDateTime?: string;
830
- valueInteger?: number;
831
- valuePeriod?: PeriodOutput;
832
- valueQuantity?: QuantityOutput;
833
- valueRange?: RangeOutput;
834
- valueRatio?: RatioOutput;
835
- valueSampledData?: SampledDataOutput;
836
- valueString?: string;
837
- valueTime?: string;
838
- }
839
-
840
- // @public
841
- export interface ObservationReferenceRange {
842
- age?: Range;
843
- appliesTo?: Array<CodeableConcept>;
844
- high?: Quantity;
845
- low?: Quantity;
846
- text?: string;
847
- type?: CodeableConcept;
848
- }
849
-
850
- // @public
851
- export interface ObservationReferenceRangeOutput {
852
- age?: RangeOutput;
853
- appliesTo?: Array<CodeableConceptOutput>;
854
- high?: QuantityOutput;
855
- low?: QuantityOutput;
856
- text?: string;
857
- type?: CodeableConceptOutput;
858
- }
859
-
860
- // @public
861
- export type ObservationStatusCodeType = string | "registered" | "preliminary" | "final" | "amended" | "corrected" | "cancelled" | "entered-in-error" | "unknown";
862
-
863
- // @public
864
- export type ObservationStatusCodeTypeOutput = string | "registered" | "preliminary" | "final" | "amended" | "corrected" | "cancelled" | "entered-in-error" | "unknown";
865
-
866
- // @public
867
- export interface OrderedProcedure {
868
- code?: CodeableConcept;
869
- description?: string;
870
- extension?: Array<Extension>;
871
- }
872
-
873
- // @public
874
- export interface OrderedProcedureOutput {
875
- code?: CodeableConceptOutput;
876
- description?: string;
877
- extension?: Array<ExtensionOutput>;
878
- }
879
-
880
- // @public
881
- export interface PatientDetails {
882
- birthDate?: Date | string;
883
- clinicalInfo?: Array<Resource>;
884
- sex?: PatientSex;
885
- }
886
-
887
- // @public
888
- export interface PatientDetailsOutput {
889
- birthDate?: string;
890
- clinicalInfo?: Array<ResourceOutput>;
891
- sex?: PatientSexOutput;
892
- }
893
-
894
- // @public
895
- export interface PatientDocument {
896
- administrativeMetadata?: DocumentAdministrativeMetadata;
897
- authors?: Array<DocumentAuthor>;
898
- clinicalType?: ClinicalDocumentType;
899
- content: DocumentContent;
900
- createdAt?: Date | string;
901
- id: string;
902
- language?: string;
903
- specialtyType?: SpecialtyType;
904
- type: DocumentType;
905
- }
906
-
907
- // @public
908
- export interface PatientDocumentOutput {
909
- administrativeMetadata?: DocumentAdministrativeMetadataOutput;
910
- authors?: Array<DocumentAuthorOutput>;
911
- clinicalType?: ClinicalDocumentTypeOutput;
912
- content: DocumentContentOutput;
913
- createdAt?: string;
914
- id: string;
915
- language?: string;
916
- specialtyType?: SpecialtyTypeOutput;
917
- type: DocumentTypeOutput;
918
- }
919
-
920
- // @public
921
- export interface PatientEncounter {
922
- class?: EncounterClass;
923
- id: string;
924
- period?: TimePeriod;
925
- }
926
-
927
- // @public
928
- export interface PatientEncounterOutput {
929
- class?: EncounterClassOutput;
930
- id: string;
931
- period?: TimePeriodOutput;
932
- }
933
-
934
- // @public
935
- export interface PatientRecord {
936
- details?: PatientDetails;
937
- encounters?: Array<PatientEncounter>;
938
- id: string;
939
- patientDocuments?: Array<PatientDocument>;
940
- }
941
-
942
- // @public
943
- export interface PatientRecordOutput {
944
- details?: PatientDetailsOutput;
945
- encounters?: Array<PatientEncounterOutput>;
946
- id: string;
947
- patientDocuments?: Array<PatientDocumentOutput>;
948
- }
949
-
950
- // @public
951
- export type PatientSex = string | "female" | "male" | "unspecified";
952
-
953
- // @public
954
- export type PatientSexOutput = string | "female" | "male" | "unspecified";
955
-
956
- // @public
957
- export interface Period extends Element {
958
- end?: string;
959
- start?: string;
960
- }
961
-
962
- // @public
963
- export interface PeriodOutput extends ElementOutput {
964
- end?: string;
965
- start?: string;
966
- }
967
-
968
- // @public
969
- export type ProcedureRecommendation = ProcedureRecommendationParent | GenericProcedureRecommendation | ImagingProcedureRecommendation;
970
-
971
- // @public
972
- export type ProcedureRecommendationOutput = ProcedureRecommendationOutputParent | GenericProcedureRecommendationOutput | ImagingProcedureRecommendationOutput;
973
-
974
- // @public
975
- export interface ProcedureRecommendationOutputParent {
976
- extension?: Array<ExtensionOutput>;
977
- kind: string;
978
- }
979
-
980
- // @public
981
- export interface ProcedureRecommendationParent {
982
- extension?: Array<Extension>;
983
- kind: string;
984
- }
985
-
986
- // @public
987
- export interface Quantity extends Element {
988
- code?: string;
989
- comparator?: string;
990
- system?: string;
991
- unit?: string;
992
- value?: number;
993
- }
994
-
995
- // @public
996
- export interface QuantityOutput extends ElementOutput {
997
- code?: string;
998
- comparator?: string;
999
- system?: string;
1000
- unit?: string;
1001
- value?: number;
1002
- }
1003
-
1004
- // @public
1005
- export interface RadiologyCodeWithTypes {
1006
- code: CodeableConcept;
1007
- types: Array<CodeableConcept>;
1008
- }
1009
-
1010
- // @public
1011
- export interface RadiologyCodeWithTypesOutput {
1012
- code: CodeableConceptOutput;
1013
- types: Array<CodeableConceptOutput>;
1014
- }
1015
-
1016
- // @public
1017
- export interface RadiologyInsightsData {
1018
- configuration?: RadiologyInsightsModelConfiguration;
1019
- patients: Array<PatientRecord>;
1020
- }
1021
-
1022
- // @public
1023
- export interface RadiologyInsightsDataOutput {
1024
- configuration?: RadiologyInsightsModelConfigurationOutput;
1025
- patients: Array<PatientRecordOutput>;
1026
- }
1027
-
1028
- // @public
1029
- export type RadiologyInsightsInference = RadiologyInsightsInferenceParent | AgeMismatchInference | SexMismatchInference | LateralityDiscrepancyInference | CompleteOrderDiscrepancyInference | LimitedOrderDiscrepancyInference | FindingInference | CriticalResultInference | RadiologyProcedureInference | FollowupRecommendationInference | FollowupCommunicationInference;
1030
-
1031
- // @public
1032
- export interface RadiologyInsightsInferenceOptions {
1033
- findingOptions?: FindingOptions;
1034
- followupRecommendationOptions?: FollowupRecommendationOptions;
1035
- }
1036
-
1037
- // @public
1038
- export interface RadiologyInsightsInferenceOptionsOutput {
1039
- findingOptions?: FindingOptionsOutput;
1040
- followupRecommendationOptions?: FollowupRecommendationOptionsOutput;
1041
- }
1042
-
1043
- // @public
1044
- export type RadiologyInsightsInferenceOutput = RadiologyInsightsInferenceOutputParent | AgeMismatchInferenceOutput | SexMismatchInferenceOutput | LateralityDiscrepancyInferenceOutput | CompleteOrderDiscrepancyInferenceOutput | LimitedOrderDiscrepancyInferenceOutput | FindingInferenceOutput | CriticalResultInferenceOutput | RadiologyProcedureInferenceOutput | FollowupRecommendationInferenceOutput | FollowupCommunicationInferenceOutput;
1045
-
1046
- // @public
1047
- export interface RadiologyInsightsInferenceOutputParent {
1048
- extension?: Array<ExtensionOutput>;
1049
- kind: string;
1050
- }
1051
-
1052
- // @public
1053
- export interface RadiologyInsightsInferenceParent {
1054
- extension?: Array<Extension>;
1055
- kind: string;
1056
- }
1057
-
1058
- // @public
1059
- export interface RadiologyInsightsInferenceResult {
1060
- modelVersion: string;
1061
- patientResults: Array<RadiologyInsightsPatientResult>;
1062
- }
1063
-
1064
- // @public
1065
- export interface RadiologyInsightsInferenceResultOutput {
1066
- modelVersion: string;
1067
- patientResults: Array<RadiologyInsightsPatientResultOutput>;
1068
- }
1069
-
1070
- // @public
1071
- export type RadiologyInsightsInferenceType = string | "ageMismatch" | "lateralityDiscrepancy" | "sexMismatch" | "completeOrderDiscrepancy" | "limitedOrderDiscrepancy" | "finding" | "criticalResult" | "followupRecommendation" | "followupCommunication" | "radiologyProcedure";
1072
-
1073
- // @public
1074
- export type RadiologyInsightsInferenceTypeOutput = string | "ageMismatch" | "lateralityDiscrepancy" | "sexMismatch" | "completeOrderDiscrepancy" | "limitedOrderDiscrepancy" | "finding" | "criticalResult" | "followupRecommendation" | "followupCommunication" | "radiologyProcedure";
1075
-
1076
- // @public
1077
- export interface RadiologyInsightsJob {
1078
- jobData?: RadiologyInsightsData;
1079
- }
1080
-
1081
- // @public
1082
- export interface RadiologyInsightsJobOutput {
1083
- readonly createdAt?: string;
1084
- readonly error?: ErrorModel;
1085
- readonly expiresAt?: string;
1086
- readonly id: string;
1087
- jobData?: RadiologyInsightsDataOutput;
1088
- readonly result?: RadiologyInsightsInferenceResultOutput;
1089
- readonly status: JobStatusOutput;
1090
- readonly updatedAt?: string;
1091
- }
1092
-
1093
- // @public
1094
- export interface RadiologyInsightsModelConfiguration {
1095
- includeEvidence?: boolean;
1096
- inferenceOptions?: RadiologyInsightsInferenceOptions;
1097
- inferenceTypes?: RadiologyInsightsInferenceType[];
1098
- locale?: string;
1099
- verbose?: boolean;
1100
- }
1101
-
1102
- // @public
1103
- export interface RadiologyInsightsModelConfigurationOutput {
1104
- includeEvidence?: boolean;
1105
- inferenceOptions?: RadiologyInsightsInferenceOptionsOutput;
1106
- inferenceTypes?: RadiologyInsightsInferenceTypeOutput[];
1107
- locale?: string;
1108
- verbose?: boolean;
1109
- }
1110
-
1111
- // @public
1112
- export interface RadiologyInsightsPatientResult {
1113
- inferences: Array<RadiologyInsightsInference>;
1114
- patientId: string;
1115
- }
1116
-
1117
- // @public
1118
- export interface RadiologyInsightsPatientResultOutput {
1119
- inferences: Array<RadiologyInsightsInferenceOutput>;
1120
- patientId: string;
1121
- }
1122
-
1123
- // @public
1124
- export interface RadiologyProcedureInference extends RadiologyInsightsInferenceParent {
1125
- imagingProcedures: Array<ImagingProcedure>;
1126
- kind: "radiologyProcedure";
1127
- orderedProcedure: OrderedProcedure;
1128
- procedureCodes?: Array<CodeableConcept>;
1129
- }
1130
-
1131
- // @public
1132
- export interface RadiologyProcedureInferenceOutput extends RadiologyInsightsInferenceOutputParent {
1133
- imagingProcedures: Array<ImagingProcedureOutput>;
1134
- kind: "radiologyProcedure";
1135
- orderedProcedure: OrderedProcedureOutput;
1136
- procedureCodes?: Array<CodeableConceptOutput>;
1137
- }
1138
-
1139
- // @public
1140
- export interface Range extends Element {
1141
- high?: Quantity;
1142
- low?: Quantity;
1143
- }
1144
-
1145
- // @public
1146
- export interface RangeOutput extends ElementOutput {
1147
- high?: QuantityOutput;
1148
- low?: QuantityOutput;
1149
- }
1150
-
1151
- // @public
1152
- export interface Ratio extends Element {
1153
- denominator?: Quantity;
1154
- numerator?: Quantity;
1155
- }
1156
-
1157
- // @public
1158
- export interface RatioOutput extends ElementOutput {
1159
- denominator?: QuantityOutput;
1160
- numerator?: QuantityOutput;
1161
- }
1162
-
1163
- // @public
1164
- export interface RecommendationFinding {
1165
- criticalFinding?: CriticalResult;
1166
- extension?: Array<Extension>;
1167
- finding?: Observation;
1168
- recommendationFindingStatus: RecommendationFindingStatusType;
1169
- }
1170
-
1171
- // @public
1172
- export interface RecommendationFindingOutput {
1173
- criticalFinding?: CriticalResultOutput;
1174
- extension?: Array<ExtensionOutput>;
1175
- finding?: ObservationOutput;
1176
- recommendationFindingStatus: RecommendationFindingStatusTypeOutput;
1177
- }
1178
-
1179
- // @public
1180
- export type RecommendationFindingStatusType = string | "present" | "differential" | "ruleOut" | "conditional";
1181
-
1182
- // @public
1183
- export type RecommendationFindingStatusTypeOutput = string | "present" | "differential" | "ruleOut" | "conditional";
1184
-
1185
- // @public
1186
- export interface Reference extends Element {
1187
- display?: string;
1188
- identifier?: Identifier;
1189
- reference?: string;
1190
- type?: string;
1191
- }
1192
-
1193
- // @public
1194
- export interface ReferenceOutput extends ElementOutput {
1195
- display?: string;
1196
- identifier?: IdentifierOutput;
1197
- reference?: string;
1198
- type?: string;
1199
- }
1200
-
1201
- // @public
1202
- export interface RequestIdResponseHeaderOutput {
1203
- }
1204
-
1205
- // @public
1206
- export interface ResearchStudy extends DomainResourceParent {
1207
- arm?: {
1208
- name: string;
1209
- type?: CodeableConcept;
1210
- description?: string;
1211
- }[];
1212
- category?: Array<CodeableConcept>;
1213
- condition?: Array<CodeableConcept>;
1214
- contact?: Array<ContactDetail>;
1215
- description?: string;
1216
- enrollment?: Array<Reference>;
1217
- focus?: Array<CodeableConcept>;
1218
- identifier?: Array<Identifier>;
1219
- keyword?: Array<CodeableConcept>;
1220
- location?: Array<CodeableConcept>;
1221
- note?: Array<Annotation>;
1222
- objective?: {
1223
- name: string;
1224
- type?: CodeableConcept;
1225
- }[];
1226
- partOf?: Array<Reference>;
1227
- period?: Period;
1228
- phase?: CodeableConcept;
1229
- primaryPurposeType?: CodeableConcept;
1230
- principalInvestigator?: Reference;
1231
- protocol?: Array<Reference>;
1232
- reasonStopped?: CodeableConcept;
1233
- resourceType: "ResearchStudy";
1234
- site?: Array<Reference>;
1235
- sponsor?: Reference;
1236
- status: ResearchStudyStatusCodeType;
1237
- title?: string;
1238
- }
1239
-
1240
- // @public
1241
- export interface ResearchStudyOutput extends DomainResourceOutputParent {
1242
- arm?: {
1243
- name: string;
1244
- type?: CodeableConceptOutput;
1245
- description?: string;
1246
- }[];
1247
- category?: Array<CodeableConceptOutput>;
1248
- condition?: Array<CodeableConceptOutput>;
1249
- contact?: Array<ContactDetailOutput>;
1250
- description?: string;
1251
- enrollment?: Array<ReferenceOutput>;
1252
- focus?: Array<CodeableConceptOutput>;
1253
- identifier?: Array<IdentifierOutput>;
1254
- keyword?: Array<CodeableConceptOutput>;
1255
- location?: Array<CodeableConceptOutput>;
1256
- note?: Array<AnnotationOutput>;
1257
- objective?: {
1258
- name: string;
1259
- type?: CodeableConceptOutput;
1260
- }[];
1261
- partOf?: Array<ReferenceOutput>;
1262
- period?: PeriodOutput;
1263
- phase?: CodeableConceptOutput;
1264
- primaryPurposeType?: CodeableConceptOutput;
1265
- principalInvestigator?: ReferenceOutput;
1266
- protocol?: Array<ReferenceOutput>;
1267
- reasonStopped?: CodeableConceptOutput;
1268
- resourceType: "ResearchStudy";
1269
- site?: Array<ReferenceOutput>;
1270
- sponsor?: ReferenceOutput;
1271
- status: ResearchStudyStatusCodeTypeOutput;
1272
- title?: string;
1273
- }
1274
-
1275
- // @public
1276
- export type ResearchStudyStatusCodeType = string | "active" | "administratively-completed" | "approved" | "closed-to-accrual" | "closed-to-accrual-and-intervention" | "completed" | "disapproved" | "in-review" | "temporarily-closed-to-accrual" | "temporarily-closed-to-accrual-and-intervention" | "withdrawn";
1277
-
1278
- // @public
1279
- export type ResearchStudyStatusCodeTypeOutput = string | "active" | "administratively-completed" | "approved" | "closed-to-accrual" | "closed-to-accrual-and-intervention" | "completed" | "disapproved" | "in-review" | "temporarily-closed-to-accrual" | "temporarily-closed-to-accrual-and-intervention" | "withdrawn";
1280
-
1281
- // @public
1282
- export interface Resource extends Record<string, unknown> {
1283
- id?: string;
1284
- implicitRules?: string;
1285
- language?: string;
1286
- meta?: Meta;
1287
- resourceType: string;
1288
- }
1289
-
1290
- // @public
1291
- export interface ResourceOutput extends Record<string, any> {
1292
- id?: string;
1293
- implicitRules?: string;
1294
- language?: string;
1295
- meta?: MetaOutput;
1296
- resourceType: string;
1297
- }
1298
-
1299
- // @public
1300
- export interface Routes {
1301
- (path: "/radiology-insights/jobs/{id}", id: string): GetJob;
1302
- }
1303
-
1304
- // @public
1305
- export interface SampledData extends Element {
1306
- data?: string;
1307
- dimensions: number;
1308
- factor?: number;
1309
- lowerLimit?: number;
1310
- origin: Quantity;
1311
- period: number;
1312
- upperLimit?: number;
1313
- }
1314
-
1315
- // @public
1316
- export interface SampledDataOutput extends ElementOutput {
1317
- data?: string;
1318
- dimensions: number;
1319
- factor?: number;
1320
- lowerLimit?: number;
1321
- origin: QuantityOutput;
1322
- period: number;
1323
- upperLimit?: number;
1324
- }
1325
-
1326
- // @public
1327
- export interface SexMismatchInference extends RadiologyInsightsInferenceParent {
1328
- kind: "sexMismatch";
1329
- sexIndication: CodeableConcept;
1330
- }
1331
-
1332
- // @public
1333
- export interface SexMismatchInferenceOutput extends RadiologyInsightsInferenceOutputParent {
1334
- kind: "sexMismatch";
1335
- sexIndication: CodeableConceptOutput;
1336
- }
1337
-
1338
- // @public
1339
- export type SpecialtyType = string | "pathology" | "radiology";
1340
-
1341
- // @public
1342
- export type SpecialtyTypeOutput = string | "pathology" | "radiology";
1343
-
1344
- // @public
1345
- export interface TimePeriod {
1346
- end?: Date | string;
1347
- start?: Date | string;
1348
- }
1349
-
1350
- // @public
1351
- export interface TimePeriodOutput {
1352
- end?: string;
1353
- start?: string;
1354
- }
1355
-
1356
- // (No @packageDocumentation comment for this package)
1357
-
1358
- ```