CH RAD-Order (R4)
2.0.0-ci-build - ci-build Switzerland flag

CH RAD-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-rad-order/ and changes regularly. See the Directory of published versions

: Requested Service - TTL Representation

Active as of 2024-04-20

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-rad-order-requested-service"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-requested-service</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">RequestForPreviousReport<a name=\"ch-rad-order-requested-service-RequestForPreviousReport\"> </a></td><td>Befundbericht früherer Untersuchung(en)</td></tr><tr><td style=\"white-space:nowrap\">RequestForPreviousReportAndImages<a name=\"ch-rad-order-requested-service-RequestForPreviousReportAndImages\"> </a></td><td>Bilder und Befundberichte früherer Untersuchung(en)</td></tr><tr><td style=\"white-space:nowrap\">ImagingRequest<a name=\"ch-rad-order-requested-service-ImagingRequest\"> </a></td><td>Bildgebende Diagnostik</td></tr><tr><td style=\"white-space:nowrap\">RadIntervention<a name=\"ch-rad-order-requested-service-RadIntervention\"> </a></td><td>Interventionelle Radiologie</td></tr><tr><td style=\"white-space:nowrap\">SecondOpinion<a name=\"ch-rad-order-requested-service-SecondOpinion\"> </a></td><td>Zweitmeinung</td></tr><tr><td style=\"white-space:nowrap\">ImagingRequestWithIntervention<a name=\"ch-rad-order-requested-service-ImagingRequestWithIntervention\"> </a></td><td>Bildgebende Diagnostik und Intervention</td></tr><tr><td style=\"white-space:nowrap\">RemoteReporting<a name=\"ch-rad-order-requested-service-RemoteReporting\"> </a></td><td>Fernbefundung</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-requested-service"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "ChRadOrderRequestedService"] ; # 
  fhir:title [ fhir:v "Requested Service"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-04-20T22:54:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Juerg P. Bleuer" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Definition for Requested Service Code System in the context of CH RAD-Order."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "RequestForPreviousReport" ] ;
fhir:display [ fhir:v "Befundbericht früherer Untersuchung(en)" ]
  ] [
fhir:code [ fhir:v "RequestForPreviousReportAndImages" ] ;
fhir:display [ fhir:v "Bilder und Befundberichte früherer Untersuchung(en)" ]
  ] [
fhir:code [ fhir:v "ImagingRequest" ] ;
fhir:display [ fhir:v "Bildgebende Diagnostik" ]
  ] [
fhir:code [ fhir:v "RadIntervention" ] ;
fhir:display [ fhir:v "Interventionelle Radiologie" ]
  ] [
fhir:code [ fhir:v "SecondOpinion" ] ;
fhir:display [ fhir:v "Zweitmeinung" ]
  ] [
fhir:code [ fhir:v "ImagingRequestWithIntervention" ] ;
fhir:display [ fhir:v "Bildgebende Diagnostik und Intervention" ]
  ] [
fhir:code [ fhir:v "RemoteReporting" ] ;
fhir:display [ fhir:v "Fernbefundung" ]
  ] ) . #