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

: Laterality - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-rad-order-laterality"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-RadLex.html\"><code>http://radlex.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>RID5771</td><td>Bilateral</td></tr><tr><td>RID5824</td><td>LEFT</td></tr><tr><td>RID5825</td><td>RIGHT</td></tr><tr><td>RID49843</td><td>Unspecified laterality</td></tr><tr><td>RID38593</td><td>Unilateral</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-rad-order/ValueSet/ch-rad-order-laterality"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "ChRadOrderLaterality"] ; # 
  fhir:title [ fhir:v "Laterality"] ; # 
  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 Laterality Value Set 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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://radlex.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "RID5771" ] ;
fhir:display [ fhir:v "Bilateral" ]       ] [
fhir:code [ fhir:v "RID5824" ] ;
fhir:display [ fhir:v "LEFT" ]       ] [
fhir:code [ fhir:v "RID5825" ] ;
fhir:display [ fhir:v "RIGHT" ]       ] [
fhir:code [ fhir:v "RID49843" ] ;
fhir:display [ fhir:v "Unspecified laterality" ]       ] [
fhir:code [ fhir:v "RID38593" ] ;
fhir:display [ fhir:v "Unilateral" ]       ] )     ] )
  ] . #