臺灣癌症用藥事前審查實作指引
0.1.0 - ci-build

This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: LOINC-基因突變類型值集 - TTL Representation

Active as of 2024-07-31

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dna-change-type"] ; # 
  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: ValueSet dna-change-type</b></p><a name=\"dna-change-type\"> </a><a name=\"hcdna-change-type\"> </a><a name=\"dna-change-type-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA6692-3/\">LA6692-3</a></td><td>Deletion</td></tr><tr><td><a href=\"https://loinc.org/LA6686-5/\">LA6686-5</a></td><td>Duplication</td></tr><tr><td><a href=\"https://loinc.org/LA6687-3/\">LA6687-3</a></td><td>Insertion</td></tr><tr><td><a href=\"https://loinc.org/LA6688-1/\">LA6688-1</a></td><td>Insertion/Deletion (indel)</td></tr><tr><td><a href=\"https://loinc.org/LA6689-9/\">LA6689-9</a></td><td>Inversion</td></tr><tr><td><a href=\"https://loinc.org/LA6690-7/\">LA6690-7</a></td><td>Substitution</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/ValueSet/dna-change-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "DNAChangeType"] ; # 
  fhir:title [ fhir:v "LOINC-基因突變類型值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-31"^^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" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "LOINC-基因突變類型值集"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA6692-3" ] ;
fhir:display [ fhir:v "Deletion" ]       ] [
fhir:code [ fhir:v "LA6686-5" ] ;
fhir:display [ fhir:v "Duplication" ]       ] [
fhir:code [ fhir:v "LA6687-3" ] ;
fhir:display [ fhir:v "Insertion" ]       ] [
fhir:code [ fhir:v "LA6688-1" ] ;
fhir:display [ fhir:v "Insertion/Deletion (indel)" ]       ] [
fhir:code [ fhir:v "LA6689-9" ] ;
fhir:display [ fhir:v "Inversion" ]       ] [
fhir:code [ fhir:v "LA6690-7" ] ;
fhir:display [ fhir:v "Substitution" ]       ] )     ] )
  ] . #