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 TWPractitioner logical model.
{
"resourceType" : "StructureDefinition",
"id" : "TWPractitioner",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPractitioner",
"version" : "0.1.1",
"name" : "TWPractitionerModel",
"title" : "臺灣核心-健康照護服務提供人員(TW Core Practitioner)之資料模型",
"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 Practitioner)之資料模型",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "TWPractitioner",
"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/TWPractitioner",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "TWPractitioner",
"path" : "TWPractitioner",
"short" : "臺灣核心-健康照護服務提供人員(TW Core Practitioner)之資料模型",
"definition" : "臺灣核心-健康照護服務提供人員(TW Core Practitioner)之資料模型",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false,
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner"
}
]
},
{
"id" : "TWPractitioner.text",
"path" : "TWPractitioner.text",
"short" : "內容摘要以供人閱讀",
"definition" : "內容摘要以供人閱讀",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPractitioner.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Narrative"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.text"
}
]
},
{
"id" : "TWPractitioner.identifier",
"path" : "TWPractitioner.identifier",
"short" : "人員識別碼(例如:員工編號等)",
"definition" : "人員識別碼(例如:員工編號等)",
"min" : 1,
"max" : "*",
"base" : {
"path" : "TWPractitioner.identifier",
"min" : 1,
"max" : "*"
},
"type" : [
{
"code" : "Identifier"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.identifier"
}
]
},
{
"id" : "TWPractitioner.active",
"path" : "TWPractitioner.active",
"short" : "此健康照護服務人員的基本資料是否使用中",
"definition" : "此健康照護服務人員的基本資料是否使用中",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPractitioner.active",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.active"
}
]
},
{
"id" : "TWPractitioner.name",
"path" : "TWPractitioner.name",
"short" : "姓名",
"definition" : "姓名",
"min" : 1,
"max" : "*",
"base" : {
"path" : "TWPractitioner.name",
"min" : 1,
"max" : "*"
},
"type" : [
{
"code" : "HumanName"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.name"
}
]
},
{
"id" : "TWPractitioner.telecom",
"path" : "TWPractitioner.telecom",
"short" : "聯絡方式",
"definition" : "聯絡方式",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPractitioner.telecom",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "ContactPoint"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.telecom"
}
]
},
{
"id" : "TWPractitioner.address",
"path" : "TWPractitioner.address",
"short" : "地址(戶籍/現居/等)",
"definition" : "地址(戶籍/現居/等)",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPractitioner.address",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Address"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.address"
}
]
},
{
"id" : "TWPractitioner.gender",
"path" : "TWPractitioner.gender",
"short" : "性別",
"definition" : "性別",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPractitioner.gender",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.gender"
}
]
},
{
"id" : "TWPractitioner.birthDate",
"path" : "TWPractitioner.birthDate",
"short" : "出生日期",
"definition" : "出生日期",
"min" : 0,
"max" : "1",
"base" : {
"path" : "TWPractitioner.birthDate",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "date"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.birthDate"
}
]
},
{
"id" : "TWPractitioner.photo",
"path" : "TWPractitioner.photo",
"short" : "人員照片",
"definition" : "人員照片",
"min" : 0,
"max" : "*",
"base" : {
"path" : "TWPractitioner.photo",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Attachment"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.photo"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "TWPractitioner",
"path" : "TWPractitioner",
"short" : "臺灣核心-健康照護服務提供人員(TW Core Practitioner)之資料模型",
"definition" : "臺灣核心-健康照護服務提供人員(TW Core Practitioner)之資料模型",
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner"
}
]
},
{
"id" : "TWPractitioner.text",
"path" : "TWPractitioner.text",
"short" : "內容摘要以供人閱讀",
"definition" : "內容摘要以供人閱讀",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Narrative"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.text"
}
]
},
{
"id" : "TWPractitioner.identifier",
"path" : "TWPractitioner.identifier",
"short" : "人員識別碼(例如:員工編號等)",
"definition" : "人員識別碼(例如:員工編號等)",
"min" : 1,
"max" : "*",
"type" : [
{
"code" : "Identifier"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.identifier"
}
]
},
{
"id" : "TWPractitioner.active",
"path" : "TWPractitioner.active",
"short" : "此健康照護服務人員的基本資料是否使用中",
"definition" : "此健康照護服務人員的基本資料是否使用中",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.active"
}
]
},
{
"id" : "TWPractitioner.name",
"path" : "TWPractitioner.name",
"short" : "姓名",
"definition" : "姓名",
"min" : 1,
"max" : "*",
"type" : [
{
"code" : "HumanName"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.name"
}
]
},
{
"id" : "TWPractitioner.telecom",
"path" : "TWPractitioner.telecom",
"short" : "聯絡方式",
"definition" : "聯絡方式",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "ContactPoint"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.telecom"
}
]
},
{
"id" : "TWPractitioner.address",
"path" : "TWPractitioner.address",
"short" : "地址(戶籍/現居/等)",
"definition" : "地址(戶籍/現居/等)",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Address"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.address"
}
]
},
{
"id" : "TWPractitioner.gender",
"path" : "TWPractitioner.gender",
"short" : "性別",
"definition" : "性別",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.gender"
}
]
},
{
"id" : "TWPractitioner.birthDate",
"path" : "TWPractitioner.birthDate",
"short" : "出生日期",
"definition" : "出生日期",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "date"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.birthDate"
}
]
},
{
"id" : "TWPractitioner.photo",
"path" : "TWPractitioner.photo",
"short" : "人員照片",
"definition" : "人員照片",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Attachment"
}
],
"mapping" : [
{
"identity" : "TWPractitioner",
"map" : "TWCorePractitioner.photo"
}
]
}
]
}
}
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