UserAnnuaireSanteProfileCreateInput
Identifies a practitioner in Annuaire Santé on create. The server resolves and stores the full profile from RPPS.
input UserAnnuaireSanteProfileCreateInput {
rpps: String!
annuaireSanteIds: UserAnnuaireSanteIdsInput
msSanteEmail: String
}
Fields
UserAnnuaireSanteProfileCreateInput.rpps ● String! non-null scalar
RPPS number (11 digits). The server looks up practitioner data in Annuaire Santé.
UserAnnuaireSanteProfileCreateInput.annuaireSanteIds ● UserAnnuaireSanteIdsInput input
Required when the RPPS matches multiple practitioner roles in Annuaire Santé. Omit when exactly one role is returned.
UserAnnuaireSanteProfileCreateInput.msSanteEmail ● String scalar
Optional override. Defaults to the first MSS email from the directory when omitted.
Member Of
UserFrenchComplianceInput input ● UserFrenchComplianceUpdateInput input