@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "NSCLC-Pleural-Invasion"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem NSCLC-Pleural-Invasion

This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-Pleural-Invasion defines the following codes:

CodeDefinition
PL0 Tumor with no pleural involvement beyond its elastic layer
PL1 Tumor that invades beyond the elastic layer of the visceral pleura but is not exposed on the pleural surface
PL2 Tumor that invades to the pleural surface
PL3 Tumor that invades to the parietal pleura
PLX Cannot be determined
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-Pleural-Invasion"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "PleuralInvasion"] ; # fhir:title [ fhir:v "NSCLC-Pleural invasion"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-07-29T16:27:07+08:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "CYLAB"] ; # fhir:description [ fhir:v "NSCLC-Pleural invasion"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "PL0" ] ; fhir:display [ fhir:v "PL0" ] ; fhir:definition [ fhir:v "Tumor with no pleural involvement beyond its elastic layer" ] ] [ fhir:code [ fhir:v "PL1" ] ; fhir:display [ fhir:v "PL1" ] ; fhir:definition [ fhir:v "Tumor that invades beyond the elastic layer of the visceral pleura but is not exposed on the pleural surface" ] ] [ fhir:code [ fhir:v "PL2" ] ; fhir:display [ fhir:v "PL2" ] ; fhir:definition [ fhir:v "Tumor that invades to the pleural surface" ] ] [ fhir:code [ fhir:v "PL3" ] ; fhir:display [ fhir:v "PL3" ] ; fhir:definition [ fhir:v "Tumor that invades to the parietal pleura" ] ] [ fhir:code [ fhir:v "PLX" ] ; fhir:display [ fhir:v "PLX" ] ; fhir:definition [ fhir:v "Cannot be determined" ] ] ) . # # -------------------------------------------------------------------------------------