FHIR IG analytics| Package | hl7.fhir.us.ohsuhypertensionig |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-example-UntreatedAdverseEvent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent example-UntreatedAdverseEvent
event: Brief loss of consciousness
subject: Patient/12345
date: 2021-09-17 07:25:02-0700
detected: 2021-09-17 07:25:02-0700
recordedDate: 2021-09-17 13:16:21-0700
resultingCondition: Condition/condition-12345
outcome: Ongoing
{
"resourceType": "AdverseEvent",
"id": "example-UntreatedAdverseEvent",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}