臺灣次世代基因定序檢測實作指引
0.1.0 - ci-build

臺灣次世代基因定序檢測實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 基因類型代碼系統 - TTL Representation

Active as of 2026-03-15

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "genomic-observation-type-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem genomic-observation-type-cs</b></p><a name=\"genomic-observation-type-cs\"> </a><a name=\"hcgenomic-observation-type-cs\"> </a><p>This case-sensitive code system <code>http://example.org/CodeSystem/genomic-observation-type-cs</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\">fusion<a name=\"genomic-observation-type-cs-fusion\"> </a></td><td>Fusion</td></tr><tr><td style=\"white-space:nowrap\">othVar<a name=\"genomic-observation-type-cs-othVar\"> </a></td><td>Other Types of Variant</td></tr><tr><td style=\"white-space:nowrap\">biomarker<a name=\"genomic-observation-type-cs-biomarker\"> </a></td><td>Biomarker</td></tr><tr><td style=\"white-space:nowrap\">msiScore<a name=\"genomic-observation-type-cs-msiScore\"> </a></td><td>MSI Score</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://example.org/CodeSystem/genomic-observation-type-cs"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/genomic-observation-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GenomicObservationTypeCS"] ; # 
  fhir:title [ fhir:v "基因類型代碼系統"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "衛生福利部中央健康保險署"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "衛生福利部中央健康保險署" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nhi.gov.tw/ch/mp-1.html" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "基因類型代碼系統"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "fusion" ] ;
fhir:display [ fhir:v "Fusion" ]
  ] [
fhir:code [ fhir:v "othVar" ] ;
fhir:display [ fhir:v "Other Types of Variant" ]
  ] [
fhir:code [ fhir:v "biomarker" ] ;
fhir:display [ fhir:v "Biomarker" ]
  ] [
fhir:code [ fhir:v "msiScore" ] ;
fhir:display [ fhir:v "MSI Score" ]
  ] ) . #