Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Blood Pressure Value Set - TTL Representation

Active as of 2024-09-17

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 "BloodPressureStanding-value-set"] ; # 
  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 BloodPressureStanding-value-set</b></p><a name=\"BloodPressureStanding-value-set\"> </a><a name=\"hcBloodPressureStanding-value-set\"> </a><a name=\"BloodPressureStanding-value-set-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/8460-8/\">8460-8</a></td><td>Systolic blood pressure -- standing</td></tr><tr><td><a href=\"https://loinc.org/8454-1/\">8454-1</a></td><td>Diastolic Blood Plessure -- standing</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://smart-bear.eu/fhir/ValueSet/BloodPressureStanding-value-set"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.4.1"] ; # 
  fhir:name [ fhir:v "BloodPressureStandingVS"] ; # 
  fhir:title [ fhir:v "Blood Pressure Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Value set with codes describing blood pressures from SNOMED-CT"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "8460-8" ] ;
fhir:display [ fhir:v "Systolic blood pressure -- standing" ]       ] [
fhir:code [ fhir:v "8454-1" ] ;
fhir:display [ fhir:v "Diastolic Blood Plessure -- standing" ]       ] )     ] )
  ] . #