Module Values.StartPatientInsightsJobRequestSource

Starts a new patient insights job.

Sourcetype nonrec t = {
  1. domainId : DomainId.t;
  2. patientContext : PatientInsightsPatientContext.t;
  3. insightsContext : InsightsContext.t;
  4. encounterContext : PatientInsightsEncounterContext.t;
  5. userContext : UserContext.t;
  6. inputDataConfig : InputDataConfig.t;
  7. outputDataConfig : OutputDataConfig.t;
  8. clientToken : NonEmptyString.t option;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> domainId:DomainId.t -> patientContext:PatientInsightsPatientContext.t -> insightsContext:InsightsContext.t -> encounterContext:PatientInsightsEncounterContext.t -> userContext:UserContext.t -> inputDataConfig:InputDataConfig.t -> outputDataConfig:OutputDataConfig.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t