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

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting.r4
Resource TypeMessageHeader
IdMessageHeader-beafb541-3eab-eb9e-1bf1-5fa477d56e77.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 "beafb541-3eab-eb9e-1bf1-5fa477d56e77" Updated "2021-01-05 14:14:39+0600"

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/ZZFDAOrganization/FDA "FDA"

sender: Organization/BESTPrototype "BEST-Prototype"

Sources

-Endpoint
*http://example.org/BEST-Pilot

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

focus: Composition/TransfusionExample


Source1

{
  "resourceType": "MessageHeader",
  "id": "beafb541-3eab-eb9e-1bf1-5fa477d56e77",
  "meta": {
    "lastUpdated": "2021-01-05T14:14:39+06: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/ZZFDA",
      "receiver": {
        "reference": "Organization/FDA"
      }
    }
  ],
  "sender": {
    "reference": "Organization/BESTPrototype"
  },
  "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/TransfusionExample"
    }
  ]
}