FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Alerts

Packagehl7.fhir.eu.hdr
TypeStructureDefinition
IdAlerts
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/StructureDefinition-Alerts.html
URLhttp://hl7.eu/fhir/hdr/StructureDefinition/Alerts
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NameAlertsEhn
TitleA.2.2 - Alerts (eHN)
Realmeu
Authorityhl7
DescriptionHospital Discharge Report - Alerts - A.2.2 eHN
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/hdr/StructureDefinition/Alerts
Kindlogical

Resources that use this resource

ConceptMap
alerts2FHIR-eu-hdreHN Alerts Model to this guide Map
StructureDefinition
HospitalDischargeReportCzA - Hospital Discharge Report (eHN)
HospitalDischargeReportA - Hospital Discharge Report (eHN)

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition Alerts

NameFlagsCard.TypeDescription & Constraintsdoco
.. Alerts 0..*BaseA.2.2 - Alerts (eHN)
... allergy 1..*BaseA.2.2.1 - Allergy and Intolerance
.... description 0..1stringA.2.2.1.1 - Allergy description
.... typeOfPropensity 0..1CodeableConceptA.2.2.1.2 - Type of propensity
.... manifestation 0..*CodeableConceptA.2.2.1.3 - Allergy manifestation
.... severity 0..1CodeableConceptA.2.2.1.4 - Severity
.... criticality 0..1CodeableConceptA.2.2.1.5 - Criticality
.... onsetDate 0..1BaseA.2.2.1.6 - Onset date
..... date 0..1dateTimeOnset date
..... code 0..1CodeableConceptOnset date (code)
.... endDate 0..1BaseA.2.2.1.7 - End date
..... date 0..1dateTimeEnd date
..... code 0..1CodeableConceptEnd date (code)
.... status 0..1CodeableConceptA.2.2.1.8 - Status
.... certainty 0..1CodeableConceptA.2.2.1.9 - Certainty
.... agent 1..1CodeableConceptA.2.2.1.10 - Agent or Allergen
... medicalAlerts 0..*BaseA.2.2.2 - Medical alerts (relevant for the respective hospital stay)
.... description 0..1CodeableConceptA.2.2.2.1 - Healthcare alert description

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Alerts",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/hdr/StructureDefinition/Alerts",
  "version": "0.1.0-ballot",
  "name": "AlertsEhn",
  "title": "A.2.2 - Alerts (eHN)",
  "status": "draft",
  "date": "2025-06-01T06:10:09+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report - Alerts - A.2.2 eHN",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/hdr/StructureDefinition/Alerts",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "Alerts",
        "path": "Alerts",
        "short": "A.2.2 - Alerts (eHN)",
        "definition": "Hospital Discharge Report - Alerts - A.2.2 eHN",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Alerts.allergy",
        "path": "Alerts.allergy",
        "short": "A.2.2.1 - Allergy and Intolerance",
        "definition": "A record of allergies and intolerances (primarily to be used for new allergies or intolerances that occurred during the hospital stay).",
        "min": 1,
        "max": "*",
        "base": {
          "path": "Alerts.allergy",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.description",
        "path": "Alerts.allergy.description",
        "short": "A.2.2.1.1 - Allergy description",
        "definition": "Textual description of the allergy or intolerance",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Alerts.allergy.typeOfPropensity",
        "path": "Alerts.allergy.typeOfPropensity",
        "short": "A.2.2.1.2 - Type of propensity",
        "definition": "This element describes whether this condition refers to an allergy, non-allergy intolerance, or unknown class of intolerance (not known to be allergy or intolerance)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.typeOfPropensity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.manifestation",
        "path": "Alerts.allergy.manifestation",
        "short": "A.2.2.1.3 - Allergy manifestation",
        "definition": "Description of the clinical manifestation of the allergic reaction including date of manifestation and severity. Example: anaphylactic shock, angioedema (the clinical manifestation also gives information about the severity of the observed reaction). Multiple manifestations could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Alerts.allergy.manifestation",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.severity",
        "path": "Alerts.allergy.severity",
        "short": "A.2.2.1.4 - Severity",
        "definition": "Severity of the clinical manifestation of the allergic reaction.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.severity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.criticality",
        "path": "Alerts.allergy.criticality",
        "short": "A.2.2.1.5 - Criticality",
        "definition": "Potential risk for future life-threatening adverse reactions when exposed to a substance known to cause an adverse reaction.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.criticality",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate",
        "path": "Alerts.allergy.onsetDate",
        "short": "A.2.2.1.6 - Onset date",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction. Could be also expressed using a date, partial date or life period (childhood, adolescence).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.onsetDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate.date",
        "path": "Alerts.allergy.onsetDate.date",
        "short": "Onset date",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction. Could be also expressed using a date or partial date.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.onsetDate.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate.code",
        "path": "Alerts.allergy.onsetDate.code",
        "short": "Onset date (code)",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction expressed using code for life period (childhood, adolescence).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.onsetDate.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate",
        "path": "Alerts.allergy.endDate",
        "short": "A.2.2.1.7 - End date",
        "definition": "Date of resolution of the allergy (e.g. when the clinician deemed there is no longer any need to track the underlying condition)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.endDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate.date",
        "path": "Alerts.allergy.endDate.date",
        "short": "End date",
        "definition": "Date of resolution of the allergy (e.g. when the clinician deemed there is no longer any need to track the underlying condition)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.endDate.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate.code",
        "path": "Alerts.allergy.endDate.code",
        "short": "End date (code)",
        "definition": "Date of resolution of the allergy expressed by code (e.g. age group)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.endDate.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.status",
        "path": "Alerts.allergy.status",
        "short": "A.2.2.1.8 - Status",
        "definition": "Current status of the allergy or intolerance, for example, whether it is active, in remission, resolved, and so on …",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.status",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.certainty",
        "path": "Alerts.allergy.certainty",
        "short": "A.2.2.1.9 - Certainty",
        "definition": "Assertion about the certainty associated with a propensity, or potential risk, of a reaction to the identified substance. Diagnostic and/or clinical evidence of condition.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.certainty",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.agent",
        "path": "Alerts.allergy.agent",
        "short": "A.2.2.1.10 - Agent or Allergen",
        "definition": "A specific allergen or other agent/substance (drug, food, chemical agent, etc.) to which the patient has an adverse reaction propensity.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Alerts.allergy.agent",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.medicalAlerts",
        "path": "Alerts.medicalAlerts",
        "short": "A.2.2.2 - Medical alerts (relevant for the respective hospital stay)",
        "definition": "Medical alerts (relevant for the respective hospital stay)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Alerts.medicalAlerts",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.medicalAlerts.description",
        "path": "Alerts.medicalAlerts.description",
        "short": "A.2.2.2.1 - Healthcare alert description",
        "definition": "A warning, other than included in allergies.\nThe warning can be entered in code (there are codes for frequently used alerts) but seeing the dynamic nature of the warnings, these alerts will often be entered as free text.\nAny clinical information that is imperative to know so that the life or health of the patient does not come under threat.\nExample 1: the patient has a rare disease that requires special treatment\nExample 2: Airway Alert / Difficult Intubation\nExample 3: Diagnoses such as malignant hyperthermia, porphyria, and bleeding disorders; special treatments like anticoagulants or immunosuppressants; implanted devices.\nExample 4: transplanted organs illustrate other information that has to be taken into account in a healthcare contact.\nExample 5: participation in a clinical trial that has to be taken into account in a healthcare contact.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Alerts.medicalAlerts.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Alerts",
        "path": "Alerts",
        "short": "A.2.2 - Alerts (eHN)",
        "definition": "Hospital Discharge Report - Alerts - A.2.2 eHN"
      },
      {
        "id": "Alerts.allergy",
        "path": "Alerts.allergy",
        "short": "A.2.2.1 - Allergy and Intolerance",
        "definition": "A record of allergies and intolerances (primarily to be used for new allergies or intolerances that occurred during the hospital stay).",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.description",
        "path": "Alerts.allergy.description",
        "short": "A.2.2.1.1 - Allergy description",
        "definition": "Textual description of the allergy or intolerance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Alerts.allergy.typeOfPropensity",
        "path": "Alerts.allergy.typeOfPropensity",
        "short": "A.2.2.1.2 - Type of propensity",
        "definition": "This element describes whether this condition refers to an allergy, non-allergy intolerance, or unknown class of intolerance (not known to be allergy or intolerance)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.manifestation",
        "path": "Alerts.allergy.manifestation",
        "short": "A.2.2.1.3 - Allergy manifestation",
        "definition": "Description of the clinical manifestation of the allergic reaction including date of manifestation and severity. Example: anaphylactic shock, angioedema (the clinical manifestation also gives information about the severity of the observed reaction). Multiple manifestations could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.severity",
        "path": "Alerts.allergy.severity",
        "short": "A.2.2.1.4 - Severity",
        "definition": "Severity of the clinical manifestation of the allergic reaction.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.criticality",
        "path": "Alerts.allergy.criticality",
        "short": "A.2.2.1.5 - Criticality",
        "definition": "Potential risk for future life-threatening adverse reactions when exposed to a substance known to cause an adverse reaction.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate",
        "path": "Alerts.allergy.onsetDate",
        "short": "A.2.2.1.6 - Onset date",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction. Could be also expressed using a date, partial date or life period (childhood, adolescence).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate.date",
        "path": "Alerts.allergy.onsetDate.date",
        "short": "Onset date",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction. Could be also expressed using a date or partial date.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Alerts.allergy.onsetDate.code",
        "path": "Alerts.allergy.onsetDate.code",
        "short": "Onset date (code)",
        "definition": "Date of onset of allergy, e.g., date of the first observation of the reaction expressed using code for life period (childhood, adolescence).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate",
        "path": "Alerts.allergy.endDate",
        "short": "A.2.2.1.7 - End date",
        "definition": "Date of resolution of the allergy (e.g. when the clinician deemed there is no longer any need to track the underlying condition)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate.date",
        "path": "Alerts.allergy.endDate.date",
        "short": "End date",
        "definition": "Date of resolution of the allergy (e.g. when the clinician deemed there is no longer any need to track the underlying condition)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Alerts.allergy.endDate.code",
        "path": "Alerts.allergy.endDate.code",
        "short": "End date (code)",
        "definition": "Date of resolution of the allergy expressed by code (e.g. age group)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.status",
        "path": "Alerts.allergy.status",
        "short": "A.2.2.1.8 - Status",
        "definition": "Current status of the allergy or intolerance, for example, whether it is active, in remission, resolved, and so on …",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.certainty",
        "path": "Alerts.allergy.certainty",
        "short": "A.2.2.1.9 - Certainty",
        "definition": "Assertion about the certainty associated with a propensity, or potential risk, of a reaction to the identified substance. Diagnostic and/or clinical evidence of condition.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.allergy.agent",
        "path": "Alerts.allergy.agent",
        "short": "A.2.2.1.10 - Agent or Allergen",
        "definition": "A specific allergen or other agent/substance (drug, food, chemical agent, etc.) to which the patient has an adverse reaction propensity.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Alerts.medicalAlerts",
        "path": "Alerts.medicalAlerts",
        "short": "A.2.2.2 - Medical alerts (relevant for the respective hospital stay)",
        "definition": "Medical alerts (relevant for the respective hospital stay)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "Alerts.medicalAlerts.description",
        "path": "Alerts.medicalAlerts.description",
        "short": "A.2.2.2.1 - Healthcare alert description",
        "definition": "A warning, other than included in allergies.\nThe warning can be entered in code (there are codes for frequently used alerts) but seeing the dynamic nature of the warnings, these alerts will often be entered as free text.\nAny clinical information that is imperative to know so that the life or health of the patient does not come under threat.\nExample 1: the patient has a rare disease that requires special treatment\nExample 2: Airway Alert / Difficult Intubation\nExample 3: Diagnoses such as malignant hyperthermia, porphyria, and bleeding disorders; special treatments like anticoagulants or immunosuppressants; implanted devices.\nExample 4: transplanted organs illustrate other information that has to be taken into account in a healthcare contact.\nExample 5: participation in a clinical trial that has to be taken into account in a healthcare contact.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}