Values.PatientInsightsPatientContextSourceDetails for a patient
type nonrec t = {patientId : SensitiveNonEmptyString.t;Unique identifier of the patient
*)dateOfBirth : SensitiveIsoDateString.t option;Date of birth of the patient.
*)pronouns : Pronouns.t option;Pronouns preferred by the patient.
*)}val make :
?dateOfBirth:??? ->
?pronouns:??? ->
patientId:SensitiveNonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SensitiveNonEmptyString.t ])
list ]