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
{
"resourceType" : "AdverseEvent",
"id" : "example-UntreatedAdverseEvent",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"event" : {
"coding" : [
{
"system" : "https://coach.ohsu.edu",
"code" : "coach-adverse-event",
"display" : "Adverse Event reported by COACH"
},
{
"system" : "http://snomed.info/sct",
"code" : "32834005",
"display" : "Brief loss of consciousness"
}
],
"text" : "Brief loss of consciousness"
},
"subject" : {
"reference" : "Patient/12345"
},
"date" : "2021-09-17T07:25:02-07:00",
"detected" : "2021-09-17T07:25:02-07:00",
"recordedDate" : "2021-09-17T13:16:21-07:00",
"resultingCondition" : [
{
"reference" : "Condition/condition-12345"
}
],
"outcome" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/adverse-event-outcome",
"code" : "ongoing"
}
]
}
}