臺灣中醫實作指引
0.1.0 - ci-build
臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PatientTWCM-min",
"meta" : {
"profile" : [
🔗 "https://www.nricm.edu.tw/twcm/StructureDefinition/patient-twcm"
]
},
"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>:H221765234 (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\">IdentifierType</a>#MR)</span><br/><b>病歷號(official)</b>:556789 (https://tpech.gov.taipei/)</p></blockquote><p><b>姓名(usual)</b>:陳美真</p><p><b>住宅電話</b>:(Home)0222600888<br/><b>公司電話</b>:(Work)0222678902#2231<br/><b>行動電話</b>:(Mobile)0911123123<br/><b>病人電子郵件地址</b>:lucky@gmail.com</p><p><b>性別</b>:Female</p><p><b>出生日期</b>:1976-09-06</p><p><b>病人子女數[extension: <a href=\"StructureDefinition-childnumber-twcm.html\">childnumber</a>]</b>:0</p><p><b>病人戶籍地址</b>:(Home)(11492)台北市內湖區基湖路32號</p><p><b>病人聯絡地址</b>:(Billing)(11492)台北市內湖區基湖路32號</p><p><b>婚姻</b>:Never Married <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\">Marital Status Codes</a>#S)</span></p><p><b>緊急聯絡人姓名</b>:郭大鵬<br/><b>緊急聯絡人與病人關係</b>:unrelated friend <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">PatientRelationshipType</a>#FRND)</span></p></div>"
},
"extension" : [
{
"url" : "https://www.nricm.edu.tw/twcm/StructureDefinition/childnumber-twcm",
"valueInteger" : 0
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNxxx"
}
]
},
"system" : "http://www.moi.gov.tw",
"value" : "H221765234"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "https://tpech.gov.taipei",
"value" : "556789"
}
],
"name" : [
{
"use" : "usual",
"text" : "陳美真"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0222600888",
"use" : "home"
},
{
"system" : "phone",
"value" : "0222678902#2231",
"use" : "work"
},
{
"system" : "phone",
"value" : "0911123123",
"use" : "mobile"
},
{
"system" : "email",
"value" : "lucky@gmail.com"
}
],
"gender" : "female",
"birthDate" : "1976-09-06",
"address" : [
{
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString" : "32號"
}
],
"use" : "home",
"text" : "台北市內湖區基湖路32號",
"line" : [
"基湖路"
],
"city" : "內湖區",
"district" : "台北市",
"_postalCode" : {
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw",
"code" : "11492"
}
]
}
}
]
}
},
{
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString" : "32號"
}
],
"use" : "billing",
"text" : "台北市內湖區基湖路32號",
"line" : [
"基湖路"
],
"city" : "內湖區",
"district" : "台北市",
"_postalCode" : {
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw",
"code" : "11492"
}
]
}
}
]
}
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "S"
}
]
},
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FRND"
}
]
}
],
"name" : {
"text" : "郭大鵬"
},
"telecom" : [
{
"system" : "phone",
"value" : "0289760000",
"use" : "home"
},
{
"system" : "phone",
"value" : "0228825252",
"use" : "work"
},
{
"system" : "phone",
"value" : "0922212323",
"use" : "mobile"
}
]
}
]
}