This page is part of the 臺灣次世代基因定序檢測實作指引 (v1.0.0: STU1.0.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Lung non-small cell lung carcinoma (NOS) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "con-nos-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nhicore.nhi.gov.tw/ngs/StructureDefinition/Condition-twngs"^^xsd:anyURI ;
fhir:link <https://nhicore.nhi.gov.tw/ngs/StructureDefinition/Condition-twngs> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition-twngs.html\">基因定序檢測報告之疾病資訊-Condition TWNGS</a></p></div><p><b>臨床狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/condition-clinical\">ConditionClinicalStatusCodes</a>#active)</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>:未明示側性支氣管或肺惡性腫瘤 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw\">臺灣2023年中文版ICD-10-CM</a>#C34.90)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>診斷日期</b>:2024-07-10</p><p><b>申請理由</b>:病患診斷為非小細胞肺癌(NOS 類型),現於腦部發現轉移病灶,擬進行癌症相關基因檢測以評估是否具有標靶治療或免疫治療標的。申請進行多基因 panel 定序檢測,包含 TP53 等常見肺癌相關突變,以利後續治療規劃與藥物選擇。</p></div>"^^rdf:XMLLiteral
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C34.90" ] ;
fhir:display [ fhir:v "未明示側性支氣管或肺惡性腫瘤" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-min" ]
] ; #
fhir:recordedDate [ fhir:v "2024-07-10"^^xsd:date] ; #
fhir:note ( [
fhir:text [ fhir:v "病患診斷為非小細胞肺癌(NOS 類型),現於腦部發現轉移病灶,擬進行癌症相關基因檢測以評估是否具有標靶治療或免疫治療標的。申請進行多基因 panel 定序檢測,包含 TP53 等常見肺癌相關突變,以利後續治療規劃與藥物選擇。" ]
] ) . #