Values.FHIRServerSourceFHIR server configuration for input data source
type nonrec t = {fhirEndpoint : FHIRServerFhirEndpointString.t;FHIR server endpoint URL for accessing patient data.
*)oauthToken : SensitiveNonEmptyString.t option;OAuth token for authenticating with the FHIR server.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of FHIRServerFhirEndpointString.t ]) list ]