Interface: PatientInput
Input for a P (patient) record. The three IDs stay distinct: none defaults from another.
Properties
birthDate?
readonlyoptionalbirthDate?:string
Field 8: birthdate (YYYYMMDDHHMMSS), emitted verbatim, never reformatted.
laboratoryAssignedId?
readonlyoptionallaboratoryAssignedId?:string
Field 4: laboratory-assigned patient ID.
mothersMaidenName?
readonlyoptionalmothersMaidenName?:string
Field 7: mother's maiden name.
name?
readonlyoptionalname?:PatientNameInput
Field 6: patient name (Last^First^Middle).
patientIdThree?
readonlyoptionalpatientIdThree?:string
Field 5: a third patient identifier.
practiceAssignedId?
readonlyoptionalpracticeAssignedId?:string
Field 3: practice-assigned patient ID.
seq?
readonlyoptionalseq?:string
Structural sequence number; auto-computed when omitted.
sex?
readonlyoptionalsex?:string
Field 9: sex, emitted verbatim (never defaulted).
type
readonlytype:"P"