國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) 0.1.0 - trial-use
Publication Build: This will be filled in by the publication tooling
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 "CRLF-RTL"] ; # 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 CRLF-RTL</b></p><a name=\"CRLF-RTL\"> </a><a name=\"hcCRLF-RTL\"> </a><a name=\"CRLF-RTL-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CRLF-RTL.html\"><code>https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTL</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/ValueSet/CRLF-RTL"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "CRLFRTL"] ; # fhir:title [ fhir:v "較低放射劑量臨床標靶體積值集"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-09-01"^^xsd:date] ; # fhir:publisher [ fhir:v "國家級人體生物資料庫整合平台"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://ghd.tw/" ] ] ) ] ) ; # fhir:description [ fhir:v "CRLF較低放射劑量臨床標靶體積值集"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTL"^^xsd:anyURI ] ] ) ] . #