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

: High Blood Pressure Warning - TTL Representation

Draft as of 2020-02-04

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:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "plandefinition-HypertensiveEmergency"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"plandefinition-HypertensiveEmergency\"> </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 PlanDefinition &quot;plandefinition-HypertensiveEmergency&quot; </p></div><p><b>url</b>: <code>http://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-HypertensiveEmergency</code></p><p><b>identifier</b>: id: ohsu-hypertensive-emergency (use: OFFICIAL)</p><p><b>version</b>: 0.1.0</p><p><b>name</b>: HypertensiveEmergency</p><p><b>title</b>: High Blood Pressure Warning</p><p><b>type</b>: ECA Rule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (plan-definition-type#eca-rule)</span></p><p><b>status</b>: draft</p><p><b>date</b>: 2020-02-04 00:00:00-0800</p><p><b>publisher</b>: Oregon Health and Science University</p><p><b>contact</b>: Oregon Health and Science University: <a href=\"https://www.ohsu.edu/\">https://www.ohsu.edu/</a></p><p><b>description</b>: This PlanDefinition detects a recent high blood pressure reading.</p><p><b>jurisdiction</b>: Unknown region code '840' <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#840)</span></p><p><b>purpose</b>: The purpose is to identify very high blood pressure and recommend the patient seek treatment.</p><p><b>usage</b>: This is to be used in conjunction with a patient-facing FHIR application.</p><p><b>copyright</b>: © OHSU 2020+.</p><p><b>topic</b>: Hypertension Management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>library</b>: <a href=\"Library-HypertensiveEmergency.html\">Very High Blood Pressure Alert Logic</a></p><blockquote><p><b>action</b></p><p><b>title</b>: Recommendation</p><p><b>description</b>: Recommendation for patient with a recent very high blood pressure</p><h3>Triggers</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Name</b></td></tr><tr><td>*</td><td>named-event</td><td>patient-view</td></tr></table><blockquote><p><b>condition</b></p><p><b>kind</b>: applicability</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>Determine if patient had a recent very high blood pressure</td><td>text/cql.identifier</td><td>In Population</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: action.title</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>Recommendation</td><td>text/cql.identifier</td><td>Recommendation</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: action.description</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>Rationale</td><td>text/cql.identifier</td><td>Rationale Combined Data</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: action.extension</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>text/cql.identifier</td><td>Indicator Status</td></tr></table></blockquote></blockquote></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-HypertensiveEmergency"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "ohsu-hypertensive-emergency" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HypertensiveEmergency"] ; # 
  fhir:title [ fhir:v "High Blood Pressure Warning"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eca-rule" ] ;
fhir:display [ fhir:v "ECA Rule" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2020-02-04T00:00:00-08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Oregon Health and Science University"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Oregon Health and Science University" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ohsu.edu/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This PlanDefinition detects a recent high blood pressure reading."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "840" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "The purpose is to identify very high blood pressure and recommend the patient seek treatment."] ; # 
  fhir:usage [ fhir:v "This is to be used in conjunction with a patient-facing FHIR application."] ; # 
  fhir:copyright [ fhir:v "© OHSU 2020+."] ; # 
  fhir:topic ( [
fhir:text [ fhir:v "Hypertension Management" ]
  ] ) ; # 
  fhir:library ( [
fhir:v "http://fhir.org/guides/ohsuhypertensionig/Library/HypertensiveEmergency"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/ohsuhypertensionig/Library/HypertensiveEmergency>
  ] ) ; # 
  fhir:action ( [
fhir:title [ fhir:v "Recommendation" ] ;
fhir:description [ fhir:v "Recommendation for patient with a recent very high blood pressure" ] ;
    ( fhir:trigger [
fhir:type [ fhir:v "named-event" ] ;
fhir:name [ fhir:v "patient-view" ]     ] ) ;
    ( fhir:condition [
fhir:kind [ fhir:v "applicability" ] ;
fhir:expression [
fhir:description [ fhir:v "Determine if patient had a recent very high blood pressure" ] ;
fhir:language [ fhir:v "text/cql.identifier" ] ;
fhir:expression [ fhir:v "In Population" ]       ]     ] ) ;
    ( fhir:dynamicValue [
fhir:path [ fhir:v "action.title" ] ;
fhir:expression [
fhir:description [ fhir:v "Recommendation" ] ;
fhir:language [ fhir:v "text/cql.identifier" ] ;
fhir:expression [ fhir:v "Recommendation" ]       ]     ] [
fhir:path [ fhir:v "action.description" ] ;
fhir:expression [
fhir:description [ fhir:v "Rationale" ] ;
fhir:language [ fhir:v "text/cql.identifier" ] ;
fhir:expression [ fhir:v "Rationale Combined Data" ]       ]     ] [
fhir:path [ fhir:v "action.extension" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql.identifier" ] ;
fhir:expression [ fhir:v "Indicator Status" ]       ]     ] )
  ] ) . #