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
: Body Weight Units - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 [ fhir:v "<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><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://bodyweight.oemig.de/fhir/ValueSet/BWunits"^^xsd:anyURI ;
fhir:l <http://bodyweight.oemig.de/fhir/ValueSet/BWunits>
] ; #
fhir:version [ fhir:v "0.1.3"] ; #
fhir:name [ fhir:v "BWunits"] ; #
fhir:title [ fhir:v "Body Weight Units"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
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:l <http://unitsofmeasure.org> ] ;
( fhir:concept [
fhir:code [ fhir:v "g" ] ] [
fhir:code [ fhir:v "kg" ] ] ) ] )
] . #