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