醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-C2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-C2",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/patient-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx <b>[extension: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix\">Identifier Suffix</a>]:</b>TWN)</span><br/><b>身分證字號(official)</b>G252862637 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:ADCM5678 (https://www.cgh.org.tw)</p></blockquote><p><b>姓名(official)</b>:康美女</p><p><b>性別</b>:Female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#female)</span></p><p><b>出生日期</b>:2002-01-08</p><p><b>職業[extension: <a href=\"StructureDefinition-cathay-occupation.html\">Occupation</a>]</b>:內勤人員 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-lia-roc-occupation-values.html\">Occupation</a>#00010010)</span></p><p><b>聯絡地址</b>:台北市北投區明德路365號<br/><b>\u3000縣/市(district)</b>:台北市<br/><b>\u3000鄉/鎮/市/區(city)</b>:北投區<br/><b>\u3000路/街(line)</b>:明德路<br/><b>\u3000號(number)</b>[extension: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number\">tw-number</a>]:365號<br/><b>\u3000國家(country)</b>:臺灣<br/></p></div>"
  },
  "extension" : [
    {
      "url" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/cathay-occupation",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://claim.cgh.org.tw/iclaim/CodeSystem/lia-roc-occupation-values",
            "code" : "00010010"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NNxxx",
            "_code" : {
              "extension" : [
                {
                  "extension" : [
                    {
                      "url" : "suffix",
                      "valueString" : "TWN"
                    },
                    {
                      "url" : "valueSet",
                      "valueCanonical" : "http://hl7.org/fhir/ValueSet/iso3166-1-3"
                    }
                  ],
                  "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"
                }
              ]
            }
          }
        ]
      },
      "system" : "http://www.moi.gov.tw",
      "value" : "G252862637"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://www.cgh.org.tw",
      "value" : "ADCM5678"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "text" : "康美女"
    }
  ],
  "gender" : "female",
  "birthDate" : "2002-01-08",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString" : "365號"
        }
      ],
      "text" : "台北市北投區明德路365號",
      "line" : [
        "明德路"
      ],
      "city" : "北投區",
      "district" : "台北市",
      "country" : "TW"
    }
  ]
}