FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | MessageHeader |
| Id | MessageHeader-US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader
Resource MessageHeader "US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a"
Profile: ICSR MessageHeader
Message Processing Category: notification
event: Patient Adverse Event (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code PAT_ADV_EVNT = 'patient adverse event', stated as 'Patient Adverse Event')
| Endpoint | Receiver |
| http://example.org/CBERTransfusion | Organization/ReceiverOrganization "FDA" |
sender: Organization/SenderOrganization "sender organization"
| Endpoint |
| http://example.org/SENDER-IDENTIFIER |
reason: Indicates receipt of a public health report (US Public Health TriggerDefinition Named Events#received-public-health-report)
{
"resourceType": "MessageHeader",
"id": "US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageheader"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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/CBERTransfusion",
"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/SampleTransfusionReport"
}
]
}