OHSU Hypertension Implementation Guide
0.1.0 - CI Build Unknown region code '840'

OHSU Hypertension Implementation Guide, published by Oregon Health and Science University. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/OHSUCMP/htnu18ig/ and changes regularly. See the Directory of published versions

: null - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-BloodPressureGoal"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"example-BloodPressureGoal\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Goal &quot;example-BloodPressureGoal&quot; </p></div><p><b>lifecycleStatus</b>: active</p><p><b>achievementStatus</b>: In Progress <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Goal achievement status[4.0.1]#in-progress)</span></p><p><b>description</b>: Example of an active Blood Pressure Goal of 135/85 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>start</b>: 2021-07-12</p><blockquote><p><b>target</b></p><p><b>measure</b>: Systolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC[2.68]</a>#8480-6)</span></p><p><b>detail</b>: 135 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>target</b></p><p><b>measure</b>: Diastolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC[2.68]</a>#8462-4)</span></p><p><b>detail</b>: 85 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  ] ; # 
  fhir:lifecycleStatus [ fhir:v "active"] ; # 
  fhir:achievementStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:version [ fhir:v "4.0.1" ] ;
fhir:code [ fhir:v "in-progress" ] ;
fhir:display [ fhir:v "In Progress" ]     ] )
  ] ; # 
  fhir:description [
fhir:text [ fhir:v "Example of an active Blood Pressure Goal of 135/85" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/12345" ]
  ] ; # 
  fhir:start [ fhir:v "2021-07-12"^^xsd:date] ; # 
  fhir:target ( [
fhir:measure [
      ( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.68" ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]       ] )     ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "135"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] [
fhir:measure [
      ( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.68" ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]       ] )     ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "85"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] ) . #