Hey folks,
I've created a basic REST operation to create a patient but I've noticed that if I pass in
deceasedDateTime AND
deceasedBoolean in the create FHIR resource for the patient, HAPI FHIR is removing the
deceasedDateTime from the Patient @ResourceParam. Looking into the object there is no reference at all to the
deceasedDateTime, only the
deceasedBoolean.Has anyone run into this issue, is this intended behaviour? I need the
deceasedDateTime if the patient is indeed deceased. If
deceasedBoolean is removed then I get the
deceasedDateTime which is the field I care about but I can't guarantee that upstream system's will not send both.
Thanks in advance!