This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2023-08-30 |
JSON representation of the TWPatient logical model.
{
"resourceType" : "StructureDefinition",
"id" : "TWPatient",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPatient",
"version" : "0.1.1",
"name" : "TWPatientModel",
"title" : "臺灣核心-病人(TW Core Patient)之資料模型",
"status" : "active",
"date" : "2023-08-30T12:27:08+08:00",
"contact" : [
{
"name" : "衛生福利部",
"telecom" : [
{
"system" : "url",
"value" : "https://www.mohw.gov.tw/"
},
{
"system" : "email",
"value" : "CCYU@mohw.gov.tw"
}
]
}
],
"description" : "臺灣核心-病人(TW Core Patient)之資料模型",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "TWCore",
"uri" : "https://twcore.mohw.gov.tw/ig/twcore",
"name" : "TW Core IG"
}
],
"kind" : "logical",
"abstract" : false,
"type" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPatient",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "TWPatient",
"path" : "TWPatient",
"short" : "臺灣核心-病人(TW Core Patient)之資料模型",
"definition" : "臺灣核心-病人(TW Core Patient)之資料模型",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false,
"mapping" : [
{
"identity" : "TWCore",
"map" : "TWCorePatient"
}
]
},
{
"id" : "TWPatient.text",
"path" : "TWPatient.text",
"short" : "內容摘要以供人閱讀",
"definition" : "內容摘要以供人閱讀",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPatient.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Narrative"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "text"
}
]
},
{
"id" : "TWPatient.identifier",
"path" : "TWPatient.identifier",
"short" : "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"definition" : "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"min" : 1,
"max" : "*",
"base" : {
"path" : "TWPatient.identifier",
"min" : 1,
"max" : "*"
},
"type" : [
{
"code" : "Identifier"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "identifier"
}
]
},
{
"id" : "TWPatient.active",
"path" : "TWPatient.active",
"short" : "此基本資料是否使用中",
"definition" : "此基本資料是否使用中",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPatient.active",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "active"
}
]
},
{
"id" : "TWPatient.name",
"path" : "TWPatient.name",
"short" : "姓名,包括病人身分證或護照上的姓名、新生兒報戶口(戶籍登記)前的暫時性姓名、或研究用之匿名化病人姓名等。",
"definition" : "姓名,包括病人身分證或護照上的姓名、新生兒報戶口(戶籍登記)前的暫時性姓名、或研究用之匿名化病人姓名等。",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.name",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "HumanName"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "name"
}
]
},
{
"id" : "TWPatient.telecom",
"path" : "TWPatient.telecom",
"short" : "聯絡方式",
"definition" : "聯絡方式",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.telecom",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "ContactPoint"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "telecom"
}
]
},
{
"id" : "TWPatient.gender",
"path" : "TWPatient.gender",
"short" : "性別",
"definition" : "性別",
"min" : 1,
"max" : "1",
"base" : {
"path" : "TWPatient.gender",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "gender"
}
]
},
{
"id" : "TWPatient.birthDate",
"path" : "TWPatient.birthDate",
"short" : "出生日期",
"definition" : "出生日期",
"min" : 1,
"max" : "1",
"base" : {
"path" : "TWPatient.birthDate",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "date"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "birthDate"
}
]
},
{
"id" : "TWPatient.address",
"path" : "TWPatient.address",
"short" : "地址(戶籍/現居/工作等)",
"definition" : "地址(戶籍/現居/工作等)",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.address",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Address"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "address"
}
]
},
{
"id" : "TWPatient.maritalStatus",
"path" : "TWPatient.maritalStatus",
"short" : "婚姻狀態",
"definition" : "婚姻狀態",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPatient.maritalStatus",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "CodeableConcept"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "maritalStatus"
}
]
},
{
"id" : "TWPatient.photo",
"path" : "TWPatient.photo",
"short" : "病人的影像(照片)",
"definition" : "病人的影像(照片)",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.photo",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Attachment"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "photo"
}
]
},
{
"id" : "TWPatient.contact",
"path" : "TWPatient.contact",
"short" : "緊急聯絡人",
"definition" : "緊急聯絡人",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.contact",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "BackboneElement"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "contact"
}
]
},
{
"id" : "TWPatient.communicationLanguage",
"path" : "TWPatient.communicationLanguage",
"short" : "溝通語言",
"definition" : "溝通語言",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPatient.communicationLanguage",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "CodeableConcept"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "communication.language"
}
]
},
{
"id" : "TWPatient.organization",
"path" : "TWPatient.organization",
"short" : "此紀錄的保管機構",
"definition" : "此紀錄的保管機構",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPatient.organization",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Organization"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "managingOrganization.Reference(TW Core Organization)"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "TWPatient",
"path" : "TWPatient",
"short" : "臺灣核心-病人(TW Core Patient)之資料模型",
"definition" : "臺灣核心-病人(TW Core Patient)之資料模型",
"mapping" : [
{
"identity" : "TWCore",
"map" : "TWCorePatient"
}
]
},
{
"id" : "TWPatient.text",
"path" : "TWPatient.text",
"short" : "內容摘要以供人閱讀",
"definition" : "內容摘要以供人閱讀",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Narrative"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "text"
}
]
},
{
"id" : "TWPatient.identifier",
"path" : "TWPatient.identifier",
"short" : "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"definition" : "身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等)",
"min" : 1,
"max" : "*",
"type" : [
{
"code" : "Identifier"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "identifier"
}
]
},
{
"id" : "TWPatient.active",
"path" : "TWPatient.active",
"short" : "此基本資料是否使用中",
"definition" : "此基本資料是否使用中",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "active"
}
]
},
{
"id" : "TWPatient.name",
"path" : "TWPatient.name",
"short" : "姓名,包括病人身分證或護照上的姓名、新生兒報戶口(戶籍登記)前的暫時性姓名、或研究用之匿名化病人姓名等。",
"definition" : "姓名,包括病人身分證或護照上的姓名、新生兒報戶口(戶籍登記)前的暫時性姓名、或研究用之匿名化病人姓名等。",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "HumanName"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "name"
}
]
},
{
"id" : "TWPatient.telecom",
"path" : "TWPatient.telecom",
"short" : "聯絡方式",
"definition" : "聯絡方式",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "ContactPoint"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "telecom"
}
]
},
{
"id" : "TWPatient.gender",
"path" : "TWPatient.gender",
"short" : "性別",
"definition" : "性別",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "gender"
}
]
},
{
"id" : "TWPatient.birthDate",
"path" : "TWPatient.birthDate",
"short" : "出生日期",
"definition" : "出生日期",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "date"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "birthDate"
}
]
},
{
"id" : "TWPatient.address",
"path" : "TWPatient.address",
"short" : "地址(戶籍/現居/工作等)",
"definition" : "地址(戶籍/現居/工作等)",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "address"
}
]
},
{
"id" : "TWPatient.maritalStatus",
"path" : "TWPatient.maritalStatus",
"short" : "婚姻狀態",
"definition" : "婚姻狀態",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "maritalStatus"
}
]
},
{
"id" : "TWPatient.photo",
"path" : "TWPatient.photo",
"short" : "病人的影像(照片)",
"definition" : "病人的影像(照片)",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Attachment"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "photo"
}
]
},
{
"id" : "TWPatient.contact",
"path" : "TWPatient.contact",
"short" : "緊急聯絡人",
"definition" : "緊急聯絡人",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "BackboneElement"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "contact"
}
]
},
{
"id" : "TWPatient.communicationLanguage",
"path" : "TWPatient.communicationLanguage",
"short" : "溝通語言",
"definition" : "溝通語言",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "communication.language"
}
]
},
{
"id" : "TWPatient.organization",
"path" : "TWPatient.organization",
"short" : "此紀錄的保管機構",
"definition" : "此紀錄的保管機構",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Organization"
}
],
"mapping" : [
{
"identity" : "TWCore",
"map" : "managingOrganization.Reference(TW Core Organization)"
}
]
}
]
}
}
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#0.1.1 based on FHIR 4.0.1. Generated 2023-08-30
Links: Table of Contents |
QA Report
| Version History |
Propose a change