Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.4 - ci-build

Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.5.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/vital-signs-demo/ and changes regularly. See the Directory of published versions

: Cuff Type - TTL Representation

Active as of 2024-04-16

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 "CuffType"] ; # 
  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 CuffType</b></p><a name=\"CuffType\"> </a><a name=\"hcCuffType\"> </a><a name=\"CuffType-en-US\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/CuffType</code> defines the following codes in a Is-A hierarchy:</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\">reusable<a name=\"CuffType-reusable\"> </a></td><td>The most popular and common cuff on the market today is the reusable cuff.</td></tr><tr><td style=\"white-space:nowrap\">disposable<a name=\"CuffType-disposable\"> </a></td><td>Disposable cuffs are the 2nd most common cuff on the market.</td></tr><tr><td style=\"white-space:nowrap\">Dring<a name=\"CuffType-Dring\"> </a></td><td>D-ring cuffs are designed to be self-applied and make it easier for the patient to take their own blood pressure without assistance.</td></tr><tr><td style=\"white-space:nowrap\">specialty<a name=\"CuffType-specialty\"> </a></td><td>specialty-use blood pressure cuffs</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://vitals.oemig.de/fhir/CodeSystem/CuffType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.4"] ; # 
  fhir:name [ fhir:v "CuffType"] ; # 
  fhir:title [ fhir:v "Cuff Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-16"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "FO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.oemig.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "**Cuff Type**"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://vitals.oemig.de/fhir/ValueSet/CuffType"^^xsd:anyURI ;
fhir:link <http://vitals.oemig.de/fhir/ValueSet/CuffType>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "reusable" ] ;
fhir:display [ fhir:v "The most popular and common cuff on the market today is the reusable cuff." ]
  ] [
fhir:code [ fhir:v "disposable" ] ;
fhir:display [ fhir:v "Disposable cuffs are the 2nd most common cuff on the market." ]
  ] [
fhir:code [ fhir:v "Dring" ] ;
fhir:display [ fhir:v "D-ring cuffs are designed to be self-applied and make it easier for the patient to take their own blood pressure without assistance." ]
  ] [
fhir:code [ fhir:v "specialty" ] ;
fhir:display [ fhir:v "specialty-use blood pressure cuffs" ]
  ] ) . #