CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions
: CH UMZH Connect ServiceRequest Category - TTL Representation
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 "ch-umzh-connect-servicerequest-category"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ch-umzh-connect-servicerequest-category</b></p><a name=\"ch-umzh-connect-servicerequest-category\"> </a><a name=\"hcch-umzh-connect-servicerequest-category\"> </a><ul><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/108252007\">108252007</a></td><td>Laboratory procedure (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/308461008\">308461008</a></td><td>Referral to radiology service (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/183545006\">183545006</a></td><td>Referral to orthopedic service (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/720006006\">720006006</a></td><td>Cancer care review (procedure)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-umzh-connect/ValueSet/ch-umzh-connect-servicerequest-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "ChUmzhConnectServiceRequestCategoryVS"] ; #
fhir:title [ fhir:v "CH UMZH Connect ServiceRequest Category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-06-13T12:42:24+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "UMZH Connect Team"] ; #
fhir:contact ( [
fhir:name [ fhir:v "UMZH Connect" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://umzhconnect.ch/" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for ServiceRequest.category defining the type of service request."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHE" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure (procedure)" ] ] [
fhir:code [ fhir:v "308461008" ] ;
fhir:display [ fhir:v "Referral to radiology service (procedure)" ] ] [
fhir:code [ fhir:v "183545006" ] ;
fhir:display [ fhir:v "Referral to orthopedic service (procedure)" ] ] [
fhir:code [ fhir:v "720006006" ] ;
fhir:display [ fhir:v "Cancer care review (procedure)" ] ] ) ] )
] . #