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

: Vital Signs Mean Arterial Blood Pressure Codes - 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/us-core-mean-arterial-blood-pressure-code> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "us-core-mean-arterial-blood-pressure-code"] ;
  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 us-core-mean-arterial-blood-pressure-code</b></p><a name=\"us-core-mean-arterial-blood-pressure-code\"> </a><a name=\"hcus-core-mean-arterial-blood-pressure-code\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.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><a href=\"https://loinc.org/8478-0/\">8478-0</a></td><td style=\"color: #cccccc\">Mean blood pressure</td></tr><tr><td><a href=\"https://loinc.org/moreMeanArterialCodesToAdd/\">moreMeanArterialCodesToAdd</a></td><td/></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://bloodpressure.oemig.de/fhir/ValueSet/us-core-mean-arterial-blood-pressure-code"] ;
  fhir:ValueSet.version [ fhir:value "0.7.1"] ;
  fhir:ValueSet.name [ fhir:value "USCoreMeanArterialBloodPressureCodes"] ;
  fhir:ValueSet.title [ fhir:value "Vital Signs Mean Arterial Blood Pressure Codes"] ;
  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 measure mean arterial systolic BP; codes still to be added"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "8478-0" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "moreMeanArterialCodesToAdd" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/us-core-mean-arterial-blood-pressure-code.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/us-core-mean-arterial-blood-pressure-code.ttl> .