FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting.r4 |
| Resource Type | MessageHeader |
| Id | MessageHeader-US-IBM-e380bc14-2a03-7b64-c3f5-22daea2aa495.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-e380bc14-2a03-7b64-c3f5-22daea2aa495" Updated "2021-01-05 14:24:44+0500"
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 |
| http://example.org/CBERVaccination |
sender: Organization/VaccinationSender "sender organization"
| Endpoint |
| http://example.org/BEST-Pilot |
reason: Indicates receipt of a public health report (US Public Health TriggerDefinition Named Events#received-public-health-report)
{
"resourceType": "MessageHeader",
"id": "US-IBM-e380bc14-2a03-7b64-c3f5-22daea2aa495",
"meta": {
"lastUpdated": "2021-01-05T14:24:44+05:00",
"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/CBERVaccination"
}
],
"sender": {
"reference": "Organization/VaccinationSender"
},
"source": {
"endpoint": "http://example.org/BEST-Pilot"
},
"reason": {
"coding": [
{
"system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents",
"code": "received-public-health-report"
}
]
},
"focus": [
{
"reference": "Composition/VaccinationExample"
}
]
}