臺灣健保癌症用藥事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.0.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions
: 病人狀態評估-CTCAE - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "obs-pat-ctcae"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-twpas"^^xsd:anyURI ;
fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-twpas> ] )
] ; #
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-Observation-pat-assessment-twpas.html\">病人狀態評估-Observation Patient Assessment TWPAS</a></p></div><p><b>狀態</b>:final</p><p><b>病人狀態評估項目代碼</b>:The common terminology criteria for adverse events(CTCAE) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://snomed.info/sct\">LOINC + SCT + NHI-健保事前審查-病人狀態評估項目值集 </a>#711434002)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>病人狀態評估日期</b>:2025-01-01</p><p><b>評估項目醫事人員身分證號</b>:<a href=\"Practitioner-pra-min.html\">Practitioner/pra-min</a></p><p><b>病人狀態評估結果</b>:</p><blockquote><p><b>CTCAE項目</b>:Hearing impaired <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-pat-ast.html\">LOINC + SCT + NHI-健保事前審查-病人狀態評估項目值集 </a>#C143528)</span></p><p><b>value</b>:grade3</p></blockquote><blockquote><p><b>CTCAE項目</b>:Peripheral motor neuropathy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-pat-ast.html\">LOINC + SCT + NHI-健保事前審查-病人狀態評估項目值集 </a>#C143750)</span></p><p><b>value</b>:grade4</p></blockquote><blockquote><p><b>CTCAE項目</b>:Peripheral sensory neuropathy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-pat-ast.html\">LOINC + SCT + NHI-健保事前審查-病人狀態評估項目值集 </a>#C143752)</span></p><p><b>value</b>:grade5</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patientAssessment" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:711434002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "711434002" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-min" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-01-01"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/pra-min" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C143528" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "grade3" ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C143750" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "grade4" ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C143752" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "grade5" ]
] ) . #