Body Weight Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.1.3 - ci-build

Body Weight 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.1.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/bodyweight/ 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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/Clothing> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Clothing"] ;
  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 Clothing</b></p><a name=\"Clothing\"> </a><a name=\"hcClothing\"> </a><p>This case-insensitive code system <code>http://bodyweight.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:CodeSystem.url [ fhir:value "http://bodyweight.oemig.de/fhir/CodeSystem/Clothing"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.3"] ;
  fhir:CodeSystem.name [ fhir:value "Clothing"] ;
  fhir:CodeSystem.title [ fhir:value "Clothing"] ;
  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 "**Clothing**"] ;
  fhir:CodeSystem.copyright [ fhir:value "FO"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.valueSet [
     fhir:value "http://bodyweight.oemig.de/fhir/ValueSet/Clothing" ;
     fhir:link <http://bodyweight.oemig.de/fhir/ValueSet/Clothing>
  ] ;
  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 "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "none" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "no clothes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "the patient is naked." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "light" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "light clothes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "the patient is only wearing underwar." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "normal" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "normal clothes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "the patient is wearing normal everyday clothes." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "heavy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "heavy clothes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "the patient is wearing heavy clothes like in winter." ]
  ] .

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

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