This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: UDS Plus AdverseEvent Example - JSON Representation
Raw json | Download
{
"resourceType" : "AdverseEvent",
"id" : "de-identified-example",
"meta" : {
"lastUpdated" : "2017-05-26T11:56:57.250-04:00",
"profile" : [
🔗 "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-adverseevent"
]
},
"actuality" : "actual",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/adverse-event-category",
"code" : "medication-mishap",
"display" : "Medication Mishap"
}
],
"text" : "Medication Mishap - Wrong Dose"
}
],
"event" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "140004",
"display" : "Chronic Pharyngitis"
}
],
"text" : "Chronic Pharyngitis"
},
"subject" : {
🔗 "reference" : "Patient/de-identified-example"
},
"date" : "2015-11-01T17:00:14-05:00",
"recordedDate" : "2017-11-01T17:00:14-05:00"
}