台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 病理分期字根/字首代碼系統 - TTL Representation

Active as of 2024-08-01

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 "lf-PathStageDes-codesystem"] ; # 
  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 lf-PathStageDes-codesystem</b></p><a name=\"lf-PathStageDes-codesystem\"> </a><a name=\"hclf-PathStageDes-codesystem\"> </a><a name=\"lf-PathStageDes-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-PathStageDes-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"lf-PathStageDes-codesystem-0\"> </a></td><td>無</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"lf-PathStageDes-codesystem-3\"> </a></td><td>M-同一原發部位有多顆腫瘤</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"lf-PathStageDes-codesystem-4\"> </a></td><td>Y-首次治療期間或治療後進行的病理分期</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"lf-PathStageDes-codesystem-6\"> </a></td><td>M&amp;Y-多原發腫瘤併首次治療期間進行之 病理分期</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"lf-PathStageDes-codesystem-9\"> </a></td><td>不詳;病歷上未記載</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-PathStageDes-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "LFPathStageDesCS"] ; # 
  fhir:title [ fhir:v "病理分期字根/字首代碼系統"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-01T15:33:47+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Kuo"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Kuo" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Pathologic Stage (Prefix/Suffix) Descriptor Code System"] ; # 
  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 "0" ] ;
fhir:display [ fhir:v "無" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "M-同一原發部位有多顆腫瘤" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Y-首次治療期間或治療後進行的病理分期" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "M&Y-多原發腫瘤併首次治療期間進行之 病理分期" ]
  ] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "不詳;病歷上未記載" ]
  ] ) . #