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

: Body Weight Units - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BWunits"] ; # 
  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: ValueSet BWunits</b></p><a name=\"BWunits\"> </a><a name=\"hcBWunits\"> </a><a name=\"BWunits-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>g</td><td style=\"color: #cccccc\">g</td></tr><tr><td>kg</td><td style=\"color: #cccccc\">kg</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://vitals.oemig.de/fhir/ValueSet/BWunits"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.4"] ; # 
  fhir:name [ fhir:v "BWunits"] ; # 
  fhir:title [ fhir:v "Body Weight Units"] ; # 
  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 "**Units for measuring Body Weight**"] ; # 
  fhir:copyright [ fhir:v "FO"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "g" ]       ] [
fhir:code [ fhir:v "kg" ]       ] )     ] )
  ] . #