Blood Pressure Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.7.1 - ci-build

Blood Pressure 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.7.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/bloodpressure/ and changes regularly. See the Directory of published versions

: Blood Pressure Body Position - TTL Representation

Draft as of 2026-08-28

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/ValueSet/body-position> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "body-position"] ;
  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: ValueSet body-position</b></p><a name=\"body-position\"> </a><a name=\"hcbody-position\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>http://bloodpressure.oemig.de/fhir/ValueSet/body_position_core</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>http://bloodpressure.oemig.de/fhir/ValueSet/body_position_extended</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://bloodpressure.oemig.de/fhir/ValueSet/body_position"] ;
  fhir:ValueSet.version [ fhir:value "0.7.1"] ;
  fhir:ValueSet.name [ fhir:value "BodyPosition"] ;
  fhir:ValueSet.title [ fhir:value "Blood Pressure Body Position"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-28T16:31:17+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "FO"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Codes to document Blood Pressure Body Position"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://bloodpressure.oemig.de/fhir/ValueSet/body_position_core" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://bloodpressure.oemig.de/fhir/ValueSet/body_position_extended" ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/body-position.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/body-position.ttl> .