Skip to content

Commit

Permalink
fix patientAccountNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanramorim committed Jun 11, 2021
1 parent 197aec7 commit 76fd8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/schemas/SpecializedMedicalReport_1_000.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
]
},
"numberPatientAccount": {
"patientAccountNumber": {
"description": "Número da conta do paciente",
"required": true,
"type": "string",
Expand All @@ -100,7 +100,7 @@
}
]
},
"sequentialPatientAccount": {
"patientAccountSequence": {
"description": "Número sequencial da conta do paciente",
"required": true,
"type": "integer",
Expand Down

0 comments on commit 76fd8ac

Please sign in to comment.