Skip to content

Commit

Permalink
fix(MPI-375): fix en el campo tipo de identificacion en pacientes ext…
Browse files Browse the repository at this point in the history
…ranjeros (#1679)
  • Loading branch information
MarianoCampetella authored Mar 29, 2022
1 parent 9b6e27e commit bb40a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-v2/mpi/paciente/paciente.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const PacienteSchema: mongoose.Schema = new mongoose.Schema({
// ---------------------
// Campos asociados a pacientes extranjeros

tipoIdentificacion: { type: IDENTIFICACION, required: false }, // pasaporte o documento extranjero
tipoIdentificacion: IDENTIFICACION, // pasaporte o documento extranjero
numeroIdentificacion: {
type: String,
required: false
Expand Down

0 comments on commit bb40a81

Please sign in to comment.