臺灣中醫實作指引
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/DiagnosticReport/DiagnosticReportTWCM-min> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "DiagnosticReportTWCM-min"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-twcm" ;
fhir:index 0 ;
fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-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><p><b>診斷狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-diagnostic-report-status.html\">DiagnosticReportStatus</a>#final)</span></p><p><b>診斷分類</b>:Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-diagnostic-service-sections.html\">DiagnosticServiceSectionCodes</a>#LAB)</span></p><p><b>病人</b>:<a href=\"Patient-PatientTWCM-min.html\">Patient/PatientTWCM-min</a> \"陳美真\"</p><p><b>就醫事件</b>:<a href=\"Encounter-EncounterTWCM-min.html\">Encounter/EncounterTWCM-min</a></p><p><b>報告日期</b>:2010-04-10 11:10:20-0800</p><p><b>檢驗檢查名稱</b>:VDRL、HSV IgM</p><p><b>檢驗結果</b>:<a href=\"Observation-ObservationTWCM-min.html\">Observation/ObservationTWCM-min</a></p><p><b>基於請求</b>:<a href=\"ServiceRequest-ServiceRequestTWCM-min.html\">ServiceRequest/ServiceRequestTWCM-min</a></p><p><b>檢驗結果</b>:<a href=\"Observation-ObservationTWCM-pro.html\">Observation/ObservationTWCM-pro</a></p><p><b>基於請求</b>:<a href=\"ServiceRequest-ServiceRequestTWCM-pro.html\">ServiceRequest/ServiceRequestTWCM-pro</a></p></div>"
] ;
fhir:DiagnosticReport.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/ServiceRequestTWCM-min> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/ServiceRequestTWCM-min" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/ServiceRequestTWCM-pro> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/ServiceRequestTWCM-pro" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
fhir:Coding.code [ fhir:value "LAB" ] ;
fhir:Coding.display [ fhir:value "Laboratory" ]
]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.text [ fhir:value "VDRL、HSV IgM" ]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientTWCM-min> ;
fhir:Reference.reference [ fhir:value "Patient/PatientTWCM-min" ]
] ;
fhir:DiagnosticReport.encounter [
fhir:link <http://hl7.org/fhir/Encounter/EncounterTWCM-min> ;
fhir:Reference.reference [ fhir:value "Encounter/EncounterTWCM-min" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2010-04-10T11:10:20+08:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/ObservationTWCM-min> ;
fhir:Reference.reference [ fhir:value "Observation/ObservationTWCM-min" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Observation/ObservationTWCM-pro> ;
fhir:Reference.reference [ fhir:value "Observation/ObservationTWCM-pro" ]
] .
<http://hl7.org/fhir/ServiceRequest/ServiceRequestTWCM-min> a fhir:ServiceRequest .
<http://hl7.org/fhir/ServiceRequest/ServiceRequestTWCM-pro> a fhir:ServiceRequest .
<http://hl7.org/fhir/Patient/PatientTWCM-min> a fhir:Patient .
<http://hl7.org/fhir/Encounter/EncounterTWCM-min> a fhir:Encounter .
<http://hl7.org/fhir/Observation/ObservationTWCM-min> a fhir:Observation .
<http://hl7.org/fhir/Observation/ObservationTWCM-pro> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/DiagnosticReportTWCM-min.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/DiagnosticReportTWCM-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