同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient-病人基本資料 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "pat-example",
  "meta" : {
    "profile" : [
      "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Patient-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:全國的個人識別碼 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (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>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳加玲 Chan, Chia Lin</p><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p><p><b>年齡[extension: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition-person-age.html\">person-age</a>]</b>:32</p><p><b>聯絡方式</b>:Phone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0911327999 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(103)臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室</p><p><b>婚姻狀態</b>:unmarried <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\">臺灣婚姻狀態值集</a>#U)</span></p><p><b>聯絡人(official)</b>:李立偉 Li, Li Wei<br/><b>\u3000關係</b>:father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">PatientRelationshipType</a>#FTH)</span><br/><b>\u3000聯絡方式</b>:Phone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>\u3000聯絡電話</b>:(Mobile)0917159753 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>\u3000聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>向病人說明健康狀態時所使用的語言</b>:中文</p><p><b>紀錄的保管機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></div>"
  },
  "extension" : [
    {
      "url" : "https://twcore.mohw.gov.tw/fhir/StructureDefinition/person-age",
      "valueInteger" : 32
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203",
            "code" : "NNTWN"
          }
        ]
      },
      "system" : "http://www.moi.gov.tw/",
      "value" : "A123456789"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://www.tph.mohw.gov.tw/",
      "value" : "8862168"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "陳加玲",
      "family" : "Chan",
      "given" : [
        "Chia Lin"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0911327999",
      "use" : "mobile",
      "period" : {
        "start" : "2022-07-31",
        "end" : "2024-07-31"
      }
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-01-01",
  "address" : [
    {
      "text" : "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "U"
      }
    ]
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code" : "FTH"
            }
          ]
        }
      ],
      "name" : {
        "use" : "official",
        "text" : "李立偉",
        "family" : "Li",
        "given" : [
          "Li Wei"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "0917159753",
          "use" : "mobile",
          "period" : {
            "start" : "2022-07-31",
            "end" : "2024-07-31"
          }
        }
      ]
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "zh-TW"
          }
        ]
      }
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/org-hosp-example"
  }
}