@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20241125.1 → 1.0.0-alpha.20241127.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/{types/src → dist/browser}/azureHealthInsightsClient.d.ts +1 -1
- package/{types/src → dist/browser}/azureHealthInsightsClient.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/azureHealthInsightsClient.js +1 -1
- package/dist/browser/azureHealthInsightsClient.js.map +1 -0
- package/{types/src → dist/browser}/clientDefinitions.d.ts +2 -2
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +15 -0
- package/dist/browser/index.js.map +1 -0
- package/{types/src → dist/browser}/isUnexpected.d.ts +1 -1
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{types/src → dist/browser}/parameters.d.ts +1 -1
- package/{types/src → dist/browser}/parameters.d.ts.map +1 -1
- package/dist/browser/parameters.js.map +1 -0
- package/{types/src → dist/browser}/pollingHelper.d.ts +1 -1
- package/{types/src → dist/browser}/pollingHelper.d.ts.map +1 -1
- package/dist/browser/pollingHelper.js.map +1 -0
- package/{types/src → dist/browser}/responses.d.ts +1 -1
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/azureHealthInsightsClient.d.ts +11 -0
- package/dist/commonjs/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/azureHealthInsightsClient.js +33 -0
- package/dist/commonjs/azureHealthInsightsClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +21 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +18 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +6 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +75 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +909 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +25 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +936 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +26 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +32 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +12 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +46 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +91 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serializeHelper.d.ts +3 -0
- package/dist/commonjs/serializeHelper.d.ts.map +1 -0
- package/dist/commonjs/serializeHelper.js +17 -0
- package/dist/commonjs/serializeHelper.js.map +1 -0
- package/dist/esm/azureHealthInsightsClient.d.ts +11 -0
- package/dist/esm/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/esm/azureHealthInsightsClient.js +30 -0
- package/dist/esm/azureHealthInsightsClient.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +21 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +6 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +72 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +909 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +22 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +936 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +23 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +32 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +12 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +43 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +91 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serializeHelper.d.ts +3 -0
- package/dist/esm/serializeHelper.d.ts.map +1 -0
- package/dist/esm/serializeHelper.js +14 -0
- package/dist/esm/serializeHelper.js.map +1 -0
- package/dist/react-native/azureHealthInsightsClient.d.ts +11 -0
- package/dist/react-native/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/react-native/azureHealthInsightsClient.js +30 -0
- package/dist/react-native/azureHealthInsightsClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +21 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +15 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +6 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +72 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +909 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +22 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +936 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +23 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +32 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +12 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +43 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +91 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serializeHelper.d.ts +3 -0
- package/dist/react-native/serializeHelper.d.ts.map +1 -0
- package/dist/react-native/serializeHelper.js +14 -0
- package/dist/react-native/serializeHelper.js.map +1 -0
- package/package.json +65 -45
- package/dist/index.js +0 -221
- package/dist/index.js.map +0 -1
- package/dist-esm/src/azureHealthInsightsClient.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js.map +0 -1
- package/review/health-insights-radiologyinsights.api.md +0 -1358
- package/types/health-insights-radiologyinsights-rest.d.ts +0 -2194
- package/types/samples-dev/sample_age_mismatch_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_age_mismatch_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_critical_result_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_critical_result_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_critical_result_managed_identity.d.ts +0 -2
- package/types/samples-dev/sample_critical_result_managed_identity.d.ts.map +0 -1
- package/types/samples-dev/sample_finding_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_finding_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts.map +0 -1
- package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts +0 -2
- package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts.map +0 -1
- package/types/src/clientDefinitions.d.ts.map +0 -1
- package/types/src/index.d.ts +0 -12
- package/types/src/index.d.ts.map +0 -1
- package/types/src/isUnexpected.d.ts.map +0 -1
- package/types/src/responses.d.ts.map +0 -1
- package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleFindingInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleFindingInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts +0 -2
- package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts +0 -2
- package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts +0 -2
- package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts.map +0 -1
- package/types/test/public/Test_RadiologyInsights_async.spec.d.ts +0 -2
- package/types/test/public/Test_RadiologyInsights_async.spec.d.ts.map +0 -1
- package/types/test/public/utils/env.browser.d.ts +0 -1
- package/types/test/public/utils/env.browser.d.ts.map +0 -1
- package/types/test/public/utils/env.d.ts +0 -2
- package/types/test/public/utils/env.d.ts.map +0 -1
- package/types/test/public/utils/recordedClient.d.ts +0 -13
- package/types/test/public/utils/recordedClient.d.ts.map +0 -1
- /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/isUnexpected.js +0 -0
- /package/{types/src → dist/browser}/logger.d.ts +0 -0
- /package/{types/src → dist/browser}/logger.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
- /package/{types/src → dist/browser}/models.d.ts +0 -0
- /package/{types/src → dist/browser}/models.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
- /package/{types/src → dist/browser}/outputModels.d.ts +0 -0
- /package/{types/src → dist/browser}/outputModels.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
- /package/{dist-esm/src → dist/browser}/outputModels.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/pollingHelper.js +0 -0
- /package/{dist-esm/src → dist/browser}/responses.js +0 -0
- /package/{types/src → dist/browser}/serializeHelper.d.ts +0 -0
- /package/{types/src → dist/browser}/serializeHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/serializeHelper.js +0 -0
- /package/{dist-esm/src → dist/browser}/serializeHelper.js.map +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,909 @@
|
|
|
1
|
+
/** Contains the list of patients, and configuration data. */
|
|
2
|
+
export interface RadiologyInsightsData {
|
|
3
|
+
/** The list of patients, including their clinical information and data. */
|
|
4
|
+
patients: Array<PatientRecord>;
|
|
5
|
+
/** Configuration affecting the Radiology Insights model's inference. */
|
|
6
|
+
configuration?: RadiologyInsightsModelConfiguration;
|
|
7
|
+
}
|
|
8
|
+
/** A patient record, including their clinical information and data. */
|
|
9
|
+
export interface PatientRecord {
|
|
10
|
+
/** A given identifier for the patient. Has to be unique across all patients in a single request. */
|
|
11
|
+
id: string;
|
|
12
|
+
/** Patient structured information, including demographics and known structured clinical information. */
|
|
13
|
+
details?: PatientDetails;
|
|
14
|
+
/** Patient encounters/visits. */
|
|
15
|
+
encounters?: Array<PatientEncounter>;
|
|
16
|
+
/** Patient unstructured clinical data, given as documents. */
|
|
17
|
+
patientDocuments?: Array<PatientDocument>;
|
|
18
|
+
}
|
|
19
|
+
/** Patient structured information, including demographics and known structured clinical information. */
|
|
20
|
+
export interface PatientDetails {
|
|
21
|
+
/** The patient's sex. */
|
|
22
|
+
sex?: PatientSex;
|
|
23
|
+
/** The patient's date of birth. */
|
|
24
|
+
birthDate?: Date | string;
|
|
25
|
+
/** Known clinical information for the patient, structured. */
|
|
26
|
+
clinicalInfo?: Array<Resource>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Resource is the ancestor of DomainResource from which most resources are derived. Bundle, Parameters, and Binary extend Resource directly.
|
|
30
|
+
* Based on [FHIR Resource](https://www.hl7.org/fhir/r4/resource.html
|
|
31
|
+
*/
|
|
32
|
+
export interface Resource extends Record<string, unknown> {
|
|
33
|
+
/** resourceType */
|
|
34
|
+
resourceType: string;
|
|
35
|
+
/** Resource Id */
|
|
36
|
+
id?: string;
|
|
37
|
+
/** Metadata about the resource */
|
|
38
|
+
meta?: Meta;
|
|
39
|
+
/** A set of rules under which this content was created */
|
|
40
|
+
implicitRules?: string;
|
|
41
|
+
/** Language of the resource content */
|
|
42
|
+
language?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Metadata about a resource
|
|
46
|
+
* Based on [FHIR Meta](https://www.hl7.org/fhir/R4/resource.html#Meta)
|
|
47
|
+
*/
|
|
48
|
+
export interface Meta {
|
|
49
|
+
/** The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted. */
|
|
50
|
+
versionId?: string;
|
|
51
|
+
/** When the resource last changed - e.g. when the version changed. */
|
|
52
|
+
lastUpdated?: string;
|
|
53
|
+
/** A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc. */
|
|
54
|
+
source?: string;
|
|
55
|
+
/** A list of profiles (references to [StructureDefinition](https://www.hl7.org/fhir/structuredefinition.html) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](https://www.hl7.org/fhir/structuredefinition-definitions.html#StructureDefinition.url). */
|
|
56
|
+
profile?: string[];
|
|
57
|
+
/** Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. */
|
|
58
|
+
security?: Array<Coding>;
|
|
59
|
+
/** Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. */
|
|
60
|
+
tag?: Array<Coding>;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* A Coding is a representation of a defined concept using a symbol from a defined "code system".
|
|
64
|
+
* Based on [FHIR Coding](https://www.hl7.org/fhir/R4/datatypes.html#Coding)
|
|
65
|
+
*/
|
|
66
|
+
export interface Coding extends Element {
|
|
67
|
+
/** Identity of the terminology system */
|
|
68
|
+
system?: string;
|
|
69
|
+
/** Version of the system - if relevant */
|
|
70
|
+
version?: string;
|
|
71
|
+
/** Symbol in syntax defined by the system */
|
|
72
|
+
code?: string;
|
|
73
|
+
/** Representation defined by the system */
|
|
74
|
+
display?: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The base definition for all elements contained inside a resource.
|
|
78
|
+
* Based on [FHIR Element](https://www.hl7.org/fhir/R4/element.html)
|
|
79
|
+
*/
|
|
80
|
+
export interface Element {
|
|
81
|
+
/** Unique id for inter-element referencing */
|
|
82
|
+
id?: string;
|
|
83
|
+
/** Additional Content defined by implementations */
|
|
84
|
+
extension?: Array<Extension>;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Base for all elements
|
|
88
|
+
* Based on [FHIR Element](https://www.hl7.org/fhir/datatypes.html#Element)
|
|
89
|
+
*/
|
|
90
|
+
export interface Extension extends Element {
|
|
91
|
+
/** Source of the definition for the extension code - a logical name or a URL. */
|
|
92
|
+
url: string;
|
|
93
|
+
/** Value as Quantity */
|
|
94
|
+
valueQuantity?: Quantity;
|
|
95
|
+
/** Value as CodeableConcept */
|
|
96
|
+
valueCodeableConcept?: CodeableConcept;
|
|
97
|
+
/** Value as string */
|
|
98
|
+
valueString?: string;
|
|
99
|
+
/** Value as boolean */
|
|
100
|
+
valueBoolean?: boolean;
|
|
101
|
+
/** Value as integer */
|
|
102
|
+
valueInteger?: number;
|
|
103
|
+
/** Value as Range. */
|
|
104
|
+
valueRange?: Range;
|
|
105
|
+
/** Value as Ratio. */
|
|
106
|
+
valueRatio?: Ratio;
|
|
107
|
+
/** Value as SampledData. */
|
|
108
|
+
valueSampledData?: SampledData;
|
|
109
|
+
/** Value as time (hh:mm:ss) */
|
|
110
|
+
valueTime?: Date | string;
|
|
111
|
+
/** Value as dateTime. */
|
|
112
|
+
valueDateTime?: string;
|
|
113
|
+
/** Value as Period. */
|
|
114
|
+
valuePeriod?: Period;
|
|
115
|
+
/** Value as reference. */
|
|
116
|
+
valueReference?: Reference;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* A measured or measurable amount
|
|
120
|
+
* Based on [FHIR Quantity](https://www.hl7.org/fhir/R4/datatypes.html#Quantity)
|
|
121
|
+
*/
|
|
122
|
+
export interface Quantity extends Element {
|
|
123
|
+
/** Numerical value (with implicit precision) */
|
|
124
|
+
value?: number;
|
|
125
|
+
/** \< | \<= | \>= | \> - how to understand the value */
|
|
126
|
+
comparator?: string;
|
|
127
|
+
/** Unit representation */
|
|
128
|
+
unit?: string;
|
|
129
|
+
/** System that defines coded unit form */
|
|
130
|
+
system?: string;
|
|
131
|
+
/** Coded form of the unit */
|
|
132
|
+
code?: string;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Concept - reference to a terminology or just text
|
|
136
|
+
* Based on [FHIR CodeableConcept](https://www.hl7.org/fhir/R4/datatypes.html#CodeableConcept)
|
|
137
|
+
*/
|
|
138
|
+
export interface CodeableConcept extends Element {
|
|
139
|
+
/** Code defined by a terminology system */
|
|
140
|
+
coding?: Array<Coding>;
|
|
141
|
+
/** Plain text representation of the concept */
|
|
142
|
+
text?: string;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* A set of ordered Quantities defined by a low and high limit
|
|
146
|
+
* Based on [FHIR Range](https://www.hl7.org/fhir/R4/datatypes.html#Range)
|
|
147
|
+
*/
|
|
148
|
+
export interface Range extends Element {
|
|
149
|
+
/** Low limit */
|
|
150
|
+
low?: Quantity;
|
|
151
|
+
/** High limit */
|
|
152
|
+
high?: Quantity;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* A ratio of two Quantity values - a numerator and a denominator
|
|
156
|
+
* Based on [FHIR Ratio](https://www.hl7.org/fhir/R4/datatypes.html#Ratio)
|
|
157
|
+
*/
|
|
158
|
+
export interface Ratio extends Element {
|
|
159
|
+
/** Numerator value */
|
|
160
|
+
numerator?: Quantity;
|
|
161
|
+
/** Denominator value */
|
|
162
|
+
denominator?: Quantity;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* A series of measurements taken by a device
|
|
166
|
+
* Based on [FHIR SampledData](https://www.hl7.org/fhir/R4/datatypes.html#SampledData)
|
|
167
|
+
*/
|
|
168
|
+
export interface SampledData extends Element {
|
|
169
|
+
/** Zero value and units */
|
|
170
|
+
origin: Quantity;
|
|
171
|
+
/** Number of milliseconds between samples */
|
|
172
|
+
period: number;
|
|
173
|
+
/** Multiply data by this before adding to origin */
|
|
174
|
+
factor?: number;
|
|
175
|
+
/** Lower limit of detection */
|
|
176
|
+
lowerLimit?: number;
|
|
177
|
+
/** Upper limit of detection */
|
|
178
|
+
upperLimit?: number;
|
|
179
|
+
/** Number of sample points at each time point */
|
|
180
|
+
dimensions: number;
|
|
181
|
+
/** Decimal values with spaces, or "E" | "U" | "L" */
|
|
182
|
+
data?: string;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* A time period defined by a start and end date and optionally time
|
|
186
|
+
* Based on [FHIR Period](https://www.hl7.org/fhir/R4/datatypes.html#Period)
|
|
187
|
+
*/
|
|
188
|
+
export interface Period extends Element {
|
|
189
|
+
/** Starting time with inclusive boundary */
|
|
190
|
+
start?: string;
|
|
191
|
+
/** End time with inclusive boundary, if not ongoing */
|
|
192
|
+
end?: string;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* A reference from one resource to another
|
|
196
|
+
* Based on [FHIR Reference](https://www.hl7.org/fhir/R4/references.html)
|
|
197
|
+
*/
|
|
198
|
+
export interface Reference extends Element {
|
|
199
|
+
/** Literal reference, Relative, internal or absolute URL */
|
|
200
|
+
reference?: string;
|
|
201
|
+
/** Type the reference refers to (e.g. "Patient") */
|
|
202
|
+
type?: string;
|
|
203
|
+
/** Logical reference, when literal reference is not known */
|
|
204
|
+
identifier?: Identifier;
|
|
205
|
+
/** Text alternative for the resource */
|
|
206
|
+
display?: string;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* An identifier intended for computation
|
|
210
|
+
* Based on [FHIR Identifier](https://www.hl7.org/fhir/R4/identifier.html)
|
|
211
|
+
*/
|
|
212
|
+
export interface Identifier extends Element {
|
|
213
|
+
/** usual | official | temp | secondary | old (If known) */
|
|
214
|
+
use?: string;
|
|
215
|
+
/** Description of identifier */
|
|
216
|
+
type?: CodeableConcept;
|
|
217
|
+
/** The namespace for the identifier value */
|
|
218
|
+
system?: string;
|
|
219
|
+
/** The value that is unique */
|
|
220
|
+
value?: string;
|
|
221
|
+
/** Time period when id is/was valid for use */
|
|
222
|
+
period?: Period;
|
|
223
|
+
/** Organization that issued id (may be just text) */
|
|
224
|
+
assigner?: Reference;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* Any resource that is a [DomainResource](https://www.hl7.org/fhir/domainresource.html) may include a human-readable narrative that contains a summary of the resource and may be used to represent the content of the resource to a human.
|
|
228
|
+
* Based on [FHIR Narrative](https://www.hl7.org/fhir/R4/narrative.html#Narrative)
|
|
229
|
+
*/
|
|
230
|
+
export interface Narrative extends Element {
|
|
231
|
+
/** generated, extensions, additional, empty */
|
|
232
|
+
status: string;
|
|
233
|
+
/** xhtml */
|
|
234
|
+
div: string;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* A text note which also contains information about who made the statement and when
|
|
238
|
+
* Based on [FHIR Annotation](https://www.hl7.org/fhir/R4/datatypes.html#Annotation)
|
|
239
|
+
*/
|
|
240
|
+
export interface Annotation extends Element {
|
|
241
|
+
/** Individual responsible for the annotation */
|
|
242
|
+
authorString?: string;
|
|
243
|
+
/** When the annotation was made */
|
|
244
|
+
time?: string;
|
|
245
|
+
/** The annotation - text content (as markdown) */
|
|
246
|
+
text: string;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Component results
|
|
250
|
+
* Based on [FHIR Observation.component](https://www.hl7.org/fhir/R4/observation.html)
|
|
251
|
+
*/
|
|
252
|
+
export interface ObservationComponent extends Element {
|
|
253
|
+
/** Type of component observation (code / type) */
|
|
254
|
+
code: CodeableConcept;
|
|
255
|
+
/** Value as Quantity */
|
|
256
|
+
valueQuantity?: Quantity;
|
|
257
|
+
/** Value as CodeableConcept */
|
|
258
|
+
valueCodeableConcept?: CodeableConcept;
|
|
259
|
+
/** Value as string */
|
|
260
|
+
valueString?: string;
|
|
261
|
+
/** Value as boolean */
|
|
262
|
+
valueBoolean?: boolean;
|
|
263
|
+
/** Value as integer */
|
|
264
|
+
valueInteger?: number;
|
|
265
|
+
/** Value as Range. */
|
|
266
|
+
valueRange?: Range;
|
|
267
|
+
/** Value as Ratio. */
|
|
268
|
+
valueRatio?: Ratio;
|
|
269
|
+
/** Value as SampledData. */
|
|
270
|
+
valueSampledData?: SampledData;
|
|
271
|
+
/** Value as time (hh:mm:ss) */
|
|
272
|
+
valueTime?: Date | string;
|
|
273
|
+
/** Value as dateTime. */
|
|
274
|
+
valueDateTime?: string;
|
|
275
|
+
/** Value as Period. */
|
|
276
|
+
valuePeriod?: Period;
|
|
277
|
+
/** Value as reference. */
|
|
278
|
+
valueReference?: Reference;
|
|
279
|
+
/** Why the component result is missing */
|
|
280
|
+
dataAbsentReason?: CodeableConcept;
|
|
281
|
+
/** High, low, normal, etc. */
|
|
282
|
+
interpretation?: Array<CodeableConcept>;
|
|
283
|
+
/** Provides guide for interpretation of component result */
|
|
284
|
+
referenceRange?: Array<ObservationReferenceRange>;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Provides guide for interpretation of component result
|
|
288
|
+
* Based on [FHIR Observation.referenceRange](https://www.hl7.org/fhir/R4/observation.html)
|
|
289
|
+
*/
|
|
290
|
+
export interface ObservationReferenceRange {
|
|
291
|
+
/** Low Range, if relevant */
|
|
292
|
+
low?: Quantity;
|
|
293
|
+
/** High Range, if relevant */
|
|
294
|
+
high?: Quantity;
|
|
295
|
+
/** Reference range qualifier */
|
|
296
|
+
type?: CodeableConcept;
|
|
297
|
+
/** Reference range population */
|
|
298
|
+
appliesTo?: Array<CodeableConcept>;
|
|
299
|
+
/** Applicable age range, if relevant */
|
|
300
|
+
age?: Range;
|
|
301
|
+
/** Text based reference range in an observation */
|
|
302
|
+
text?: string;
|
|
303
|
+
}
|
|
304
|
+
/** Contact details (See: https://www.hl7.org/fhir/R4/metadatatypes.html#ContactDetail) */
|
|
305
|
+
export interface ContactDetail extends Element {
|
|
306
|
+
/** Name of an individual to contact */
|
|
307
|
+
name?: string;
|
|
308
|
+
/** Contact details for individual or organization */
|
|
309
|
+
telecom?: Array<ContactPoint>;
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
|
|
313
|
+
* See https://www.hl7.org/fhir/R4/datatypes.html#ContactPoint
|
|
314
|
+
*/
|
|
315
|
+
export interface ContactPoint {
|
|
316
|
+
/** phone | fax | email | pager | url | sms | other */
|
|
317
|
+
system?: ContactPointSystem;
|
|
318
|
+
/** The actual contact point details */
|
|
319
|
+
value?: string;
|
|
320
|
+
/** home | work | temp | old | mobile - purpose of this contact point */
|
|
321
|
+
use?: ContactPointUse;
|
|
322
|
+
/** Specify preferred order of use (1 = highest) */
|
|
323
|
+
rank?: number;
|
|
324
|
+
/** Time period when the contact point was/is in use */
|
|
325
|
+
period?: Period;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* A resource with narrative, extensions, and contained resources
|
|
329
|
+
* Based on [FHIR DomainResource](https://www.hl7.org/fhir/domainresource.html)
|
|
330
|
+
*/
|
|
331
|
+
export interface DomainResourceParent extends Resource {
|
|
332
|
+
/** Text summary of the resource, for human interpretation */
|
|
333
|
+
text?: Narrative;
|
|
334
|
+
/** Contained, inline Resources */
|
|
335
|
+
contained?: Array<Resource>;
|
|
336
|
+
/** Additional Content defined by implementations */
|
|
337
|
+
extension?: Array<Extension>;
|
|
338
|
+
/** Extensions that cannot be ignored */
|
|
339
|
+
modifierExtension?: Array<Extension>;
|
|
340
|
+
/** resourceType */
|
|
341
|
+
resourceType: string;
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* Detailed information about observations
|
|
345
|
+
* Based on [FHIR Observation](https://www.hl7.org/fhir/R4/observation.html)
|
|
346
|
+
*/
|
|
347
|
+
export interface Observation extends DomainResourceParent {
|
|
348
|
+
/** resourceType */
|
|
349
|
+
resourceType: "Observation";
|
|
350
|
+
/** Business Identifier for observation */
|
|
351
|
+
identifier?: Array<Identifier>;
|
|
352
|
+
/** registered | preliminary | final | amended + */
|
|
353
|
+
status: ObservationStatusCodeType;
|
|
354
|
+
/** Classification of type of observation */
|
|
355
|
+
category?: Array<CodeableConcept>;
|
|
356
|
+
/** Type of observation (code / type) */
|
|
357
|
+
code: CodeableConcept;
|
|
358
|
+
/** Who and/or what the observation is about */
|
|
359
|
+
subject?: Reference;
|
|
360
|
+
/** Healthcare event during which this observation is made */
|
|
361
|
+
encounter?: Reference;
|
|
362
|
+
/** Clinically relevant time/time-period for observation */
|
|
363
|
+
effectiveDateTime?: string;
|
|
364
|
+
/** Clinically relevant time/time-period for observation */
|
|
365
|
+
effectivePeriod?: Period;
|
|
366
|
+
/** Clinically relevant time/time-period for observation */
|
|
367
|
+
effectiveInstant?: string;
|
|
368
|
+
/** Date/Time this version was made available */
|
|
369
|
+
issued?: string;
|
|
370
|
+
/** Actual result */
|
|
371
|
+
valueQuantity?: Quantity;
|
|
372
|
+
/** Actual result */
|
|
373
|
+
valueCodeableConcept?: CodeableConcept;
|
|
374
|
+
/** Actual result */
|
|
375
|
+
valueString?: string;
|
|
376
|
+
/** Actual result */
|
|
377
|
+
valueBoolean?: boolean;
|
|
378
|
+
/** Actual result */
|
|
379
|
+
valueInteger?: number;
|
|
380
|
+
/** Actual result */
|
|
381
|
+
valueRange?: Range;
|
|
382
|
+
/** Actual result */
|
|
383
|
+
valueRatio?: Ratio;
|
|
384
|
+
/** Actual result */
|
|
385
|
+
valueSampledData?: SampledData;
|
|
386
|
+
/** Actual result */
|
|
387
|
+
valueTime?: Date | string;
|
|
388
|
+
/** Actual result */
|
|
389
|
+
valueDateTime?: string;
|
|
390
|
+
/** Actual result */
|
|
391
|
+
valuePeriod?: Period;
|
|
392
|
+
/** Why the result is missing */
|
|
393
|
+
dataAbsentReason?: CodeableConcept;
|
|
394
|
+
/** High, low, normal, etc. */
|
|
395
|
+
interpretation?: Array<CodeableConcept>;
|
|
396
|
+
/** Comments about the observation */
|
|
397
|
+
note?: Array<Annotation>;
|
|
398
|
+
/** Observed body part */
|
|
399
|
+
bodySite?: CodeableConcept;
|
|
400
|
+
/** How it was done */
|
|
401
|
+
method?: CodeableConcept;
|
|
402
|
+
/** Provides guide for interpretation */
|
|
403
|
+
referenceRange?: Array<ObservationReferenceRange>;
|
|
404
|
+
/** Related resource that belongs to the Observation group */
|
|
405
|
+
hasMember?: Array<Reference>;
|
|
406
|
+
/** Related measurements the observation is made from */
|
|
407
|
+
derivedFrom?: Array<Reference>;
|
|
408
|
+
/** Component results */
|
|
409
|
+
component?: Array<ObservationComponent>;
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* Detailed information about conditions, problems or diagnoses
|
|
413
|
+
* Based on [FHIR Condition](https://www.hl7.org/fhir/R4/condition.html)
|
|
414
|
+
*/
|
|
415
|
+
export interface Condition extends DomainResourceParent {
|
|
416
|
+
/** resourceType */
|
|
417
|
+
resourceType: "Condition";
|
|
418
|
+
/** External Ids for this condition */
|
|
419
|
+
identifier?: Array<Identifier>;
|
|
420
|
+
/** active | recurrence | relapse | inactive | remission | resolved */
|
|
421
|
+
clinicalStatus?: CodeableConcept;
|
|
422
|
+
/** unconfirmed | provisional | differential | confirmed | refuted | entered-in-error */
|
|
423
|
+
verificationStatus?: CodeableConcept;
|
|
424
|
+
/** problem-list-item | encounter-diagnosis */
|
|
425
|
+
category?: Array<CodeableConcept>;
|
|
426
|
+
/** Subjective severity of condition */
|
|
427
|
+
severity?: CodeableConcept;
|
|
428
|
+
/** Identification of the condition, problem or diagnosis */
|
|
429
|
+
code?: CodeableConcept;
|
|
430
|
+
/** Anatomical location, if relevant */
|
|
431
|
+
bodySite?: Array<CodeableConcept>;
|
|
432
|
+
/** Encounter created as part of */
|
|
433
|
+
encounter?: Reference;
|
|
434
|
+
/** Estimated or actual date, date-time, or age */
|
|
435
|
+
onsetDateTime?: string;
|
|
436
|
+
/** Estimated or actual date, date-time, or age */
|
|
437
|
+
onsetAge?: Quantity;
|
|
438
|
+
/** Estimated or actual date, date-time, or age */
|
|
439
|
+
onsetPeriod?: Period;
|
|
440
|
+
/** Estimated or actual date, date-time, or age */
|
|
441
|
+
onsetRange?: Range;
|
|
442
|
+
/** Estimated or actual date, date-time, or age */
|
|
443
|
+
onsetString?: string;
|
|
444
|
+
/** When in resolution/remission */
|
|
445
|
+
abatementDateTime?: string;
|
|
446
|
+
/** When in resolution/remission */
|
|
447
|
+
abatementAge?: Quantity;
|
|
448
|
+
/** When in resolution/remission */
|
|
449
|
+
abatementPeriod?: Period;
|
|
450
|
+
/** When in resolution/remission */
|
|
451
|
+
abatementRange?: Range;
|
|
452
|
+
/** When in resolution/remission */
|
|
453
|
+
abatementString?: string;
|
|
454
|
+
/** Date record was first recorded */
|
|
455
|
+
recordedDate?: string;
|
|
456
|
+
/** stge/grade, usually assessed formally */
|
|
457
|
+
stage?: Array<ConditionStage>;
|
|
458
|
+
/** Additional information about the Condition */
|
|
459
|
+
note?: Array<Annotation>;
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* Stage/grade, usually assessed formally
|
|
463
|
+
* Based on [FHIR Condition.Stage](https://www.hl7.org/fhir/R4/condition.html)
|
|
464
|
+
*/
|
|
465
|
+
export interface ConditionStage {
|
|
466
|
+
/** Simple summary (disease specific) */
|
|
467
|
+
summary?: CodeableConcept;
|
|
468
|
+
/** Kind of staging */
|
|
469
|
+
type?: CodeableConcept;
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Detailed information about Research Study
|
|
473
|
+
* Based on [FHIR ResearchStudy](https://www.hl7.org/fhir/R4/researchstudy.html)
|
|
474
|
+
*/
|
|
475
|
+
export interface ResearchStudy extends DomainResourceParent {
|
|
476
|
+
/** resourceType */
|
|
477
|
+
resourceType: "ResearchStudy";
|
|
478
|
+
/** Business Identifier for study */
|
|
479
|
+
identifier?: Array<Identifier>;
|
|
480
|
+
/** Name for this study */
|
|
481
|
+
title?: string;
|
|
482
|
+
/** Steps followed in executing study */
|
|
483
|
+
protocol?: Array<Reference>;
|
|
484
|
+
/** Part of larger study */
|
|
485
|
+
partOf?: Array<Reference>;
|
|
486
|
+
/** 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 */
|
|
487
|
+
status: ResearchStudyStatusCodeType;
|
|
488
|
+
/** treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility */
|
|
489
|
+
primaryPurposeType?: CodeableConcept;
|
|
490
|
+
/** n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4 */
|
|
491
|
+
phase?: CodeableConcept;
|
|
492
|
+
/** Classifications for the study */
|
|
493
|
+
category?: Array<CodeableConcept>;
|
|
494
|
+
/** Drugs, devices, etc. under study */
|
|
495
|
+
focus?: Array<CodeableConcept>;
|
|
496
|
+
/** Condition being studied */
|
|
497
|
+
condition?: Array<CodeableConcept>;
|
|
498
|
+
/** Contact details for the study */
|
|
499
|
+
contact?: Array<ContactDetail>;
|
|
500
|
+
/** Used to search for the study */
|
|
501
|
+
keyword?: Array<CodeableConcept>;
|
|
502
|
+
/** Geographic region(s) for study */
|
|
503
|
+
location?: Array<CodeableConcept>;
|
|
504
|
+
/** What this is study doing */
|
|
505
|
+
description?: string;
|
|
506
|
+
/** Inclusion & exclusion criteria */
|
|
507
|
+
enrollment?: Array<Reference>;
|
|
508
|
+
/** When the study began and ended */
|
|
509
|
+
period?: Period;
|
|
510
|
+
/** Organization that initiates and is legally responsible for the study */
|
|
511
|
+
sponsor?: Reference;
|
|
512
|
+
/** Researcher who oversees multiple aspects of the study */
|
|
513
|
+
principalInvestigator?: Reference;
|
|
514
|
+
/** Facility where study activities are conducted */
|
|
515
|
+
site?: Array<Reference>;
|
|
516
|
+
/** accrual-goal-met | closed-due-to-toxicity | closed-due-to-lack-of-study-progress | temporarily-closed-per-study-design */
|
|
517
|
+
reasonStopped?: CodeableConcept;
|
|
518
|
+
/** Comments made about the study */
|
|
519
|
+
note?: Array<Annotation>;
|
|
520
|
+
/** Defined path through the study for a subject */
|
|
521
|
+
arm?: {
|
|
522
|
+
name: string;
|
|
523
|
+
type?: CodeableConcept;
|
|
524
|
+
description?: string;
|
|
525
|
+
}[];
|
|
526
|
+
/** A goal for the study */
|
|
527
|
+
objective?: {
|
|
528
|
+
name: string;
|
|
529
|
+
type?: CodeableConcept;
|
|
530
|
+
}[];
|
|
531
|
+
}
|
|
532
|
+
/** visit/encounter information */
|
|
533
|
+
export interface PatientEncounter {
|
|
534
|
+
/** The id of the visit. */
|
|
535
|
+
id: string;
|
|
536
|
+
/**
|
|
537
|
+
* Time period of the visit.
|
|
538
|
+
* In case of admission, use timePeriod.start to indicate the admission time and timePeriod.end to indicate the discharge time.
|
|
539
|
+
*/
|
|
540
|
+
period?: TimePeriod;
|
|
541
|
+
/** The class of the encounter. */
|
|
542
|
+
class?: EncounterClass;
|
|
543
|
+
}
|
|
544
|
+
/** A duration of time during which an event is happening */
|
|
545
|
+
export interface TimePeriod {
|
|
546
|
+
/** Starting time with inclusive boundary */
|
|
547
|
+
start?: Date | string;
|
|
548
|
+
/** End time with inclusive boundary, if not ongoing */
|
|
549
|
+
end?: Date | string;
|
|
550
|
+
}
|
|
551
|
+
/** A clinical document related to a patient. Document here is in the wide sense - not just a text document (note). */
|
|
552
|
+
export interface PatientDocument {
|
|
553
|
+
/** The type of the patient document, such as 'note' (text document) or 'fhirBundle' (FHIR JSON document). */
|
|
554
|
+
type: DocumentType;
|
|
555
|
+
/** The type of the clinical document. */
|
|
556
|
+
clinicalType?: ClinicalDocumentType;
|
|
557
|
+
/** A given identifier for the document. Has to be unique across all documents for a single patient. */
|
|
558
|
+
id: string;
|
|
559
|
+
/** A 2 letter ISO 639-1 representation of the language of the document. */
|
|
560
|
+
language?: string;
|
|
561
|
+
/** The date and time when the document was created. */
|
|
562
|
+
createdAt?: Date | string;
|
|
563
|
+
/** Document author(s) */
|
|
564
|
+
authors?: Array<DocumentAuthor>;
|
|
565
|
+
/** specialty type the document */
|
|
566
|
+
specialtyType?: SpecialtyType;
|
|
567
|
+
/** Administrative metadata for the document. */
|
|
568
|
+
administrativeMetadata?: DocumentAdministrativeMetadata;
|
|
569
|
+
/** The content of the patient document. */
|
|
570
|
+
content: DocumentContent;
|
|
571
|
+
}
|
|
572
|
+
/** Document author */
|
|
573
|
+
export interface DocumentAuthor {
|
|
574
|
+
/** author id */
|
|
575
|
+
id?: string;
|
|
576
|
+
/** Text representation of the full name */
|
|
577
|
+
fullName?: string;
|
|
578
|
+
}
|
|
579
|
+
/** Document administrative metadata */
|
|
580
|
+
export interface DocumentAdministrativeMetadata {
|
|
581
|
+
/** List of procedure information associated with the document. */
|
|
582
|
+
orderedProcedures?: Array<OrderedProcedure>;
|
|
583
|
+
/** Reference to the encounter associated with the document. */
|
|
584
|
+
encounterId?: string;
|
|
585
|
+
}
|
|
586
|
+
/** Procedure information */
|
|
587
|
+
export interface OrderedProcedure {
|
|
588
|
+
/** Procedure code */
|
|
589
|
+
code?: CodeableConcept;
|
|
590
|
+
/** Procedure description */
|
|
591
|
+
description?: string;
|
|
592
|
+
/** Additional Content defined by implementations */
|
|
593
|
+
extension?: Array<Extension>;
|
|
594
|
+
}
|
|
595
|
+
/** The content of the patient document. */
|
|
596
|
+
export interface DocumentContent {
|
|
597
|
+
/**
|
|
598
|
+
* The type of the content's source.
|
|
599
|
+
* In case the source type is 'inline', the content is given as a string (for instance, text).
|
|
600
|
+
* In case the source type is 'reference', the content is given as a URI.
|
|
601
|
+
*/
|
|
602
|
+
sourceType: DocumentContentSourceType;
|
|
603
|
+
/** The content of the document, given either inline (as a string) or as a reference (URI). */
|
|
604
|
+
value: string;
|
|
605
|
+
}
|
|
606
|
+
/** Configuration affecting the Radiology Insights model's inference. */
|
|
607
|
+
export interface RadiologyInsightsModelConfiguration {
|
|
608
|
+
/** An indication whether the model should produce verbose output. */
|
|
609
|
+
verbose?: boolean;
|
|
610
|
+
/** An indication whether the model's output should include evidence for the inferences. */
|
|
611
|
+
includeEvidence?: boolean;
|
|
612
|
+
/** This is a list of inference types to be inferred for the current request. It could be used if only part of the Radiology Insights inferences are required. If this list is omitted or empty, the model will return all the inference types. */
|
|
613
|
+
inferenceTypes?: RadiologyInsightsInferenceType[];
|
|
614
|
+
/** Options regarding follow up recommendation inferences and finding inferences. */
|
|
615
|
+
inferenceOptions?: RadiologyInsightsInferenceOptions;
|
|
616
|
+
/** Local for the model to use. If not specified, the model will use the default locale. */
|
|
617
|
+
locale?: string;
|
|
618
|
+
}
|
|
619
|
+
/** Options regarding follow up recommendation inferences and finding inferences. */
|
|
620
|
+
export interface RadiologyInsightsInferenceOptions {
|
|
621
|
+
/** Follow-up recommendation options. */
|
|
622
|
+
followupRecommendationOptions?: FollowupRecommendationOptions;
|
|
623
|
+
/** Finding options. */
|
|
624
|
+
findingOptions?: FindingOptions;
|
|
625
|
+
}
|
|
626
|
+
/** Follow-up recommendation options. */
|
|
627
|
+
export interface FollowupRecommendationOptions {
|
|
628
|
+
/** Include/Exclude follow-up recommendations without a specific radiology procedure. Default is false. */
|
|
629
|
+
includeRecommendationsWithNoSpecifiedModality?: boolean;
|
|
630
|
+
/** Include/Exclude follow-up recommendations in references to a guideline or article. Default is false. */
|
|
631
|
+
includeRecommendationsInReferences?: boolean;
|
|
632
|
+
/** If this is true, provide one or more sentences as evidence for the recommendation, next to the token evidence. The start and end positions of these sentences will be put in an extension with url 'modality_sentences'. Default is false. */
|
|
633
|
+
provideFocusedSentenceEvidence?: boolean;
|
|
634
|
+
}
|
|
635
|
+
/** Finding options. */
|
|
636
|
+
export interface FindingOptions {
|
|
637
|
+
/** If this is true, provide the sentence that contains the first token of the finding's clinical indicator (i.e. the medical problem), if there is one. This sentence is provided as an extension with url 'ci_sentence', next to the token evidence. Default is false. */
|
|
638
|
+
provideFocusedSentenceEvidence?: boolean;
|
|
639
|
+
}
|
|
640
|
+
/** The inference results for the Radiology Insights request. If field 'status' has value 'succeeded', then field 'result' will contain an instance of RadiologyInsightsInferenceResult. */
|
|
641
|
+
export interface RadiologyInsightsInferenceResult {
|
|
642
|
+
/** Results for the patients given in the request. */
|
|
643
|
+
patientResults: Array<RadiologyInsightsPatientResult>;
|
|
644
|
+
/** The version of the model used for inference, expressed as the model date. */
|
|
645
|
+
modelVersion: string;
|
|
646
|
+
}
|
|
647
|
+
/** Results of the model's work for a single patient. */
|
|
648
|
+
export interface RadiologyInsightsPatientResult {
|
|
649
|
+
/** Identifier given for the patient in the request. */
|
|
650
|
+
patientId: string;
|
|
651
|
+
/** The model's inferences for the given patient. */
|
|
652
|
+
inferences: Array<RadiologyInsightsInference>;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* An inference made by the Radiology Insights model regarding a patient.
|
|
656
|
+
* - AgeMismatch
|
|
657
|
+
* - SexMismatch
|
|
658
|
+
* - LateralityDiscrepancy
|
|
659
|
+
* - CompleteOrderDiscrepancy
|
|
660
|
+
* - LimitedOrderDiscrepancy
|
|
661
|
+
* - Finding
|
|
662
|
+
* - CriticalResult
|
|
663
|
+
* - FollowupRecommendation
|
|
664
|
+
* - RadiologyProcedure
|
|
665
|
+
* - FollowupCommunication
|
|
666
|
+
*/
|
|
667
|
+
export interface RadiologyInsightsInferenceParent {
|
|
668
|
+
/** Additional Content defined by implementations */
|
|
669
|
+
extension?: Array<Extension>;
|
|
670
|
+
/** The kind of inference */
|
|
671
|
+
kind: string;
|
|
672
|
+
}
|
|
673
|
+
/** A notification for age mismatch is displayed when the age mentioned in a document for a specific patient does not match the age specified in the patient information. */
|
|
674
|
+
export interface AgeMismatchInference extends RadiologyInsightsInferenceParent {
|
|
675
|
+
/** Inference type. */
|
|
676
|
+
kind: "ageMismatch";
|
|
677
|
+
}
|
|
678
|
+
/** A notification for a sex mismatch is displayed when the gender, personal pronouns, gender-related body parts, or gender-related procedures mentioned in a patient's clinical document are either inconsistent or do not match the gender specified in the patient information. */
|
|
679
|
+
export interface SexMismatchInference extends RadiologyInsightsInferenceParent {
|
|
680
|
+
/** Inference type. */
|
|
681
|
+
kind: "sexMismatch";
|
|
682
|
+
/** Sex indication : SNOMED CT code for gender finding. */
|
|
683
|
+
sexIndication: CodeableConcept;
|
|
684
|
+
}
|
|
685
|
+
/** A laterality mismatch occurs when there is a discrepancy between the clinical documentation and the ordered procedure (orderLateralityMismatch), a contradiction within the clinical document (textLateralityContradiction), or when no laterality is mentioned (textLateralityMissing). */
|
|
686
|
+
export interface LateralityDiscrepancyInference extends RadiologyInsightsInferenceParent {
|
|
687
|
+
/** Inference type. */
|
|
688
|
+
kind: "lateralityDiscrepancy";
|
|
689
|
+
/** Laterality indication : SNOMED CT code for laterality qualifier value. */
|
|
690
|
+
lateralityIndication?: CodeableConcept;
|
|
691
|
+
/** Mismatch type : orderLateralityMismatch, textLateralityContradiction, textLateralityMissing. */
|
|
692
|
+
discrepancyType: LateralityDiscrepancyType;
|
|
693
|
+
}
|
|
694
|
+
/** A complete order discrepancy is shown when one or more body parts and/or measurements that should be in the document (because there is a complete order) are not present. */
|
|
695
|
+
export interface CompleteOrderDiscrepancyInference extends RadiologyInsightsInferenceParent {
|
|
696
|
+
/** Inference type. */
|
|
697
|
+
kind: "completeOrderDiscrepancy";
|
|
698
|
+
/** Order type : CPT ultrasound complete code for abdomen, retroperitoneal, pelvis or breast. */
|
|
699
|
+
orderType: CodeableConcept;
|
|
700
|
+
/** List of missing body parts required by a complete order : SNOMED CT codes. */
|
|
701
|
+
missingBodyParts?: Array<CodeableConcept>;
|
|
702
|
+
/** List of missing body parts that require measurement by a complete order : SNOMED CT codes. */
|
|
703
|
+
missingBodyPartMeasurements?: Array<CodeableConcept>;
|
|
704
|
+
}
|
|
705
|
+
/** A limited order discrepancy occurs when there is a limited order, but all body parts and measurements that are needed for a complete order are present in the document. */
|
|
706
|
+
export interface LimitedOrderDiscrepancyInference extends RadiologyInsightsInferenceParent {
|
|
707
|
+
/** Inference type. */
|
|
708
|
+
kind: "limitedOrderDiscrepancy";
|
|
709
|
+
/** Order type : CPT ultrasound complete code for abdomen, retroperitoneal, pelvis or breast. */
|
|
710
|
+
orderType: CodeableConcept;
|
|
711
|
+
/** List of body parts found in the document : SNOMED CT codes. */
|
|
712
|
+
presentBodyParts?: Array<CodeableConcept>;
|
|
713
|
+
/** List of body parts that are measured according to the document : SNOMED CT codes. */
|
|
714
|
+
presentBodyPartMeasurements?: Array<CodeableConcept>;
|
|
715
|
+
}
|
|
716
|
+
/** Findings in a radiology report typically describe abnormalities, lesions, or other notable observations related to the anatomy or pathology of the imaged area. */
|
|
717
|
+
export interface FindingInference extends RadiologyInsightsInferenceParent {
|
|
718
|
+
/** Inference type. */
|
|
719
|
+
kind: "finding";
|
|
720
|
+
/** Finding data : contains extensions, fields and components linked with the finding. */
|
|
721
|
+
finding: Observation;
|
|
722
|
+
}
|
|
723
|
+
/** Critical results refer to findings of utmost importance that may require timely attention due to their potential impact on patient care. */
|
|
724
|
+
export interface CriticalResultInference extends RadiologyInsightsInferenceParent {
|
|
725
|
+
/** Inference type. */
|
|
726
|
+
kind: "criticalResult";
|
|
727
|
+
/** The complete Critical Result, as outlined below, will be reused for the recommendation. */
|
|
728
|
+
result: CriticalResult;
|
|
729
|
+
}
|
|
730
|
+
/** Critical Result consists of two properties. */
|
|
731
|
+
export interface CriticalResult {
|
|
732
|
+
/** Description : medical problem. */
|
|
733
|
+
description: string;
|
|
734
|
+
/** Finding linked to the critical result. */
|
|
735
|
+
finding?: Observation;
|
|
736
|
+
}
|
|
737
|
+
/** Radiology procedures are the specific imaging studies or examinations ordered for the patient, extracted from the document information and text. */
|
|
738
|
+
export interface RadiologyProcedureInference extends RadiologyInsightsInferenceParent {
|
|
739
|
+
/** Inference type. */
|
|
740
|
+
kind: "radiologyProcedure";
|
|
741
|
+
/** LOINC codes for the procedure. */
|
|
742
|
+
procedureCodes?: Array<CodeableConcept>;
|
|
743
|
+
/** Imaging procedures. */
|
|
744
|
+
imagingProcedures: Array<ImagingProcedure>;
|
|
745
|
+
/** Ordered procedure information from the document information or text. */
|
|
746
|
+
orderedProcedure: OrderedProcedure;
|
|
747
|
+
}
|
|
748
|
+
/** Imaging procedure. */
|
|
749
|
+
export interface ImagingProcedure {
|
|
750
|
+
/** Modality : SNOMED CT code. */
|
|
751
|
+
modality: CodeableConcept;
|
|
752
|
+
/** Anatomy : SNOMED CT code. */
|
|
753
|
+
anatomy: CodeableConcept;
|
|
754
|
+
/** Laterality : SNOMED CT code. */
|
|
755
|
+
laterality?: CodeableConcept;
|
|
756
|
+
/** Contrast : see RadiologyCodeWithTypes (below). */
|
|
757
|
+
contrast?: RadiologyCodeWithTypes;
|
|
758
|
+
/** View : see RadiologyCodeWithTypes (below). */
|
|
759
|
+
view?: RadiologyCodeWithTypes;
|
|
760
|
+
}
|
|
761
|
+
/** Radiology code with types : used in imaging procedure recommendation for contrast and view. */
|
|
762
|
+
export interface RadiologyCodeWithTypes {
|
|
763
|
+
/** The SNOMED CT code indicates whether imaging was conducted with or without contrast in the case of contrast, and in the case of views, it denotes the number of views. */
|
|
764
|
+
code: CodeableConcept;
|
|
765
|
+
/** The collection of types will indicate the contrast substance used in the case of contrast and, in the case of views, it will specify the types of views, such as lateral and frontal, etc. */
|
|
766
|
+
types: Array<CodeableConcept>;
|
|
767
|
+
}
|
|
768
|
+
/** Follow-up recommendations offer guidance to healthcare providers on managing and monitoring patients based on the findings of imaging studies. */
|
|
769
|
+
export interface FollowupRecommendationInference extends RadiologyInsightsInferenceParent {
|
|
770
|
+
/** Inference type. */
|
|
771
|
+
kind: "followupRecommendation";
|
|
772
|
+
/** Date and time are displayed when the procedure is recommended to be done at a specific point in time. */
|
|
773
|
+
effectiveAt?: string;
|
|
774
|
+
/** The period is shown if a specific period is mentioned, with a start and end date-time. */
|
|
775
|
+
effectivePeriod?: Period;
|
|
776
|
+
/** Findings related to the recommendation. */
|
|
777
|
+
findings?: Array<RecommendationFinding>;
|
|
778
|
+
/** The conditional value indicates whether or not the sentence containing the recommendation includes a conditional statement. Keywords for conditional statements include 'if', 'when', 'unless', and so on. */
|
|
779
|
+
isConditional: boolean;
|
|
780
|
+
/** The option value indicates whether or not the sentence containing the recommendation includes an optional statement. Keywords for optional statements include 'recommend', 'consider', and so on. */
|
|
781
|
+
isOption: boolean;
|
|
782
|
+
/** The guideline value indicates whether or not the recommendation is part of a guideline section that compiles all recommendations applicable to various findings. */
|
|
783
|
+
isGuideline: boolean;
|
|
784
|
+
/** Hedging refers to ambiguous, vague or imprecise language within the sentence of the recommendation. Keywords for hedging are 'can be','may be',and so on. */
|
|
785
|
+
isHedging: boolean;
|
|
786
|
+
/** The procedure recommendation can be a generic procedure or an imaging procedure. */
|
|
787
|
+
recommendedProcedure: ProcedureRecommendation;
|
|
788
|
+
}
|
|
789
|
+
/** Finding reference for recommendation. */
|
|
790
|
+
export interface RecommendationFinding {
|
|
791
|
+
/** Finding linked to a recommendation. */
|
|
792
|
+
finding?: Observation;
|
|
793
|
+
/** Critical result linked to a recommendation. */
|
|
794
|
+
criticalFinding?: CriticalResult;
|
|
795
|
+
/** Recommendation finding status. */
|
|
796
|
+
recommendationFindingStatus: RecommendationFindingStatusType;
|
|
797
|
+
/** Additional Content defined by implementations */
|
|
798
|
+
extension?: Array<Extension>;
|
|
799
|
+
}
|
|
800
|
+
/** The procedure recommendation can be a generic procedure or an imaging procedure. */
|
|
801
|
+
export interface ProcedureRecommendationParent {
|
|
802
|
+
/** Additional Content defined by implementations */
|
|
803
|
+
extension?: Array<Extension>;
|
|
804
|
+
/** The kind of procedure recommendation eg. generic or imaging*/
|
|
805
|
+
kind: string;
|
|
806
|
+
}
|
|
807
|
+
/** Generic procedure information. */
|
|
808
|
+
export interface GenericProcedureRecommendation extends ProcedureRecommendationParent {
|
|
809
|
+
/** Procedure type : generic. */
|
|
810
|
+
kind: "genericProcedureRecommendation";
|
|
811
|
+
/** Procedure modality : SNOMED CT code. */
|
|
812
|
+
code: CodeableConcept;
|
|
813
|
+
/** Procedure description : MANAGEMENT PROCEDURE (PROCEDURE) or CONSULTATION (PROCEDURE) based on SNOMED CT. */
|
|
814
|
+
description?: string;
|
|
815
|
+
}
|
|
816
|
+
/** Imaging procedures. */
|
|
817
|
+
export interface ImagingProcedureRecommendation extends ProcedureRecommendationParent {
|
|
818
|
+
/** Procedure type : imaging. */
|
|
819
|
+
kind: "imagingProcedureRecommendation";
|
|
820
|
+
/** LOINC codes for the procedure. */
|
|
821
|
+
procedureCodes?: Array<CodeableConcept>;
|
|
822
|
+
/** Imaging procedures. */
|
|
823
|
+
imagingProcedures: Array<ImagingProcedure>;
|
|
824
|
+
}
|
|
825
|
+
/** Follow-up communication involves the exchange of important information, recommendations, or updates between radiologists and other healthcare professionals involved in a patient's care. */
|
|
826
|
+
export interface FollowupCommunicationInference extends RadiologyInsightsInferenceParent {
|
|
827
|
+
/** Inference type. */
|
|
828
|
+
kind: "followupCommunication";
|
|
829
|
+
/** Communication date and time. */
|
|
830
|
+
communicatedAt?: Date[] | string[];
|
|
831
|
+
/** Recipient of the communication. */
|
|
832
|
+
recipient?: MedicalProfessionalType[];
|
|
833
|
+
/** Communication was acknowledged. */
|
|
834
|
+
wasAcknowledged: boolean;
|
|
835
|
+
}
|
|
836
|
+
/** Response for the Radiology Insights request. */
|
|
837
|
+
export interface RadiologyInsightsJob {
|
|
838
|
+
/** The request data for the operation. */
|
|
839
|
+
jobData?: RadiologyInsightsData;
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* A resource with narrative, extensions, and contained resources
|
|
843
|
+
* Based on [FHIR DomainResource](https://www.hl7.org/fhir/domainresource.html)
|
|
844
|
+
*/
|
|
845
|
+
export type DomainResource = DomainResourceParent | Observation | Condition | ResearchStudy;
|
|
846
|
+
/**
|
|
847
|
+
* An inference made by the Radiology Insights model regarding a patient.
|
|
848
|
+
* - AgeMismatch
|
|
849
|
+
* - SexMismatch
|
|
850
|
+
* - LateralityDiscrepancy
|
|
851
|
+
* - CompleteOrderDiscrepancy
|
|
852
|
+
* - LimitedOrderDiscrepancy
|
|
853
|
+
* - Finding
|
|
854
|
+
* - CriticalResult
|
|
855
|
+
* - FollowupRecommendation
|
|
856
|
+
* - RadiologyProcedure
|
|
857
|
+
* - FollowupCommunication
|
|
858
|
+
*/
|
|
859
|
+
export type RadiologyInsightsInference = RadiologyInsightsInferenceParent | AgeMismatchInference | SexMismatchInference | LateralityDiscrepancyInference | CompleteOrderDiscrepancyInference | LimitedOrderDiscrepancyInference | FindingInference | CriticalResultInference | RadiologyProcedureInference | FollowupRecommendationInference | FollowupCommunicationInference;
|
|
860
|
+
/** The procedure recommendation can be a generic procedure or an imaging procedure. */
|
|
861
|
+
export type ProcedureRecommendation = ProcedureRecommendationParent | GenericProcedureRecommendation | ImagingProcedureRecommendation;
|
|
862
|
+
/** Alias for PatientSex */
|
|
863
|
+
export type PatientSex = string | "female" | "male" | "unspecified";
|
|
864
|
+
/** Alias for ContactPointSystem */
|
|
865
|
+
export type ContactPointSystem = string | "phone" | "fax" | "email" | "pager" | "url" | "sms" | "other";
|
|
866
|
+
/** Alias for ContactPointUse */
|
|
867
|
+
export type ContactPointUse = string | "home" | "work" | "temp" | "old" | "mobile";
|
|
868
|
+
/** Alias for ObservationStatusCodeType */
|
|
869
|
+
export type ObservationStatusCodeType = string | "registered" | "preliminary" | "final" | "amended" | "corrected" | "cancelled" | "entered-in-error" | "unknown";
|
|
870
|
+
/** Alias for ResearchStudyStatusCodeType */
|
|
871
|
+
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";
|
|
872
|
+
/** Alias for EncounterClass */
|
|
873
|
+
export type EncounterClass = string | "inpatient" | "ambulatory" | "observation" | "emergency" | "virtual" | "healthHome";
|
|
874
|
+
/** Alias for DocumentType */
|
|
875
|
+
export type DocumentType = string | "note" | "fhirBundle" | "dicom" | "genomicSequencing";
|
|
876
|
+
/** Alias for ClinicalDocumentType */
|
|
877
|
+
export declare enum ClinicalDocumentTypeEnum {
|
|
878
|
+
/** Consultation documents */
|
|
879
|
+
Consultation = "consultation",
|
|
880
|
+
/** Discharge summary documents */
|
|
881
|
+
DischargeSummary = "dischargeSummary",
|
|
882
|
+
/** H&P documents */
|
|
883
|
+
HistoryAndPhysical = "historyAndPhysical",
|
|
884
|
+
/** Radiology documents */
|
|
885
|
+
RadiologyReport = "radiologyReport",
|
|
886
|
+
/** Procedure notes */
|
|
887
|
+
Procedure = "procedure",
|
|
888
|
+
/** Progress notes */
|
|
889
|
+
Progress = "progress",
|
|
890
|
+
/** Laboratory documents */
|
|
891
|
+
Laboratory = "laboratory"
|
|
892
|
+
}
|
|
893
|
+
/** Allowed types of documents to be evaluated, specified in an Enum */
|
|
894
|
+
export type ClinicalDocumentType = ClinicalDocumentTypeEnum;
|
|
895
|
+
/** Alias for SpecialtyType */
|
|
896
|
+
export type SpecialtyType = string | "pathology" | "radiology";
|
|
897
|
+
/** Alias for DocumentContentSourceType */
|
|
898
|
+
export type DocumentContentSourceType = string | "inline" | "reference";
|
|
899
|
+
/** Alias for RadiologyInsightsInferenceType */
|
|
900
|
+
export type RadiologyInsightsInferenceType = string | "ageMismatch" | "lateralityDiscrepancy" | "sexMismatch" | "completeOrderDiscrepancy" | "limitedOrderDiscrepancy" | "finding" | "criticalResult" | "followupRecommendation" | "followupCommunication" | "radiologyProcedure";
|
|
901
|
+
/** Alias for LateralityDiscrepancyType */
|
|
902
|
+
export type LateralityDiscrepancyType = string | "orderLateralityMismatch" | "textLateralityContradiction" | "textLateralityMissing";
|
|
903
|
+
/** Alias for RecommendationFindingStatusType */
|
|
904
|
+
export type RecommendationFindingStatusType = string | "present" | "differential" | "ruleOut" | "conditional";
|
|
905
|
+
/** Alias for MedicalProfessionalType */
|
|
906
|
+
export type MedicalProfessionalType = string | "unknown" | "doctor" | "nurse" | "midwife" | "physicianAssistant";
|
|
907
|
+
/** Alias for JobStatus */
|
|
908
|
+
export type JobStatus = string | "notStarted" | "running" | "succeeded" | "failed" | "canceled";
|
|
909
|
+
//# sourceMappingURL=models.d.ts.map
|