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.6.0 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 Size - TTL Representation
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 "CuffSize"] ; #
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 CuffSize</b></p><a name=\"CuffSize\"> </a><a name=\"hcCuffSize\"> </a><a name=\"CuffSize-en-US\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/CuffSize</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">Adult<a name=\"CuffSize-Adult\"> </a></td><td>A cuff that is standard for an adult.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> AdultThigh<a name=\"CuffSize-AdultThigh\"> </a></td><td>A cuff used for an adult thigh.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> LargeAdult<a name=\"CuffSize-LargeAdult\"> </a></td><td>A cuff for adults with larger arms.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> SmallAdult<a name=\"CuffSize-SmallAdult\"> </a></td><td>A cuff used for a small adult.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">PaediatricChild<a name=\"CuffSize-PaediatricChild\"> </a></td><td>A cuff that is appropriate for a child or adult with a thin arm.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">Infant<a name=\"CuffSize-Infant\"> </a></td><td>A cuff used for infants.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">Neonatal<a name=\"CuffSize-Neonatal\"> </a></td><td>A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://vitals.oemig.de/fhir/CodeSystem/CuffSize"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.6.0"] ; #
fhir:name [ fhir:v "CuffSize"] ; #
fhir:title [ fhir:v "Cuff Size"] ; #
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 Size**"] ; #
fhir:copyright [ fhir:v "FO"] ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://vitals.oemig.de/fhir/ValueSet/CuffSize"^^xsd:anyURI ;
fhir:link <http://vitals.oemig.de/fhir/ValueSet/CuffSize>
] ; #
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 "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Adult" ] ;
fhir:display [ fhir:v "A cuff that is standard for an adult." ] ;
( fhir:concept [
fhir:code [ fhir:v "AdultThigh" ] ;
fhir:display [ fhir:v "A cuff used for an adult thigh." ] ] [
fhir:code [ fhir:v "LargeAdult" ] ;
fhir:display [ fhir:v "A cuff for adults with larger arms." ] ] [
fhir:code [ fhir:v "SmallAdult" ] ;
fhir:display [ fhir:v "A cuff used for a small adult." ] ] )
] [
fhir:code [ fhir:v "PaediatricChild" ] ;
fhir:display [ fhir:v "A cuff that is appropriate for a child or adult with a thin arm." ]
] [
fhir:code [ fhir:v "Infant" ] ;
fhir:display [ fhir:v "A cuff used for infants." ]
] [
fhir:code [ fhir:v "Neonatal" ] ;
fhir:display [ fhir:v "A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate." ]
] ) . #