醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NSCLC-Pleural invasion - TTL Representation

Draft as of 2024-07-29

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NSCLC-Pleural-Invasion"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem NSCLC-Pleural-Invasion</b></p><a name=\"NSCLC-Pleural-Invasion\"> </a><a name=\"hcNSCLC-Pleural-Invasion\"> </a><a name=\"hcNSCLC-Pleural-Invasion-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-Pleural-Invasion</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">PL0<a name=\"NSCLC-Pleural-Invasion-PL0\"> </a></td><td>Tumor with no pleural involvement beyond its elastic layer</td></tr><tr><td style=\"white-space:nowrap\">PL1<a name=\"NSCLC-Pleural-Invasion-PL1\"> </a></td><td>Tumor that invades beyond the elastic layer of the visceral pleura but is not exposed on the pleural surface</td></tr><tr><td style=\"white-space:nowrap\">PL2<a name=\"NSCLC-Pleural-Invasion-PL2\"> </a></td><td>Tumor that invades to the pleural surface</td></tr><tr><td style=\"white-space:nowrap\">PL3<a name=\"NSCLC-Pleural-Invasion-PL3\"> </a></td><td>Tumor that invades to the parietal pleura</td></tr><tr><td style=\"white-space:nowrap\">PLX<a name=\"NSCLC-Pleural-Invasion-PLX\"> </a></td><td>Cannot be determined</td></tr></table></div>"
  ] ; # 
  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" ]
  ] ) . #