FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeMessageHeader
IdMessageHeader-US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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')

Destinations

-EndpointReceiver
*http://example.org/CBERTransfusionOrganization/ReceiverOrganization "FDA"

sender: Organization/SenderOrganization "sender organization"

Sources

-Endpoint
*http://example.org/SENDER-IDENTIFIER

reason: Indicates receipt of a public health report (US Public Health TriggerDefinition Named Events#received-public-health-report)

focus: Composition/SampleTransfusionReport


Source1

{
  "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"
    }
  ]
}