Package | tw.gov.mohw.twcore |
Type | StructureDefinition |
Id | TWPatient |
FHIR Version | R4 |
Source | https://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/StructureDefinition-TWPatient.html |
URL | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPatient |
Version | 0.3.3 |
Status | active |
Date | 2025-05-16T05:59:52+00:00 |
Name | TWPatientModel |
Title | 臺灣核心-病人(TW Core Patient)之資料模型 |
Realm | tw |
Authority | national |
Description | 臺灣核心-病人(TW Core Patient)之資料模型 |
Type | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPatient |
Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition TWPatient
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | 臺灣核心-病人(TW Core Patient)之資料模型 | |
![]() ![]() ![]() | 1..* | Identifier | 身份識別碼(病歷號、身分證字號、護照號碼、居留證號碼等) | |
![]() ![]() ![]() | 0..1 | boolean | 此基本資料是否使用中。 | |
![]() ![]() ![]() | 0..* | HumanName | 姓名,包括病人身分證或護照上的姓名、新生兒報戶口(戶籍登記)前的暫時性姓名、或研究用之匿名化病人姓名等。 | |
![]() ![]() ![]() | 0..* | ContactPoint | 聯絡方式。 | |
![]() ![]() ![]() | 1..1 | code | 性別。 | |
![]() ![]() ![]() | 1..1 | date | 出生日期。 | |
![]() ![]() ![]() | 0..* | Address | 地址(戶籍/現居/工作等)。 | |
![]() ![]() ![]() | 0..1 | CodeableConcept | 婚姻狀態。 | |
![]() ![]() ![]() | 0..* | Attachment | 病人的影像(照片)。 | |
![]() ![]() ![]() | 0..* | BackboneElement | 緊急聯絡人。 | |
![]() ![]() ![]() | 0..* | CodeableConcept | 溝通語言。 | |
![]() ![]() ![]() | 0..1 | Organization | 此紀錄的保管機構。 | |
{ "resourceType": "StructureDefinition", "id": "TWPatient", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWPatient", "version": "0.3.3", "name": "TWPatientModel", "title": "臺灣核心-病人(TW Core Patient)之資料模型", "status": "active", "date": "2025-05-16T05:59:52+00: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": "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": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "4.0.1" } ], "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.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.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)" } ] } ] } }