cのサンプルデータ

協会けんぽページに載せてあるxmlのサンプルです

<?xml version="1.0" encoding="utf-8"?>
<checkupClaim xmlns="http://tokuteikenshin.jp/checkup/2007" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tokuteikenshin.jp/checkup/2007 ../XSD/cc08_V08.xsd">
  <!--受診情報-->
  <encounter>
    <!--実施区分-->
    <serviceEventType code="1" />
  </encounter>
  <!--受診者情報-->
  <subjectPerson>
    <!--特定健診機関番号-->
    <performerOrganization>
      <id root="1.2.392.200119.6.102" extension="1234567890" />
    </performerOrganization>
    <!--被保険者証情報-->
    <insuranceCard>
      <!--保険者番号-->
      <insurerNumber root="1.2.392.200119.6.101" extension="01130012" />
      <!--被保険者記号-->
      <symbol root="1.2.392.200119.6.204" extension="57010203" />
      <!--被保険者番号-->
      <number root="1.2.392.200119.6.205" extension="10001" />
    </insuranceCard>
    <!--氏名-->
    <name>ケンシンイチ</name>
    <!--住所-->
    <addr>
      <postalCode>102-8575</postalCode>東京都千代田区九段北4-2-1 市ヶ谷東急ビル9F
    </addr>
    <!--生年月日-->
    <birthTime value="19410929" />
    <!--性別コード-->
    <administrativeGender code="2" />
  </subjectPerson>
  <!--特定健診受診券情報-->
  <checkupCard>
    <!--特定健診受診券整理番号-->
    <id root="1.2.392.200119.6.209" extension="10112345678" />
    <!--有効期間-->
    <effectiveTime>
      <high value="20110331" />
    </effectiveTime>
    <!--窓口負担(基本的な健診)-->
    <chargeTypeBasic code="2">
      <!--負担金額-->
      <amount value="002100" currency="JPY" />
    </chargeTypeBasic>
    <!--窓口負担(追加健診)-->
    <chargeTypeOther code="1" />
  </checkupCard>
  <!--決済情報-->
  <settlement>
    <!--請求区分コード-->
    <claimType code="3" />
    <!--委託料単価(個別健診・集団健診)区分-->
    <commissionType code="1" />
    <!--単価(基本的な健診)-->
    <unitPriceBasic>
      <!--単価金額-->
      <amount value="7500" currency="JPY" />
    </unitPriceBasic>
    <!--単価(追加健診)-->
    <unitPriceOther>
      <!--単価金額 アルブミン-->
      <amount value="0" currency="JPY" />
      <observation code="3A015000002327101" codeSystem="1.2.392.200119.6.1005" />
    </unitPriceOther>
    <unitPriceOther>
      <!--単価金額 ヘマトクリット値-->
      <amount value="0" currency="JPY" />
      <observation code="2A040000001930102" codeSystem="1.2.392.200119.6.1005" />
    </unitPriceOther>
    <unitPriceOther>
      <!--単価金額 血色素量(ヘモグロビン値)-->
      <amount value="0" currency="JPY" />
      <observation code="2A030000001930101" codeSystem="1.2.392.200119.6.1005" />
    </unitPriceOther>
    <unitPriceOther>
      <!--単価金額 赤血球数-->
      <amount value="0" currency="JPY" />
      <observation code="2A020000001930101" codeSystem="1.2.392.200119.6.1005" />
    </unitPriceOther>
    <!--窓口負担金額(基本的な健診) -->
    <paymentForBasic>
      <amount value="002100" currency="JPY" />
    </paymentForBasic>
    <!--窓口負担金額(追加健診又は人間ドック)-->
    <paymentForOther>
      <amount value="000000" currency="JPY" />
    </paymentForOther>
    <!--単価(合計)-->
    <unitAmount value="7500" currency="JPY" />
    <!--窓口支払金額 -->
    <paymentAmount value="2100" currency="JPY" />
    <!--請求金額-->
    <claimAmount value="5400" currency="JPY" />
  </settlement>
</checkupClaim>