臺灣中醫實作指引
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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/PatientTWCM-min> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PatientTWCM-min"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/patient-twcm" ;
fhir:index 0 ;
fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/patient-twcm>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/childnumber-twcm" ] ;
fhir:Extension.valueInteger [ fhir:value "0"^^xsd:integer ]
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "NNxxx" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "H221765234" ]
], [
fhir:index 1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MR" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://tpech.gov.taipei" ] ;
fhir:Identifier.value [ fhir:value "556789" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.text [ fhir:value "陳美真" ]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0222600888" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0222678902#2231" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 2 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0911123123" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
], [
fhir:index 3 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "lucky@gmail.com" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1976-09-06"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number" ] ;
fhir:Extension.valueString [ fhir:value "32號" ]
] ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.text [ fhir:value "台北市內湖區基湖路32號" ] ;
fhir:Address.line [
fhir:value "基湖路" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "內湖區" ] ;
fhir:Address.district [ fhir:value "台北市" ] ;
fhir:Address.postalCode [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw" ] ;
fhir:Coding.code [ fhir:value "11492" ]
]
]
]
]
], [
fhir:index 1 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number" ] ;
fhir:Extension.valueString [ fhir:value "32號" ]
] ;
fhir:Address.use [ fhir:value "billing" ] ;
fhir:Address.text [ fhir:value "台北市內湖區基湖路32號" ] ;
fhir:Address.line [
fhir:value "基湖路" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "內湖區" ] ;
fhir:Address.district [ fhir:value "台北市" ] ;
fhir:Address.postalCode [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw" ] ;
fhir:Coding.code [ fhir:value "11492" ]
]
]
]
]
] ;
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
fhir:Coding.code [ fhir:value "S" ]
]
] ;
fhir:Patient.contact [
fhir:index 0 ;
fhir:Patient.contact.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "FRND" ]
]
] ;
fhir:Patient.contact.name [
fhir:HumanName.text [ fhir:value "郭大鵬" ]
] ;
fhir:Patient.contact.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0289760000" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0228825252" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 2 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0922212323" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/PatientTWCM-min.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/PatientTWCM-min.ttl> .
IG © 2026+ 衛生福利部國家中醫藥研究所. Package tw.gov.mohw.nricm.twcm#0.1.0 based on FHIR 4.0.1. Generated 2026-08-31
Links: Table of Contents |
QA Report