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

: Helper Codesystem - TTL Representation

Active as of 2025-06-11

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 "Helper"] ; # 
  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 Helper</b></p><a name=\"Helper\"> </a><a name=\"hcHelper\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/Helper</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\">100<a name=\"Helper-100\"> </a></td><td>VAD measurements</td><td>Group of VAD measurements</td></tr><tr><td style=\"white-space:nowrap\">101<a name=\"Helper-101\"> </a></td><td>One month after implantation</td><td>Distinguish right heart failure - implantation time relevance</td></tr><tr><td style=\"white-space:nowrap\">102<a name=\"Helper-102\"> </a></td><td>At the time of implantation</td><td>Distinguish right heart failure - implantation time relevance</td></tr><tr><td style=\"white-space:nowrap\">103<a name=\"Helper-103\"> </a></td><td>CV admission other than HF</td><td>Distinguish CV admissions not related to HF</td></tr><tr><td style=\"white-space:nowrap\">104<a name=\"Helper-104\"> </a></td><td>Other non-CV admissions</td><td>Distinguish non-CV admissions</td></tr><tr><td style=\"white-space:nowrap\">106<a name=\"Helper-106\"> </a></td><td>Other non-CV visit</td><td>Distinguish non-CV visits</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Helper"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "Helper"] ; # 
  fhir:title [ fhir:v "Helper Codesystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-06-11T12:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ICCS"] ; # 
  fhir:description [ fhir:v "Code system with helper codes to distinguish between similar FHIR resources"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "100" ] ;
fhir:display [ fhir:v "VAD measurements" ] ;
fhir:definition [ fhir:v "Group of VAD measurements" ]
  ] [
fhir:code [ fhir:v "101" ] ;
fhir:display [ fhir:v "One month after implantation" ] ;
fhir:definition [ fhir:v "Distinguish right heart failure - implantation time relevance" ]
  ] [
fhir:code [ fhir:v "102" ] ;
fhir:display [ fhir:v "At the time of implantation" ] ;
fhir:definition [ fhir:v "Distinguish right heart failure - implantation time relevance" ]
  ] [
fhir:code [ fhir:v "103" ] ;
fhir:display [ fhir:v "CV admission other than HF" ] ;
fhir:definition [ fhir:v "Distinguish CV admissions not related to HF" ]
  ] [
fhir:code [ fhir:v "104" ] ;
fhir:display [ fhir:v "Other non-CV admissions" ] ;
fhir:definition [ fhir:v "Distinguish non-CV admissions" ]
  ] [
fhir:code [ fhir:v "106" ] ;
fhir:display [ fhir:v "Other non-CV visit" ] ;
fhir:definition [ fhir:v "Distinguish non-CV visits" ]
  ] ) . #