INSInput
Defines the INS properties of a patient. Only applicable to practices in France which are INS certified.
input INSInput {
number: String
oid: String
manualIdentification: Boolean
identityAlertStatus: PatientINSSIdentityAlertStatus
identityAlertComment: String
status: PatientINSStatus
identityDocument: String
}
Fields
INSInput.number ● String scalar
The INS number of the patient.
INSInput.oid ● String scalar
The OID number of the patient.
INSInput.manualIdentification ● Boolean scalar
Indicates if the patient identity has been manually verified.
INSInput.identityAlertStatus ● PatientINSSIdentityAlertStatus enum
The status of the patient's identity alert.
INSInput.identityAlertComment ● String scalar
Comment attached to the patient's identity alert.
INSInput.status ● PatientINSStatus enum
The status of the patient's INS.
INSInput.identityDocument ● String scalar
The name of the document used to verify the patient's identity.
Member Of
createPatient mutation ● UpdatePatientDataInput input