Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ventricular stimulation Codesystem - TTL Representation

Active as of 2025-06-09

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VentricularStimulation"] ; # 
  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: CodeSystem VentricularStimulation</b></p><a name=\"VentricularStimulation\"> </a><a name=\"hcVentricularStimulation\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/VentricularStimulation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">B30<a name=\"VentricularStimulation-B30\"> </a></td><td>-</td><td>Default input</td></tr><tr><td style=\"white-space:nowrap\">B30-0<a name=\"VentricularStimulation-B30-0\"> </a></td><td>no</td><td>no</td></tr><tr><td style=\"white-space:nowrap\">B30-1<a name=\"VentricularStimulation-B30-1\"> </a></td><td>right ventricular stimulation</td><td>right ventricular stimulation</td></tr><tr><td style=\"white-space:nowrap\">B30-2<a name=\"VentricularStimulation-B30-2\"> </a></td><td>biventricular stimulation</td><td>biventricular stimulation</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/VentricularStimulation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "Ventricular_stimulation"] ; # 
  fhir:title [ fhir:v "Ventricular stimulation Codesystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-06-09T12:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ICCS"] ; # 
  fhir:description [ fhir:v "Code system with input values for Ventricular stimulation"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "B30" ] ;
fhir:display [ fhir:v "-" ] ;
fhir:definition [ fhir:v "Default input" ]
  ] [
fhir:code [ fhir:v "B30-0" ] ;
fhir:display [ fhir:v "no" ] ;
fhir:definition [ fhir:v "no" ]
  ] [
fhir:code [ fhir:v "B30-1" ] ;
fhir:display [ fhir:v "right ventricular stimulation" ] ;
fhir:definition [ fhir:v "right ventricular stimulation" ]
  ] [
fhir:code [ fhir:v "B30-2" ] ;
fhir:display [ fhir:v "biventricular stimulation" ] ;
fhir:definition [ fhir:v "biventricular stimulation" ]
  ] ) . #