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 Position - TTL Representation
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 "BodyPosition"] ; #
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 BodyPosition</b></p><a name=\"BodyPosition\"> </a><a name=\"hcBodyPosition\"> </a><a name=\"BodyPosition-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-Position.html\"><code>http://vitals.oemig.de/fhir/CodeSystem/Position</code></a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/26527006\">26527006</a></td><td style=\"color: #cccccc\">Inverse Trendelenburg position</td></tr><tr><td><a href=\"http://snomed.info/id/102536004\">102536004</a></td><td style=\"color: #cccccc\">Left lateral decubitus position</td></tr><tr><td><a href=\"http://snomed.info/id/414585002\">414585002</a></td><td style=\"color: #cccccc\">Left lateral tilt (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/10904000\">10904000</a></td><td style=\"color: #cccccc\">Orthostatic body position</td></tr><tr><td><a href=\"http://snomed.info/id/1240000\">1240000</a></td><td style=\"color: #cccccc\">Prone body position</td></tr><tr><td><a href=\"http://snomed.info/id/102538003\">102538003</a></td><td style=\"color: #cccccc\">Recumbent body position</td></tr><tr><td><a href=\"http://snomed.info/id/423413008\">423413008</a></td><td style=\"color: #cccccc\">Reverse trendelenburg positioning (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/102535000\">102535000</a></td><td style=\"color: #cccccc\">Right lateral decubitus position</td></tr><tr><td><a href=\"http://snomed.info/id/415346000\">415346000</a></td><td style=\"color: #cccccc\">Right lateral tilt (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/33586001\">33586001</a></td><td style=\"color: #cccccc\">Sitting position</td></tr><tr><td><a href=\"http://snomed.info/id/40199007\">40199007</a></td><td style=\"color: #cccccc\">Supine body position</td></tr><tr><td><a href=\"http://snomed.info/id/34106002\">34106002</a></td><td style=\"color: #cccccc\">Trendelenburg position</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://vitals.oemig.de/fhir/ValueSet/BodyPosition"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.5.4"] ; #
fhir:name [ fhir:v "BodyPosition"] ; #
fhir:title [ fhir:v "Body Position"] ; #
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 "**Position of the Body** during measurement"] ; #
fhir:copyright [ fhir:v "FO"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://vitals.oemig.de/fhir/CodeSystem/Position"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "26527006" ] ] [
fhir:code [ fhir:v "102536004" ] ] [
fhir:code [ fhir:v "414585002" ] ] [
fhir:code [ fhir:v "10904000" ] ] [
fhir:code [ fhir:v "1240000" ] ] [
fhir:code [ fhir:v "102538003" ] ] [
fhir:code [ fhir:v "423413008" ] ] [
fhir:code [ fhir:v "102535000" ] ] [
fhir:code [ fhir:v "415346000" ] ] [
fhir:code [ fhir:v "33586001" ] ] [
fhir:code [ fhir:v "40199007" ] ] [
fhir:code [ fhir:v "34106002" ] ] ) ] )
] . #