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 guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-HomeBloodPressure"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-HomeBloodPressure</b></p><a name=\"example-HomeBloodPressure\"> </a><a name=\"hcexample-HomeBloodPressure\"> </a><p><b>org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt</b>: <a href=\"http://snomed.info/id/264362003\">SNOMED CT: 264362003</a> (Dwelling)</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">vital-signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 55284-4}\">Blood Pressure</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>effective</b>: 2021-05-26 15:16:21-0500</p><p><b>note</b>: </p><blockquote><div><p>Home Blood Pressure Reading</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic Blood Pressure</span></p><p><b>value</b>: 84.52660352979804 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic Blood Pressure</span></p><p><b>value</b>: 135.65064054117963 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt>     ] ;
fhir:value [
a fhir:Coding, sct:264362003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "264362003" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "vital-signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:55284-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "55284-4" ] ;
fhir:display [ fhir:v "Blood Pressure" ]     ] ) ;
fhir:text [ fhir:v "Blood Pressure" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/12345 ;
fhir:reference [ fhir:v "Patient/12345" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2021-05-26T15:16:21-05:00"^^xsd:dateTime
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Home Blood Pressure Reading" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:8462-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic Blood Pressure" ]       ] ) ;
fhir:text [ fhir:v "Diastolic Blood Pressure" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 84.52660352979804 ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8480-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic Blood Pressure" ]       ] ) ;
fhir:text [ fhir:v "Systolic Blood Pressure" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 135.65064054117963 ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] ) . #