Blood Pressure Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.7.1 - ci-build

Blood Pressure 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.7.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/bloodpressure/ and changes regularly. See the Directory of published versions

: Cuff Size - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/CuffSize> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CuffSize"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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><p>This case-insensitive code system <code>http://bloodpressure.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:CodeSystem.url [ fhir:value "http://bloodpressure.oemig.de/fhir/CodeSystem/CuffSize"] ;
  fhir:CodeSystem.version [ fhir:value "0.7.1"] ;
  fhir:CodeSystem.name [ fhir:value "CuffSizeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Cuff Size"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-04-16"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "FO"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "FO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.oemig.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "**Cuff Size**"] ;
  fhir:CodeSystem.copyright [ fhir:value "FO"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.valueSet [
     fhir:value "http://bloodpressure.oemig.de/fhir/ValueSet/CuffSize" ;
     fhir:link <http://bloodpressure.oemig.de/fhir/ValueSet/CuffSize>
  ] ;
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Adult" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "A cuff that is standard for an adult." ] ;
     fhir:CodeSystem.concept.concept [
       fhir:index 0 ;
       fhir:CodeSystem.concept.code [ fhir:value "AdultThigh" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "A cuff used for an adult thigh." ]
     ], [
       fhir:index 1 ;
       fhir:CodeSystem.concept.code [ fhir:value "LargeAdult" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "A cuff for adults with larger arms." ]
     ], [
       fhir:index 2 ;
       fhir:CodeSystem.concept.code [ fhir:value "SmallAdult" ] ;
       fhir:CodeSystem.concept.display [ fhir:value "A cuff used for a small adult." ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "PaediatricChild" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "A cuff that is appropriate for a child or adult with a thin arm." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "Infant" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "A cuff used for infants." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "Neonatal" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/CuffSize.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/CuffSize.ttl> .