資料格式 - EmergencyContact === ### Description: 病患資料- 緊急聯絡人 ### 資料格式: | key | type | value | description | |:------------ |:------ |:------------ |:----------- | | id | Int | 1 | id | | name | String | "陳津津" | 姓名 | | relationship | String | "監護人" | 關係 | | phoneNumber | String | "0954778745" | 電話 | ### `範例`: ```json= { "id": 1, "name": "陳津津", "relationship": "監護人", "phoneNumber": "0954778745" } ``` ###### tags: `掛號系統`