臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Condition/con-example> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "con-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病情、問題或診斷資料</b></h3><p><b>臨床狀態</b>:Remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/condition-clinical\">ConditionClinicalStatusCodes</a>#remission)</span></p><p><b>驗證狀態</b>:Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/condition-ver-status\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>病情、問題或診斷分類</b>:Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>嚴重程度</b>:Mild <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#LA6752-5)</span></p><p><b>病情、問題或診斷識別</b>:起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-icd-10-cm-2021-tw.html\">臺灣2021年中文版ICD-10-CM</a>#E08.649)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>實際日期</b>:2022-08-01 05:00:14-0500</p><p><b>緩解日期</b>:2022-08-01 06:00:14-0500</p><p><b>診斷者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "remission" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "encounter-diagnosis" ]
]
] ;
fhir:Condition.severity [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:LA6752-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "LA6752-5" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw" ] ;
fhir:Coding.code [ fhir:value "E08.649" ]
] ;
fhir:CodeableConcept.text [ fhir:value "起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷" ]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
] ;
fhir:Condition.onsetDateTime [ fhir:value "2022-08-01T17:00:14+08:00"^^xsd:dateTime] ;
fhir:Condition.abatementDateTime [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime] ;
fhir:Condition.asserter [
fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/con-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/con-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
