🐛 fix (initial-nursing): correct typecode value
This commit is contained in:
@@ -20,7 +20,7 @@ const schema = InitialNursingSchema
|
||||
const payload = ref({
|
||||
encounter_id: 0,
|
||||
time: '',
|
||||
typeCode: 'initial-nursing',
|
||||
typeCode: 'early-nursery',
|
||||
value: '',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user