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 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:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-TreatedAdverseEvent"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AdverseEvent</b><a name=\"example-TreatedAdverseEvent\"> </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 AdverseEvent &quot;example-TreatedAdverseEvent&quot; </p></div><p><b>event</b>: Acute kidney problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#N17.0; coach.ohsu.edu#coach-adverse-event &quot;Adverse Event reported by COACH&quot;)</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>date</b>: 2021-09-15 07:25:02-0700</p><p><b>detected</b>: 2021-09-15 07:25:02-0700</p><p><b>recordedDate</b>: 2021-09-15 13:16:21-0700</p><p><b>resultingCondition</b>: <a href=\"Condition/condition-12345\">Condition/condition-12345</a></p><p><b>outcome</b>: Resolved <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-adverse-event-outcome.html\">AdverseEventOutcome</a>#resolved)</span></p></div>"
  ] ; # 
  fhir:event [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N17.0" ] ;
fhir:display [ fhir:v "Acute kidney problem" ]     ] [
fhir:system [ fhir:v "https://coach.ohsu.edu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "coach-adverse-event" ] ;
fhir:display [ fhir:v "Adverse Event reported by COACH" ]     ] ) ;
fhir:text [ fhir:v "Acute kidney problem" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/12345" ]
  ] ; # 
  fhir:date [ fhir:v "2021-09-15T07:25:02-07:00"^^xsd:dateTime] ; # 
  fhir:detected [ fhir:v "2021-09-15T07:25:02-07:00"^^xsd:dateTime] ; # 
  fhir:recordedDate [ fhir:v "2021-09-15T13:16:21-07:00"^^xsd:dateTime] ; # 
  fhir:resultingCondition ( [
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:code [ fhir:v "resolved" ]     ] )
  ] . #