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

: Clothing - 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 "Clothing"] ; # 
  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 Clothing</b></p><a name=\"Clothing\"> </a><a name=\"hcClothing\"> </a><a name=\"Clothing-en-US\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/Clothing</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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"Clothing-none\"> </a></td><td>no clothes</td><td>the patient is naked.</td></tr><tr><td style=\"white-space:nowrap\">light<a name=\"Clothing-light\"> </a></td><td>light clothes</td><td>the patient is only wearing underwar.</td></tr><tr><td style=\"white-space:nowrap\">normal<a name=\"Clothing-normal\"> </a></td><td>normal clothes</td><td>the patient is wearing normal everyday clothes.</td></tr><tr><td style=\"white-space:nowrap\">heavy<a name=\"Clothing-heavy\"> </a></td><td>heavy clothes</td><td>the patient is wearing heavy clothes like in winter.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://vitals.oemig.de/fhir/CodeSystem/Clothing"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.4"] ; # 
  fhir:name [ fhir:v "Clothing"] ; # 
  fhir:title [ fhir:v "Clothing"] ; # 
  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 "**Clothing**"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://vitals.oemig.de/fhir/ValueSet/Clothing"^^xsd:anyURI ;
fhir:link <http://vitals.oemig.de/fhir/ValueSet/Clothing>
  ] ; # 
  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 "none" ] ;
fhir:display [ fhir:v "no clothes" ] ;
fhir:definition [ fhir:v "the patient is naked." ]
  ] [
fhir:code [ fhir:v "light" ] ;
fhir:display [ fhir:v "light clothes" ] ;
fhir:definition [ fhir:v "the patient is only wearing underwar." ]
  ] [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "normal clothes" ] ;
fhir:definition [ fhir:v "the patient is wearing normal everyday clothes." ]
  ] [
fhir:code [ fhir:v "heavy" ] ;
fhir:display [ fhir:v "heavy clothes" ] ;
fhir:definition [ fhir:v "the patient is wearing heavy clothes like in winter." ]
  ] ) . #