{
  "initiative": {
    "key": "ninshin-shussan-shien",
    "name": "妊娠出産支援"
  },
  "app": {
    "key": "mensetsu-yoyaku-kanri",
    "name": "面談予約管理",
    "category": "こども家庭部",
    "tags": [
      "予約受付"
    ],
    "description": "妊婦マスタを参照し、妊娠時面談・出生時面談の予約と実施状況を管理する業務アプリ。",
    "status": "完了",
    "appId": 449
  },
  "source": "apps.yaml",
  "exportedAt": "2026-07-03T12:04:44.237Z",
  "fields": [
    {
      "code": "taisho_boshi_techou_bangou",
      "label": "対象妊婦",
      "type": "SINGLE_LINE_TEXT",
      "required": true,
      "lookup": {
        "relatedApp": {
          "appKey": "ninpu-master"
        },
        "relatedKeyField": "boshi_techou_bangou",
        "lookupPickerFields": [
          "boshi_techou_bangou",
          "shimei",
          "shussan_yotei_bi"
        ]
      }
    },
    {
      "code": "mensetsu_shubetsu",
      "label": "面談種別",
      "type": "RADIO_BUTTON",
      "required": true,
      "options": {
        "妊娠時面談": {
          "label": "妊娠時面談",
          "index": "0"
        },
        "出生時面談": {
          "label": "出生時面談",
          "index": "1"
        }
      }
    },
    {
      "code": "yoyaku_nichiji",
      "label": "予約日時",
      "type": "DATETIME"
    },
    {
      "code": "mensetsu_jisshi_bi",
      "label": "面談実施日",
      "type": "DATE"
    },
    {
      "code": "mensetsu_kekka",
      "label": "面談結果",
      "type": "DROP_DOWN",
      "options": {
        "予約済": {
          "label": "予約済",
          "index": "0"
        },
        "実施済": {
          "label": "実施済",
          "index": "1"
        },
        "不参加": {
          "label": "不参加",
          "index": "2"
        },
        "キャンセル": {
          "label": "キャンセル",
          "index": "3"
        }
      }
    },
    {
      "code": "mensetsu_tantou",
      "label": "面談担当者",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "mensetsu_naiyou",
      "label": "面談内容メモ",
      "type": "MULTI_LINE_TEXT"
    },
    {
      "code": "biko",
      "label": "備考",
      "type": "MULTI_LINE_TEXT"
    }
  ],
  "layout": [
    {
      "group": "面談情報",
      "code": "group_0",
      "rows": [
        [
          "taisho_boshi_techou_bangou"
        ],
        [
          "mensetsu_shubetsu"
        ],
        [
          "yoyaku_nichiji"
        ],
        [
          "mensetsu_jisshi_bi",
          "mensetsu_kekka"
        ],
        [
          "mensetsu_tantou"
        ],
        [
          "mensetsu_naiyou"
        ],
        [
          "biko"
        ]
      ]
    }
  ]
}