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 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:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-UntreatedAdverseEvent"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent example-UntreatedAdverseEvent</b></p><a name=\"example-UntreatedAdverseEvent\"> </a><a name=\"hcexample-UntreatedAdverseEvent\"> </a><p><b>event</b>: <span title=\"Codes:{https://coach.ohsu.edu coach-adverse-event}, {http://snomed.info/sct 32834005}\">Brief loss of consciousness</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>date</b>: 2021-09-17 07:25:02-0700</p><p><b>detected</b>: 2021-09-17 07:25:02-0700</p><p><b>recordedDate</b>: 2021-09-17 13:16:21-0700</p><p><b>resultingCondition</b>: <a href=\"Condition/condition-12345\">Condition/condition-12345</a></p><p><b>outcome</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-outcome ongoing}\">Ongoing</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:event [
    ( fhir:coding [
fhir:system [
fhir:v "https://coach.ohsu.edu"^^xsd:anyURI ;
fhir:l <https://coach.ohsu.edu>       ] ;
fhir:code [ fhir:v "coach-adverse-event" ] ;
fhir:display [ fhir:v "Adverse Event reported by COACH" ]     ] [
a sct:32834005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "32834005" ] ;
fhir:display [ fhir:v "Brief loss of consciousness" ]     ] ) ;
fhir:text [ fhir:v "Brief loss of consciousness" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/12345 ;
fhir:reference [ fhir:v "Patient/12345" ]
  ] ; # 
  fhir:date [ fhir:v "2021-09-17T07:25:02-07:00"^^xsd:dateTime] ; # 
  fhir:detected [ fhir:v "2021-09-17T07:25:02-07:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2021-09-17T13:16:21-07:00"^^xsd:dateTime] ; # 
  fhir:resultingCondition ( [
fhir:l fhir:Condition/condition-12345 ;
fhir:reference [ fhir:v "Condition/condition-12345" ]
  ] ) ; # 
  fhir:outcome [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-outcome"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-outcome>       ] ;
fhir:code [ fhir:v "ongoing" ]     ] )
  ] . #