fix: stop mapping isDead label on patient detail
Removing the death_indicator transform keeps GET /api/patient/{id} from exposing isDeadLabel while still returning the raw flag.
This commit is contained in:
parent
1c1808fdb9
commit
dfe7a1fd0e
@ -88,7 +88,6 @@ class PatientModel extends BaseModel {
|
||||
'Race' => 'race',
|
||||
'Religion' => 'religion',
|
||||
'Ethnic' => 'ethnic',
|
||||
'isDead' => 'death_indicator',
|
||||
'MaritalStatus' => 'marital_status',
|
||||
])[0];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user