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-US-IBM-e380bc14-2a03-7b64-c3f5-22daea2aa495.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-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')

Destinations

-Endpoint
*http://example.org/CBERVaccination

sender: Organization/VaccinationSender "sender organization"

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/VaccinationExample


Source1

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