FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ohsuhypertensionig
Resource TypeAdverseEvent
IdAdverseEvent-example-UntreatedAdverseEvent.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
      }
    ]
  }
}