Open APIs

 View Only
  • 1.  sid

    Posted Jun 21, 2023 15:30
    Hi!, we need to include the date of death of an individual (SID MODEL), where do you recommend that it be placed? Could it be in the individual class? already there is aliveDuring.
    
    Thank you


    ------------------------------
    Ruth Briceño
    Antel-Uruguay
    ------------------------------


  • 2.  RE: sid

    Posted Jun 22, 2023 04:43

    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.
    ------------------------------



  • 3.  RE: sid

    Posted Jun 22, 2023 08:30
    Thank you very much for your time and quick response, it has been useful!


    ------------------------------
    Ruth Briceño
    Antel-Uruguay
    ------------------------------