臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "pat-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/Patient-twss-base"
]
},
"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)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Patient internal identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#PI)</span><br/><b>服務對象編號(official)</b>:CLIENT-001 (https://example.org/twss/client-seq)</p></blockquote><p><b>姓名(usual)</b>:王小明</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:2001-01-01</p><p><b>是否出生於民國年前[extension: <a href=\"StructureDefinition-twss-birth-date-before-roc.html\">twss-birth-date-before-roc</a>]</b>:否</p><p><b>出生日期不明註記[extension: <a href=\"StructureDefinition-twss-birth-date-unknown.html\">twss-birth-date-unknown</a>]</b>:否</p><p><b>國籍[extension: <a href=\"http://hl7.org/fhir/StructureDefinition/patient-nationality\">patient-nationality</a>]</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://terminology.hl7.org/CodeSystem-ISO3166Part1.html\">ISO3166Part1</a>#TW)</span></p><p><b>族群身分[extension: <a href=\"StructureDefinition-twss-ethnic-group.html\">twss-ethnic-group</a>]</b>:原住民 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twss-ethnic-group.html\">TWSS 族群身分代碼</a>#B)</span></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)0912345678 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-use.html\">ContactPointUse</a>#mobile)</span></p><p><b>聯絡地址</b>:11558臺北市南港區新光里忠孝東路六段488號<br/><b>鄉/鎮/市/區(city)</b>:南港區<br/><b>縣/市(district)</b>:臺北市<br/><b>路/街(line)</b>:忠孝東路<br/><b>村/里(extension[village])</b>:新光里<br/><b>段(extension[section])</b>:六段<br/><b>號(extension[number])</b>:488號<br/><b>郵遞區號(postalCode)</b>:11558<br/><b>國家(country)</b>:TW</p><p><b>關係人姓名</b>:王媽媽<br/><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>:0922333444<br/><b>關係人地址</b>:11558臺北市南港區新光里忠孝東路六段488號<br/><b>關係人性別</b>:女性</p></div>"
},
"extension" : [
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-birth-date-before-roc",
"valueBoolean" : false
},
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-birth-date-unknown",
"valueBoolean" : false
},
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "TW"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
},
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-ethnic-group",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-ethnic-group",
"code" : "B",
"display" : "原住民"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNxxx"
}
]
},
"system" : "http://www.moi.gov.tw",
"value" : "A123456789"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PI",
"display" : "Patient internal identifier"
}
],
"text" : "服務對象編號"
},
"system" : "https://example.org/twss/client-seq",
"value" : "CLIENT-001"
}
],
"name" : [
{
"use" : "usual",
"text" : "王小明"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0912345678",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "2001-01-01",
"address" : [
{
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
"valueString" : "新光里"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
"valueString" : "六段"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString" : "488號"
}
],
"use" : "home",
"type" : "physical",
"text" : "11558臺北市南港區新光里忠孝東路六段488號",
"line" : [
"忠孝東路"
],
"city" : "南港區",
"district" : "臺北市",
"postalCode" : "11558",
"country" : "TW"
}
],
"contact" : [
{
"relationship" : [
{
"text" : "母親"
}
],
"name" : {
"text" : "王媽媽"
},
"telecom" : [
{
"system" : "phone",
"value" : "0922333444"
}
],
"address" : {
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
"valueString" : "新光里"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
"valueString" : "六段"
},
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString" : "488號"
}
],
"text" : "11558臺北市南港區新光里忠孝東路六段488號",
"line" : [
"忠孝東路"
],
"city" : "南港區",
"district" : "臺北市",
"postalCode" : "11558"
},
"gender" : "female"
}
]
}