Hi Ruth
If aliveDuring is a TimePeriod, then you could use the endDate of the TimePeriod to record the unfortunate date of death.
Note that in the Open API model (TMF632 Party) we have explicit properties for birth and death dates:
"birthDate": {
"type": "string",
"format": "date-time",
"description": "Birth date"
},
"deathDate": {
"type": "string",
"format": "date-time",
"description": "Date of death"
},
Hope it helps
------------------------------
Jonathan Goldberg
Amdocs Management Limited
Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
------------------------------