SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions
: Systolic blood pressure Observable entity Code - 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 "syst-bp"] ; #
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 syst-bp</b></p><a name=\"syst-bp\"> </a><a name=\"hcsyst-bp\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where constraint = (<< 271649006 | Systolic blood pressure (observable entity) | MINUS (<< 314464000 | 24 hour systolic blood pressure (observable entity) | OR << 716579001 | Baseline systolic blood pressure (observable entity) | OR << 315612005 | Target systolic blood pressure (observable entity) |))</li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://snomed.info/fhir/ValueSet/syst-bp"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "SnomedSystBP"] ; #
fhir:title [ fhir:v "Systolic blood pressure Observable entity Code"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-07-09T10:34:35+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "SNOMED on FHIR project group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "SNOMED on FHIR project group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.ihtsdotools.org/display/FHIR/SNOMED+on+FHIR" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set contains concept codes for systolic blood pressure observable entities. It includes codes from [SNOMED](http://snomed.info/sct) meeting the constraint (<< 271649006 | Systolic blood pressure (observable entity) | MINUS (<< 314464000 | 24 hour systolic blood pressure (observable entity) | OR << 716579001 | Baseline systolic blood pressure (observable entity) | OR << 315612005 | Target systolic blood pressure (observable entity) |))"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "constraint" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "(<< 271649006 | Systolic blood pressure (observable entity) | MINUS (<< 314464000 | 24 hour systolic blood pressure (observable entity) | OR << 716579001 | Baseline systolic blood pressure (observable entity) | OR << 315612005 | Target systolic blood pressure (observable entity) |))" ] ] ) ] )
] . #