臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ 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 -------------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/serviceRequest-category> a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "serviceRequest-category"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><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><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2024-08-31</span></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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\">Evaluation procedure</td></tr><tr><td><a href=\"http://snomed.info/id/410606002\">410606002</a></td><td style=\"color: #cccccc\">Social service 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</td></tr><tr><td><a href=\"http://snomed.info/id/409063005\">409063005</a></td><td style=\"color: #cccccc\">Counseling</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</td></tr></table></li></ul></div>"
] ;
fhir:ValueSet.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/serviceRequest-category"] ;
fhir:ValueSet.version [ fhir:value "0.3.0"] ;
fhir:ValueSet.name [ fhir:value "TWServiceRequestCategory"] ;
fhir:ValueSet.title [ fhir:value "臺灣衛福部資訊處ServiceRequest類型值集"] ;
fhir:ValueSet.status [ fhir:value "active"] ;
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ValueSet.date [ fhir:value "2024-08-31"^^xsd:date] ;
fhir:ValueSet.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "衛生福利部" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.mohw.gov.tw/" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "CCYU@mohw.gov.tw" ]
]
] ;
fhir:ValueSet.description [ fhir:value "臺灣衛福部資訊處ServiceRequest類型值集"] ;
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0 ;
fhir:ValueSet.compose.include.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/category-code-tw" ]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:ValueSet.compose.include.concept [
fhir:index 0 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "386053000" ]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "410606002" ]
], [
fhir:index 2 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "108252007" ]
], [
fhir:index 3 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "363679005" ]
], [
fhir:index 4 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "409063005" ]
], [
fhir:index 5 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "409073007" ]
], [
fhir:index 6 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "387713003" ]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/serviceRequest-category.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ValueSet/serviceRequest-category.ttl> .