This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MessageHeader",
"id" : "US-IBM-FAERS-fad94c04-29e7-5b37-e535-a8aad123cf9a",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageheader"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"US-IBM-FAERS-fad94c04-29e7-5b37-e535-a8aad123cf9a\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-icsr-messageheader.html\">ICSR MessageHeader</a></p></div><p><b>Message Processing Category</b>: notification</p><p><b>event</b>: Patient Adverse Event (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code PAT_ADV_EVNT = 'patient adverse event', stated as 'Patient Adverse Event')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td><a href=\"http://example.org/CBERFAERS\">http://example.org/CBERFAERS</a></td><td><a href=\"Organization-ReceiverOrganization.html\">Organization/ReceiverOrganization</a> \"FDA\"</td></tr></table><p><b>sender</b>: <a href=\"Organization-SenderOrganization.html\">Organization/SenderOrganization</a> \"sender organization\"</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href=\"http://example.org/SENDER-IDENTIFIER\">http://example.org/SENDER-IDENTIFIER</a></td></tr></table><p><b>reason</b>: Indicates receipt of a public health report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/medmorph/2021Jan/CodeSystem-us-ph-triggerdefinition-namedevents.html\">US Public Health TriggerDefinition Named Events</a>#received-public-health-report)</span></p><p><b>focus</b>: <a href=\"Composition-SampleFAERSReport.html\">Composition/SampleFAERSReport</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-messageProcessingCategory",
"valueCode" : "notification"
}
],
"eventCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "PAT_ADV_EVNT",
"display" : "Patient Adverse Event"
},
"destination" : [
{
"endpoint" : "http://example.org/CBERFAERS",
"receiver" : {
"reference" : "Organization/ReceiverOrganization"
}
}
],
"sender" : {
"reference" : "Organization/SenderOrganization"
},
"source" : {
"endpoint" : "http://example.org/SENDER-IDENTIFIER"
},
"reason" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents",
"code" : "received-public-health-report"
}
]
},
"focus" : [
{
"reference" : "Composition/SampleFAERSReport"
}
]
}