FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent example
Profile: QICore AdverseEvent
identifier: http://acme.com/ids/patients/risks/49476534
actuality: Adverse Event
event: Generalized rash (disorder)
date: 2017-01-29 12:34:56+0000
seriousness: Non-serious
recorder: Practitioner Adam Careful
| Instance |
| Medication alemtuzumab 10 MG/ML [Lemtrada] |
{
"resourceType": "AdverseEvent",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-adverseevent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": {
"system": "http://acme.com/ids/patients/risks",
"value": "49476534"
},
"actuality": "actual",
"event": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "725119006",
"display": "Generalized rash (disorder)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"date": "2017-01-29T12:34:56+00:00",
"seriousness": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
"code": "non-serious",
"display": "Non-serious"
}
]
},
"recorder": {
"reference": "Practitioner/example"
},
"suspectEntity": [
{
"instance": {
"reference": "Medication/example"
}
}
]
}