臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions
: 臺灣衛福部資訊處ServiceRequest類型值集 - TTL Representation
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 "serviceRequest-category"] ; #
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 serviceRequest-category</b></p><a name=\"serviceRequest-category\"> </a><a name=\"hcserviceRequest-category\"> </a><a name=\"serviceRequest-category-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-category-code-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/category-code-tw</code></a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/386053000\">386053000</a></td><td style=\"color: #cccccc\">Investigations</td></tr><tr><td><a href=\"http://snomed.info/id/410606002\">410606002</a></td><td style=\"color: #cccccc\">Social service procedure (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/108252007\">108252007</a></td><td style=\"color: #cccccc\">Laboratory procedure</td></tr><tr><td><a href=\"http://snomed.info/id/363679005\">363679005</a></td><td style=\"color: #cccccc\">Imaging (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/409063005\">409063005</a></td><td style=\"color: #cccccc\">Counselling</td></tr><tr><td><a href=\"http://snomed.info/id/409073007\">409073007</a></td><td style=\"color: #cccccc\">Education</td></tr><tr><td><a href=\"http://snomed.info/id/387713003\">387713003</a></td><td style=\"color: #cccccc\">Surgical procedure (procedure)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/serviceRequest-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.3.1"] ; #
fhir:name [ fhir:v "TWServiceRequestCategory"] ; #
fhir:title [ fhir:v "臺灣衛福部資訊處ServiceRequest類型值集"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-31"^^xsd:date] ; #
fhir:contact ( [
fhir:name [ fhir:v "衛生福利部" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "CCYU@mohw.gov.tw" ] ] )
] ) ; #
fhir:description [ fhir:v "臺灣衛福部資訊處ServiceRequest類型值集"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/category-code-tw"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "386053000" ] ] [
fhir:code [ fhir:v "410606002" ] ] [
fhir:code [ fhir:v "108252007" ] ] [
fhir:code [ fhir:v "363679005" ] ] [
fhir:code [ fhir:v "409063005" ] ] [
fhir:code [ fhir:v "409073007" ] ] [
fhir:code [ fhir:v "387713003" ] ] ) ] )
] . #