Values.StartPatientInsightsJobRequestSourceStarts a new patient insights job.
type nonrec t = {domainId : DomainId.t;patientContext : PatientInsightsPatientContext.t;insightsContext : InsightsContext.t;encounterContext : PatientInsightsEncounterContext.t;userContext : UserContext.t;inputDataConfig : InputDataConfig.t;outputDataConfig : OutputDataConfig.t;clientToken : NonEmptyString.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
domainId:DomainId.t ->
patientContext:PatientInsightsPatientContext.t ->
insightsContext:InsightsContext.t ->
encounterContext:PatientInsightsEncounterContext.t ->
userContext:UserContext.t ->
inputDataConfig:InputDataConfig.t ->
outputDataConfig:OutputDataConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of S3Uri.t ]) list ]
list
| `String of SensitiveNonEmptyString.t
| `Structure of
(string * [> `String of FHIRServerFhirEndpointString.t ]) list ])
list ])
list ]