臺灣中醫實作指引
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
{
"resourceType" : "DiagnosticReport",
"id" : "DiagnosticReportTWCM-min",
"meta" : {
"profile" : [
🔗 "https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-twcm"
]
},
"text" : {
"status" : "generated",
"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>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/ServiceRequestTWCM-min"
},
{
🔗 "reference" : "ServiceRequest/ServiceRequestTWCM-pro"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
]
}
],
"code" : {
"text" : "VDRL、HSV IgM"
},
"subject" : {
🔗 "reference" : "Patient/PatientTWCM-min"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterTWCM-min"
},
"effectiveDateTime" : "2010-04-10T11:10:20+08:00",
"result" : [
{
🔗 "reference" : "Observation/ObservationTWCM-min"
},
{
🔗 "reference" : "Observation/ObservationTWCM-pro"
}
]
}