Skip to main content

INS

Defines the INS properties of a patient. Only applicable to practices in France which are INS certified.

type INS {
number: String
oid: String
manualIdentification: Boolean
identityAlertStatus: PatientINSSIdentityAlertStatus
identityAlertComment: String
status: PatientINSStatus
identityDocument: String
}

Fields

INS.number ● String scalar

The INS number of the patient.

INS.oid ● String scalar

The OID number of the patient.

INS.manualIdentification ● Boolean scalar

Indicates if the patient identity has been manually verified.

INS.identityAlertStatus ● PatientINSSIdentityAlertStatus enum

The status of the patient's identity alert.

INS.identityAlertComment ● String scalar

Comment attached to the patient's identity alert.

INS.status ● PatientINSStatus enum

The status of the patient's INS.

INS.identityDocument ● String scalar

The name of the document used to verify the patient's identity.

Member Of

Patient object