Values.InputDataConfigSourceConfiguration details for input patient data
type nonrec t = {fhirServer : FHIRServer.t option;FHIR server configuration to retrieve patient data.
*)s3Sources : S3Sources.t option;List of S3 sources containing patient data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of S3Uri.t ]) list ] list
| `Structure of
(string * [> `String of FHIRServerFhirEndpointString.t ]) list ])
list ]