{
  "initiative": {
    "key": "hinanjo-saigai-kanri",
    "name": "避難所・災害対応拠点管理"
  },
  "app": {
    "key": "hinansha-meibo",
    "name": "避難者名簿",
    "category": "防災安全部",
    "tags": [
      "避難者受付"
    ],
    "description": "施設・避難所マスタを参照し、避難者の受付(世帯単位)・入退所状況を管理する業務アプリ。世帯員は世帯構成サブテーブルで管理し、世帯員ごとの入退所状況から避難者数(在所人数)をメインフィールドの計算フィールドで自動集計する。",
    "status": "完了",
    "appId": 616
  },
  "source": "kintone (live)",
  "exportedAt": "2026-08-18T05:49:55.705Z",
  "fields": [
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "denwa_bangou",
      "label": "電話番号",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "DATE",
      "code": "nyuusho_bi",
      "label": "入所日",
      "noLabel": false,
      "required": true,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "DATE",
      "code": "taisho_bi",
      "label": "退所日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SUBTABLE",
      "code": "setai_kousei",
      "noLabel": false,
      "label": "世帯構成",
      "fields": {
        "tokubetsu_needs_h": {
          "type": "SINGLE_LINE_TEXT",
          "code": "tokubetsu_needs_h",
          "label": "特別なニーズ(持病・障害・アレルギー等)",
          "noLabel": false,
          "required": false,
          "minLength": "",
          "maxLength": "",
          "expression": "",
          "hideExpression": false,
          "unique": false,
          "defaultValue": ""
        },
        "furigana_h": {
          "type": "SINGLE_LINE_TEXT",
          "code": "furigana_h",
          "label": "フリガナ",
          "noLabel": false,
          "required": false,
          "minLength": "",
          "maxLength": "",
          "expression": "",
          "hideExpression": false,
          "unique": false,
          "defaultValue": ""
        },
        "seibetsu_h": {
          "type": "RADIO_BUTTON",
          "code": "seibetsu_h",
          "label": "性別",
          "noLabel": false,
          "required": true,
          "options": {
            "男性": {
              "label": "男性",
              "index": "0"
            },
            "その他": {
              "label": "その他",
              "index": "2"
            },
            "女性": {
              "label": "女性",
              "index": "1"
            }
          },
          "defaultValue": "男性",
          "align": "HORIZONTAL"
        },
        "nyuutaisho_joukyou_h": {
          "type": "RADIO_BUTTON",
          "code": "nyuutaisho_joukyou_h",
          "label": "入退所状況",
          "noLabel": false,
          "required": true,
          "options": {
            "退所": {
              "label": "退所",
              "index": "1"
            },
            "在所": {
              "label": "在所",
              "index": "0"
            }
          },
          "defaultValue": "在所",
          "align": "HORIZONTAL"
        },
        "shimei_h": {
          "type": "SINGLE_LINE_TEXT",
          "code": "shimei_h",
          "label": "氏名",
          "noLabel": false,
          "required": true,
          "minLength": "",
          "maxLength": "",
          "expression": "",
          "hideExpression": false,
          "unique": false,
          "defaultValue": ""
        },
        "seinengapi_h": {
          "type": "DATE",
          "code": "seinengapi_h",
          "label": "生年月日",
          "noLabel": false,
          "required": false,
          "unique": false,
          "defaultValue": "",
          "defaultNowValue": false
        },
        "zaisho_h": {
          "type": "CALC",
          "code": "zaisho_h",
          "label": "在所人数(集計用)",
          "noLabel": false,
          "required": false,
          "expression": "IF(nyuutaisho_joukyou_h = \"在所\", 1, 0)",
          "format": "NUMBER",
          "displayScale": "",
          "hideExpression": false,
          "unit": "",
          "unitPosition": "BEFORE"
        }
      }
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "label": "世帯情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "受付情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "hinanjo",
      "label": "避難所",
      "noLabel": false,
      "required": true,
      "lookup": {
        "relatedApp": {
          "app": "340",
          "code": ""
        },
        "relatedKeyField": "shisetsu_bangou",
        "fieldMappings": [],
        "lookupPickerFields": [
          "shisetsu_bangou",
          "shisetsu_mei",
          "hinanjo_shubetsu"
        ],
        "filterCond": "",
        "sort": "Record_number desc"
      }
    },
    {
      "type": "GROUP",
      "code": "group_2",
      "label": "入退所管理",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "pet_shousai",
      "label": "ペット詳細(種類・頭数)",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "CALC",
      "code": "zaisho_ninzuu",
      "label": "避難者数(在所人数)",
      "noLabel": false,
      "required": false,
      "expression": "SUM(zaisho_h)",
      "format": "NUMBER",
      "displayScale": "",
      "hideExpression": false,
      "unit": "",
      "unitPosition": "BEFORE"
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "daihyousha_shimei",
      "label": "代表者氏名",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "juusho",
      "label": "住所",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "uketsuke_id",
      "label": "受付ID",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "64",
      "expression": "",
      "hideExpression": false,
      "unique": true,
      "defaultValue": ""
    },
    {
      "type": "RADIO_BUTTON",
      "code": "pet_doohan",
      "label": "ペット同伴",
      "noLabel": false,
      "required": true,
      "options": {
        "無": {
          "label": "無",
          "index": "1"
        },
        "有": {
          "label": "有",
          "index": "0"
        }
      },
      "defaultValue": "有",
      "align": "HORIZONTAL"
    },
    {
      "type": "RADIO_BUTTON",
      "code": "status",
      "label": "ステータス",
      "noLabel": false,
      "required": true,
      "options": {
        "退所": {
          "label": "退所",
          "index": "1"
        },
        "在所": {
          "label": "在所",
          "index": "0"
        }
      },
      "defaultValue": "在所",
      "align": "HORIZONTAL"
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "uketsuke_id",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "hinanjo",
              "size": {
                "width": "193"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "daihyousha_shimei",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "CALC",
              "code": "zaisho_ninzuu",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "juusho",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "denwa_bangou",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "pet_doohan",
              "size": {
                "width": "168"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "pet_shousai",
              "size": {
                "width": "193"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "GROUP",
      "code": "group_2",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DATE",
              "code": "nyuusho_bi",
              "size": {
                "width": "117"
              }
            },
            {
              "type": "DATE",
              "code": "taisho_bi",
              "size": {
                "width": "117"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "status",
              "size": {
                "width": "168"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "biko",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "SUBTABLE",
      "code": "setai_kousei",
      "fields": [
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "shimei_h",
          "size": {
            "width": "193"
          }
        },
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "furigana_h",
          "size": {
            "width": "193"
          }
        },
        {
          "type": "DATE",
          "code": "seinengapi_h",
          "size": {
            "width": "117"
          }
        },
        {
          "type": "RADIO_BUTTON",
          "code": "seibetsu_h",
          "size": {
            "width": "168"
          }
        },
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "tokubetsu_needs_h",
          "size": {
            "width": "193"
          }
        },
        {
          "type": "RADIO_BUTTON",
          "code": "nyuutaisho_joukyou_h",
          "size": {
            "width": "168"
          }
        },
        {
          "type": "CALC",
          "code": "zaisho_h",
          "size": {
            "width": "193"
          }
        }
      ]
    }
  ]
}