NGS IG 0.1.0 - ci-build
NGS IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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: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>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/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 "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2024-10-01"^^xsd:date] ; # fhir:publisher [ fhir:v "衛生福利部"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ghd.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" ] ] ) ] ) ] . #