Skip to main content

Clean Table Descriptions

(Last updated: 2025-09-26, Created: 2025-09-26)

Form Configurations

ewa_clean.form_configurations: This table contains information about the content of a form and how it is configured.

Column NameData TypeDescription
unique_idStringUnique id for this table, only based on form_id.
form_idStringForm Configuration Id from source, unique id for each form.
form_nameStringName of the form created in EWA.
form_stateIntState of the form, 0 = draft, 1 = published.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Form Configuration Sections

ewa_clean.form_configuration_sections: This table contains information about the content of a section in a form and how it is configured.

Column NameData TypeDescription
unique_idStringUnique id for this table, only based on section_id.
section_idStringForm Configuration Section Id from source, unique id for each section in a form.
form_idStringForm Configuration Id from source, unique id for each form.
section_titleStringTitle of the section.
section_descriptionStringDescription of the section.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Form Configuration Elements

ewa_clean.form_configuration_elements: This table contains information about elements and element options in a form section.

Column NameData TypeDescription
unique_idStringUnique id for this table, based on element_id, section_id and option_id.
element_idStringForm Configuration Element Id from source, unique id for each element in a form section.
section_idStringForm Configuration Section Id from source, unique id for each section in a form.
option_idStringForm Configuration Option Id from source, unique id for each option in a form element.
element_field_typeStringField type of the element.
element_labelStringLabel of the element.
element_descriptionStringDescription of the element.
option_valueStringValue of the option.
option_scoreIntScore assigned to the option.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Form Responses

ewa_clean.form_responses: This table contains information about responses to a form.

Column NameData TypeDescription
unique_idStringUnique id for this table, only based on response_id.
response_idStringForm Response Id from source, unique id for each response to a form.
form_idStringForm Configuration Id from source, unique id for each form.
response_stateIntState of the response, 0 = started, 1 = finished.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Form Response Elements

ewa_clean.form_response_elements: This table contains information about responses to elements in a form section.

Column NameData TypeDescription
unique_idStringUnique id for this table.
response_section_idStringForm Response Section Id from source, unique id for each response to a section in a form.
section_idStringForm Configuration Section Id from source, unique id for each section in a form.
element_idStringForm Configuration Element Id from source, unique id for each element in a form section.
option_idStringForm Configuration Option Id from source, unique id for each option in a form element.
element_response_valueStringResponse value provided for the element.
element_response_typeStringResponse type provided for the element.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Forms

ewa_clean.records_forms: Bridge table to connect records to form responses.

Column NameData TypeDescription
unique_idStringUnique id for this table, based on response_id and record_id.
response_idStringForm Response Id from source, unique id for each response to a form.
record_idIntRecord Id from source, unique id for each record. Used to connect to the records table.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Cardiac Arrest Forms

ewa_clean.cardiac_arrest_forms: The ewa_clean__cardiac_arrest_forms table contains information about the information in a cardiac arrest forms.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each cardiac arrest form.
unique_idStringA unique identifier in Analytics generated for each table.
record_idIntThe unique identifier for a record.
form_statusStringThe status of the cardiac arrest form, indicating if it's completed or ongoing.
emcc_alerted_time_knownStringIndicates if the time when the EMCC was alerted is known.
emcc_alerted_time_stampDateTimeTimestamp indicating when the EMCC was alerted.
event_time_knownStringIndicates if the time of the cardiac arrest is known.
event_time_stampDateTimeTimestamp of the cardiac arrest.
reportedStringIndicates if it was reported as a cardiac arrest.
ambulance_arrival_time_stampDateTimeTimestamp when the ambulance arrived at the scene.
cardiac_arrest_placeStringLocation where the cardiac arrest took place.
collapse_seenStringIndicator of whether the collapse was witnessed.
cardiac_arrest_causeStringThe cause of the cardiac arrest.
acute_breast_painStringIndicator if the patient experienced acute breast pain prior to the arrest.
cardiac_arrest_conjunction_exerciseStringIndicates whether the cardiac arrest occurred during exercise.
cpr_performed_bystandersStringIndicates if CPR was performed by bystanders.
cpr_methodStringThe method of CPR performed.
cpr_performed_first_responderStringIndicator of whether the first responder performed CPR.
cpr_method_first_respondentStringThe method of CPR used by the first respondent.
aed_connectedStringIndicates if an AED was connected.
shocks_administeredStringIndicates if an AED did shock administration.
first_shock_time_stampDateTimeTimestamp indicating when the first shock was given.
first_heart_rhythmStringThe patient's initial heart rhythm at first contact.
cpr_performed_paramedicsStringIndicates if CPR was performed by paramedics.
cpr_not_startedStringReason why CPR was not initiated, if applicable.
cpr_started_time_stampDateTimeTimestamp indicating when CPR was initiated.
defibrillation_paramedicsStringIndicates if defibrillation was performed by paramedics.
number_shocksStringTotal number of shocks.
airways_managementStringDetails about airway management procedures performed.
capnographyStringUse of capnography during resuscitation.
adrenalinStringIndicates if adrenalin was administered.
amiodaroneStringIndicates if amiodarone was administered.
prehospital_thrombolysisStringIndicates if prehospital thrombolysis was done.
chest_compression_machineStringIndicates if a chest compression machine was used.
chest_compression_machine_time_stampDateTimeTimestamp indicating when the chest compression machine was initiated.
cpr_was_stoppedStringIndicator if CPR was stopped.
cpr_stopped_time_stampDateTimeTimestamp indicating when CPR was stopped.
cpr_stop_causeStringReason for stopping CPR.
rosc_achievedStringIndicator if ROSC was achieved.
continuous_rosc_achievedStringIndicator if continuous ROSC was achieved.
continuous_rosc_time_stampDateTimeTimestamp indicating when continuous ROSC was achieved.
active_cooling_startedStringIndicator if active cooling treatment was started.
active_cooling_started_time_stampDateTimeTimestamp indicating when active cooling was initiated.
twelve_lead_ecgStringIndicates if a 12-lead ECG was performed.
patient_transported_hospitalStringIndicates if the patient was transported to a hospital.
direct_transport_hospitalStringIndicates if direct transport to a hospital with Angio/PCI-lab occurred.
direct_transport_pciStringIndicates if direct transport to a PCI-lab occurred.
status_at_hospital_arrivalStringPatient's status at arrival at the hospital.
hospital_arrival_time_knownStringIndicates if the time when the patient arrived at the hospital is known.
hospital_arrival_time_stampDateTimeTimestamp indicating when the patient arrived at the hospital.
delivery_hospitalStringThe hospital to which the patient was delivered.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Checklist Configuration Items

ewa_clean.checklist_configuration_items: The checklist_configuration_items table defines the items in a checklist and holds information about that specific checklist.

Column NameData TypeDescription
idStringUnique identifier for the checklist configuration item. Based on the id and the item_number.
unique_idStringA unique identifier in Analytics generated for each table.
checklist_configuration_idIntIdentifier for the checklist configuration.
checklist_guidStringGlobally unique identifier (GUID) for the checklist.
checklist_nameStringName of the checklist.
item_numberStringThe item number within the checklist.
item_descriptionStringDescription of the checklist item.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Checklist Response Items

ewa_clean.checklist_response_items: The checklist_responses table contains records of individual checklist responses, including responses to specific checklist items.

Column NameData TypeDescription
unique_idStringA unique identifier in Analytics generated for each table.
checklist_configuration_item_idStringIdentifier for the checklist item associated with the response.
record_idIntThe unique identifier for a record.
completed_time_stampDateTimeTimestamp when the checklist was completed.
item_numberStringThe item number within the checklist.
item_response_is_selectedStringIndicates whether the checklist item was selected as a response (true/false).
item_response_textStringText response provided for the checklist item.
item_response_valueStringValue associated with the checklist item's response.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Configurable Mission Types

ewa_clean.configurable_mission_types: This model unpacks and transforms data related to configurable mission types, with multilingual support for names.

Column NameData TypeDescription
idStringThe unique identifier from EWA for each configurable mission type.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringThe default name of the configurable mission type.
name_en_USStringThe name of the mission type in US English (en-US).
name_en_GBStringThe name of the mission type in British English (en-GB).
name_da_DKStringThe name of the mission type in Danish (da-DK).
name_fr_FRStringThe name of the mission type in French (fr-FR).
name_de_DEStringThe name of the mission type in German (de-DE).
name_nb_NOStringThe name of the mission type in Norwegian (nb-NO).
name_sv_SEStringThe name of the mission type in Swedish (sv-SE).
priority_levelIntThe priority level associated with the mission type.
is_system_mission_typeStringIndicates whether the mission type is a system-defined type.
predecessorStringThe predecessor mission type id, if applicable.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Emcc Tickets

ewa_clean.emcc_tickets: The emcc_tickets table contains ticket data related to EMCC missions, including mission IDs, urgency levels, and dispatch code information.

Column NameData TypeDescription
idStringUnique identifier from EWA for each emcc ticket.
unique_idStringA unique identifier in Analytics generated for each table.
full_emcc_mission_idStringThe mission identifier in the EMCC system including the resource assigned to the mission.
emcc_mission_idStringThe mission identifier in the EMCC system.
mission_resource_idStringThe identifier for the resource assigned to the mission.
full_emcc_mission_id_updated_atDateTimeTimestamp of the last update to the full mission ID.
emcc_alerted_time_stampDateTimeTimestamp when the EMCC was alerted.
emcc_alerted_time_stamp_updated_atDateTimeTimestamp of the last update to the alerted timestamp.
dispatch_codeStringThe dispatch code associated with the emcc ticket.
dispatch_code_updated_atDateTimeTimestamp of the last update to the dispatch code.
dispatch_code_descriptionStringDescription of the dispatch code.
dispatch_code_description_updated_atDateTimeTimestamp of the last update to the dispatch code description.
urgency_levelStringThe urgency level of the emcc ticket.
urgency_level_updated_atDateTimeTimestamp of the last update to the urgency level.
problem_descriptionStringA description of the problem associated with the emcc ticket.
updated_atDateTimeUpdated at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Locations

ewa_clean.locations: Locations registered in EWA with their associated metadata and a tag id.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each location.
unique_idStringA unique identifier in Analytics generated for each table.
location_nameStringThe name of the location.
tag_idStringThe tag id for the location id, used to connect to the tag table.
location_guidStringThe location guid.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Organizations

ewa_clean.organizations: The ewa_clean__organizations table contains details about organizations, including related record information and metadata timestamps. One organization is also referred to as a health trust.

Column NameData TypeDescription
idIntUnique identifier from EWA for each organization.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringName of the organization.
organization_referenceStringReference number or name for the organization.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Pr Crewroles

ewa_clean.pr_crewroles: This model extracts and transforms crew roles data, including role names, resource types, and timestamps.

Column NameData TypeDescription
idStringThe unique identifier from EWA for the crew role.
unique_idStringA unique identifier in Analytics generated for each table.
resource_type_idStringThe identifier for the resource type associated with the crew role.
nameStringThe name of the crew role.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Pr Medical Record Crews

ewa_clean.pr_medical_record_crews: This model serves as a bridge between the configurable crew roles and a specific record, linking crew members to records.

Column NameData TypeDescription
idStringThe unique identifier from EWA for the medical record crew entry.
unique_idStringA unique identifier in Analytics generated for each table.
record_idIntThe unique identifier for a record.
crewrole_idStringThe identifier for the crew role associated with this medical record crew entry, linking to the configurable crew roles.
user_idStringThe unique identifier for the user (crew member) linked to this record.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Pr Users

ewa_clean.pr_users: This model contains user information including email, full name, and metadata for tracking user updates and deletions.

Column NameData TypeDescription
idStringThe unique identifier from EWA for each user.
unique_idStringA unique identifier in Analytics generated for each table.
user_idStringThe user information used as the user identifier. Depends on the AD configuration, but it is usually the email.
full_nameStringThe full name of the user.
emailStringThe email address of the user.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Record Status

ewa_clean.record_status: The ewa_clean__record_status table contains information about the status of records in EWA.

Column NameData TypeDescription
status_code_idIntThe unique identifier from EWA for each record status.
nb_NOStringName of the record status in Norwegian.
en_GBStringName of the record status in English.

Records

ewa_clean.records: This main table connects the other tables in the model that contains different information from the records. The table contains essential record information such as status, and timestamps.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each record.
unique_idStringUnique id for this table, based on record_id from EWA.
model_versionIntThe version of the model associated with the record.
statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
en_GBStringThe status description in English.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Billable Information

ewa_clean.records_billable_information: Data filled out in the Billing tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringUnique id for this table, based on record_id from EWA.
attachment_idsStringComma-separated list of attachment IDs related to the billable information.
insurance_companyStringThe name of the insurance company associated with the record's billable information.
insurance_policy_numberStringThe policy number for the insurance associated with the record.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Configurable Mission Types

ewa_clean.records_configurable_mission_types: The bridge between configurable mission types and associated records.

Column NameData TypeDescription
idStringThe unique identifier from EWA for each configurable mission type.
unique_idStringUnique id for this table, based on configurable_mission_type_id and record_id from EWA.
configurable_mission_type_idStringThe identifier linking to the specific configurable mission type associated with the record.
record_idIntThe unique identifier for a record.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Contagion

ewa_clean.records_contagion: Data filled out in the contagion tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
contagionIntContagion true or false, as extracted from JSON data.
risk_idIntThe unique identifier from EWA for each contagion risk.
risk_textStringDescription text for the contagion risk.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Drugs

ewa_clean.records_drugs: Data filled out in the drug tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringThe name of the drug administered.
time_stampDateTimeThe timestamp when the drug was administered.
doseStringThe dose of the drug administered.
unitStringThe unit of the drug dose, such as mg, stk, etc.
routeStringThe route or form of administration for the drug.
drugs_orderIntThe order number of the drug within the record, indicating sequence.
given_by_typeStringThe type or role of the person who administered the drug.
given_by_full_nameStringThe full name of the personnel who administered the drug.
given_by_user_idStringThe user ID of the personnel who administered the drug.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Emcc Tickets

ewa_clean.records_emcc_tickets: The records_emcc_tickets bridges the EMCC tickets to their associated records.

Column NameData TypeDescription
idStringUnique identifier.
unique_idStringA unique identifier in Analytics generated for each table.
emcc_ticket_idStringUnique identifier for each emcc ticket.
record_idIntThe unique identifier for a record.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Gcs

ewa_clean.records_gcs: Data filled out in the gcs tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
time_stampDateTimeThe timestamp when the GCS score was recorded.
patient_typeIntThe type of patient associated with the GCS entry, as an integer.
typeStringThe type of GCS response (e.g., motor, verbal, or eye opening).
descriptionStringDescription of the GCS response type.
scoreIntThe score associated with the GCS response.
gcs_orderIntThe order number of the GCS entry within the record, indicating sequence.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records History Of Presenting Complaint Legacy

ewa_clean.records_history_of_presenting_complaint_legacy: This model extracts and transforms data related to the old History of Illness entries that were replaced by the new History of Presenting Complaint tables. See ewa_clean.history_of_presenting_complaint for the new entries.

Column NameData TypeDescription
record_idIntThe unique identifier for the record associated with the History of Presenting Complaint data.
abcde_aStringAirway status (A) from the ABCDE assessment.
abcde_bStringBreathing (B) from the ABCDE assessment.
abcde_cStringCirculation (C) from the ABCDE assessment.
abcde_dStringDisability (D) from the ABCDE assessment.
abcde_eStringExposure (E) from the ABCDE assessment.
sampler_sStringSigns and Symptoms from the SAMPLER assessment.
sampler_aStringAllergies from the SAMPLER assessment.
sampler_mStringMedications from the SAMPLER assessment.
sampler_pStringPast Medical History from the SAMPLER assessment.
sampler_lStringLast Oral Intake from the SAMPLER assessment.
sampler_eStringEvents Leading Up to Present Illness/Injury from the SAMPLER assessment.
sampler_rStringRisk Factors from the SAMPLER assessment.
opqrst_oStringOnset from the OPQRST assessment.
opqrst_pStringProvocation/Palliation from the OPQRST assessment.
opqrst_qStringQuality from the OPQRST assessment.
opqrst_rStringRegion/Radiation from the OPQRST assessment.
opqrst_sStringSeverity from the OPQRST assessment.
opqrst_tStringTime (duration/progression) from the OPQRST assessment.
traume_hStringHead findings from the TRAUME assessment.
traume_nStringNeck/throat findings from the TRAUME assessment.
traume_tStringThorax findings from the TRAUME assessment.
traume_aStringAbdomen findings from the TRAUME assessment.
traume_bStringPelvis findings from the TRAUME assessment.
traume_uStringLower extremity findings from the TRAUME assessment.
traume_oStringUpper extremity findings from the TRAUME assessment.
traume_rStringBack findings from the TRAUME assessment.
free_textStringA free-text field for capturing any additional or unstructured information about the patient's history of illness.
record_statusIntStatus code of the record.
record_updated_atDateTimeTimestamp of the last update to the record.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Infusions

ewa_clean.records_infusions: Data filled out in the infusion tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
start_time_stampDateTimeThe timestamp when the infusion started.
end_time_stampDateTimeThe timestamp when the infusion ended.
amountStringThe amount administered during the infusion.
unitStringThe unit of the infusion amount, such as ml or mg.
infusion_orderIntThe order number of the infusion within the record, indicating sequence.
given_by_full_nameStringThe full name of the personnel who administered the infusion.
given_by_user_idStringThe user ID of the personnel who administered the infusion.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Interventions

ewa_clean.records_interventions: Data filled out in the intervention tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringThe name of the intervention performed.
time_stampDateTimeThe timestamp when the intervention was performed.
intervention_groupStringThe group or category of the intervention.
given_by_full_nameStringThe full name of the personnel who performed the intervention.
given_by_user_idStringThe user ID of the personnel who performed the intervention.
intervention_orderIntThe order number of the intervention within the record, indicating sequence.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Locations

ewa_clean.records_locations: Data filled out in the different types of location tiles (incident, via, start, destination) in EWA for a record.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
location_idIntThe unique identifier from EWA for each location.
address_or_placeStringThe address or name of the place associated with the location.
zipStringThe ZIP code of the location, if available.
cityStringThe city where the location is situated.
municipalityStringThe municipality or country where the location is situated.
latitudeStringThe latitude coordinate of the location, if available.
longitudeStringThe longitude coordinate of the location, if available.
location_nameStringThe name of the location.
descriptionStringA description of the location or its purpose.
addressStringThe full address of the location, if available.
location_typeStringThe type of location, indicating whether it is an incident, via, start, or destination place.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Miscellaneous Information

ewa_clean.records_miscellaneous_information: Data filled out in the tiles for extra persons, circumstances and transferred from and to in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
extra_personsStringList of any extra persons associated with the record.
assistanceStringType of assistance provided, if any.
circumstancesStringAny special circumstances noted for the record.
transferred_fromStringIndicates if the record was transferred from another entity.
transferred_toStringIndicates if the record was transferred to another entity.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Miscellaneous Medical

ewa_clean.records_miscellaneous_medical: Data filled out in the different medical tiles in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
energy_assessmentStringEnergy assessment details associated with the record.
mechanism_of_injuryStringThe mechanism of injury recorded.
safety_equipmentStringSafety equipment involved, if any.
type_of_injuryStringTypes of injuries associated with the record.
traumaStringIndicates whether trauma is recorded in the record.
allergiesStringAllergies recorded for the individual associated with the record.
notesStringAdditional notes related to the record.
chief_complaint_groupStringThe group or category of the chief complaint, if recorded.
chief_complaintStringSpecific chief complaint recorded in the record.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Missions

ewa_clean.records_missions: Data from EWA about the mission.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
emcc_mission_idStringThe mission identifier in the EMCC system.
mission_resource_idStringThe identifier for the resource assigned to the mission.
dispatch_codeStringThe dispatch code associated with the mission.
mission_typeStringThe type of mission, indicating its purpose or classification.
distanceIntThe distance covered during the mission, if recorded.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records News2

ewa_clean.records_news2: Data filled out in the news2 tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
examination_guidStringThe GUID for the specific NEWS2 examination instance.
time_stampDateTimeThe timestamp when the NEWS2 examination was conducted.
has_copdStringIndicates whether the patient has COPD.
scoring_params_idIntThe identifier for the scoring parameters used in the NEWS2 examination.
scoring_params_titleStringThe title of the scoring parameters used in the NEWS2 examination.
scoring_params_item_idIntThe identifier for the scoring parameter item in the NEWS2 examination.
scoring_params_item_textStringThe text of the scoring parameter item in the NEWS2 examination.
scoring_params_item_scoreIntThe score associated with the scoring parameter item in the NEWS2 examination.
total_scoreIntThe total NEWS2 score recorded for the examination.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Oxygen

ewa_clean.records_oxygen: Data filled out in the oxygen tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
routeStringThe method of oxygen administration.
start_time_stampDateTimeThe timestamp when oxygen administration started.
end_time_stampDateTimeThe timestamp when oxygen administration ended, if applicable.
quantityStringThe quantity of oxygen administered.
unitStringThe unit of oxygen quantity, typically liters (L).
oxygen_orderIntThe order number of oxygen administration within the record, indicating sequence.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Patients

ewa_clean.records_patients: Data filled out in the patient tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
patient_idIntThe unique identifier from EWA for each patient.
full_nameStringThe full name of the patient, generated by concatenating first and last names.
date_of_birthDateTimeThe date of birth of the patient.
id_typeIntType of identification used.
national_id_numberStringThe national identification number for the patient.
unknown_patient_identification_numberStringA temporary ID assigned to unidentified patients, e.g., during mass casualty events.
unknown_patient_identification_typeStringA predefined numeric enum representing the type of temporary patient ID.
unknown_patient_identification_type_nameStringA human-readable name for the temporary patient ID type corresponding to the 'unknown_patient_identification_type' table.
home_address_or_placeStringThe home address or place of residence for the patient.
home_zipIntThe ZIP code of the patient's residence.
home_cityStringThe city of the patient's residence.
home_municipalityStringThe municipality or country of the patient's residence, if available.
genderStringGender of the patient.
extra_textStringAdditional information related to the patient, if available.
weightIntThe weight of the patient, if recorded.
patient_id_verification_methodStringMethod used to verify the patient's identity.
patient_id_verification_levelIntLevel of identity verification conducted.
next_of_kin_relationshipStringThe relationship of the next of kin to the patient.
next_of_kin_notificationStringAdditional information regarding notification of next of kin.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Personnel

ewa_clean.records_personnel: Data filled out in the personnel tiles in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
user_idStringThe unique identifier for the user associated with the personnel.
full_nameStringThe full name of the personnel, generated by concatenating first and last names.
typeStringThe role or type of the personnel in the record, such as Driver, Treater, etc.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Resources Stations

ewa_clean.records_resources_stations: Data from EWA about the station and the resource at the time when the record was saved.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
resource_idIntThe unique identifier from EWA for each resource.
station_idIntThe identifier of the station to which the resource is linked.
callsignStringThe callsign of the resource, typically representing its operational name.
station_nameStringThe identifier for the resource's station.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Retts

ewa_clean.records_retts: Data filled out in the retts tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
versionStringThe version of the RETTS triage system used.
ess_numberIntEmergency Severity Score (ESS) number for categorizing the severity of the patient's condition.
ess_risk_levelIntRisk level associated with the ESS number.
contact_reasonStringReason for contacting emergency services.
symptomsStringSymptoms presented by the patient at the time of triage.
triages_typeIntType of triage process used.
triages_total_risk_levelIntOverall risk level assessed during the triage process.
triages_time_stampDateTimeTimestamp for when the triage assessment was performed.
triages_ageStringAge group of the patient, such as 'adult', 'child', etc.
triages_obstetric_patientStringBoolean indicating if the patient is obstetric.
triages_heart_rateStringPatient's heart rate during the triage process.
triages_heart_rate_risk_levelIntRisk level associated with the patient's heart rate.
triages_gcsStringGlasgow Coma Scale (GCS) score recorded during the triage.
triages_gcs_risk_levelIntRisk level associated with the patient's GCS score.
triages_spo2StringOxygen saturation (SpO2) level of the patient.
triages_spo2_risk_levelIntRisk level associated with the patient's SpO2 level.
triages_airwaysStringAssessment of the patient's airway status.
triages_airways_risk_levelIntRisk level associated with the patient's airway status.
triages_temperatureStringTemperature reading taken during the triage.
triages_temperature_risk_levelIntRisk level associated with the patient's temperature.
triages_respiratory_rateStringRespiratory rate of the patient.
triages_respiratory_rate_risk_levelIntRisk level associated with the patient's respiratory rate.
triages_spasmsStringInformation on whether spasms are observed in the patient.
triages_spasms_risk_levelIntRisk level associated with the patient's spasms.
triages_ess_risk_levelIntESS risk level recorded for the patient.
triages_systolic_blood_pressureStringPatient's systolic blood pressure reading during triage.
triages_systolic_blood_pressure_risk_levelIntRisk level associated with the patient's systolic blood pressure.
triages_diastolic_blood_pressureStringPatient's diastolic blood pressure reading during triage.
triages_diastolic_blood_pressure_risk_levelIntRisk level associated with the patient's diastolic blood pressure.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Sats

ewa_clean.records_sats: Data filled out in the sats tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
clinical_signs_patient_age_groupStringThe age group of the patient as observed in clinical signs.
clinical_signs_time_stampDateTimeTimestamp of when clinical signs were recorded.
clinical_signs_priority_levelIntPriority level assigned based on clinical signs.
clinical_signs_selections_priority_levelStringPriority level from clinical signs selections.
clinical_signs_selections_priority_typeIntType of priority assigned in clinical selections.
clinical_signs_selections_orderIntOrder of clinical signs selections.
clinical_signs_selections_justification_textStringJustification text for clinical signs selections.
clinical_signs_selections_foot_noteIntFootnote associated with clinical signs selections.
triage_configuration_idIntUnique identifier for the triage configuration.
triage_configuration_version_nameStringVersion name of the triage configuration.
triage_configuration_revisionIntRevision number of the triage configuration.
triage_typeIntType of triage conducted.
triage_total_scoreIntTotal score from the triage assessment.
triage_is_completeStringIndicates whether the triage is complete.
triage_time_stampDateTimeTimestamp when the triage was completed.
triage_priority_levelIntOverall priority level from the triage assessment.
triage_tews_selected_params_idIntUnique identifier of the selected TEWS parameter.
triage_tews_selected_params_titleStringTitle of the selected TEWS parameter.
triage_tews_selected_params_item_idIntIdentifier of the match in the TEWS parameter for a vital sign.
triage_tews_selected_params_item_textStringText of the match in the TEWS parameter for a vital sign.
triage_tews_selected_params_item_scoreIntScore of the match in the TEWS parameter for a vital sign.
senior_healthcare_professionals_discretions_justificationStringJustification provided by senior healthcare professionals for discretions.
senior_healthcare_professionals_discretions_time_stampStringTimestamp when senior healthcare professionals provided their discretions.
senior_healthcare_professionals_discretions_priority_levelIntPriority level assigned by senior healthcare professionals' discretions.
time_stampDateTimeOverall timestamp for the SATS assessment.
not_applicableStringIndicator if SATS is not applicable for the patient.
performed_sats_completeStringIndicates if SATS assessment was fully performed.
age_selectionStringAge selection for the SATS configuration.
configuration_idIntUnique identifier for the SATS configuration.
configuration_version_nameStringVersion name of the SATS configuration.
configuration_revisionIntRevision number of the SATS configuration.
priority_level_totalStringTotal priority level calculated in SATS.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Sepsis

ewa_clean.records_sepsis: Data filled out in the sepsis tile in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
time_stampDateTimeTimestamp of when the sepsis-related data was recorded.
sirs_heart_rateStringIndicates if the SIRS heart rate criterion is met.
sirs_respiratory_rateStringIndicates if the SIRS respiratory rate criterion is met.
sirs_tempStringIndicates if the SIRS temperature criterion is met.
qsofa_respiratory_rateStringIndicates if the qSOFA respiratory rate criterion is met.
qsofa_systolic_blood_pressureStringIndicates if the qSOFA systolic blood pressure criterion is met.
qsofa_gcsStringIndicates if the qSOFA Glasgow Coma Scale criterion is met.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Time

ewa_clean.records_time: Data filled out in the different time tiles in EWA.

Column NameData TypeDescription
record_idIntThe unique identifier for a record.
unique_idStringA unique identifier in Analytics generated for each table.
time_stampDateTimeTimestamp of the event.
time_typeStringType of the timestamp event.
record_statusIntThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3).
record_updated_atDateTimeThe timestamp when the record was last updated in EWA.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Records Urgency Levels

ewa_clean.records_urgency_levels: The ewa_clean__records_urgency_levels table contains information about the relationship between records and urgency levels. Each row represents a mapping between a record and its associated urgency level.

Column NameData TypeDescription
idStringUnique identifier for each record urgency level mapping.
unique_idStringA unique identifier in Analytics generated for each table.
urgency_level_idStringIdentifier for the associated urgency level.
record_idIntThe unique identifier for a record.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Resource Types

ewa_clean.resource_types: This table contains information about resource types, including their names and metadata timestamps.

Column NameData TypeDescription
idStringThe unique identifier for the resource type.
nameStringThe name of the resource type.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Resources

ewa_clean.resources: This table contains information about individual resources, including their type, station association, and metadata timestamps.

Column NameData TypeDescription
idIntThe unique identifier for the resource.
nameStringThe name of the resource.
station_idStringThe identifier of the station to which the resource is linked.
resource_type_idStringThe identifier for the resource's type, linking to the resource type table.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Retts Priority Levels

ewa_clean.retts_priority_levels: The ewa_clean__retts_priority_levels table contains information about RETTS (Rapid Emergency Triage and Treatment System) priority levels.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each retts priority level.
colorStringColor associated with the RETTS priority level.

Sats Priority Levels

ewa_clean.sats_priority_levels: The ewa_clean__sats_priority_levels table contains information about SATS (Severity Assessment Triage System) priority levels.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each sats priority level.
colorStringColor associated with the SATS priority level.

Stations

ewa_clean.stations: The ewa_clean__stations table contains details about stations, including related record information and metadata timestamps.

Column NameData TypeDescription
idIntUnique identifier for each station.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringName of the Station.
organization_idStringReference id for the organization.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Tags

ewa_clean.tags: Data about different hierarchy levels, used for example together with locations.

Column NameData TypeDescription
idIntThe unique identifier from EWA for each tag.
unique_idStringA unique identifier in Analytics generated for each table.
valueStringThe value of the tag.
parent_idStringThe parent id for the tag id.
typeStringThe type of the tag.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.

Unknown Patient Id Types

ewa_clean.unknown_patient_id_types: A seeded reference table for mapping internal IDs to the type values for identification systems used to temporarily identify unknown patients. The table contains types like 'NotRelevant', 'HNumber', and 'FHNumber'.

Column NameData TypeDescription
unique_idStringA unique identifier generated for each record, combining the type_id and type fields.
type_idIntThe internal ID representing the unknown patient ID type.
typeStringThe name of the unknown patient ID type.

Urgency Levels

ewa_clean.urgency_levels: The ewa_clean__urgency_levels table contains information about urgency levels. Each row represents an urgency level with details about when it was created and updated.

Column NameData TypeDescription
idStringUnique identifier for each urgency level.
unique_idStringA unique identifier in Analytics generated for each table.
nameStringThe name of the urgency level in the default language.
name_en_GBStringThe name of the urgency level in British English.
name_da_DKStringThe name of the urgency level in Danish.
name_fr_FRStringThe name of the urgency level in French.
name_de_DEStringThe name of the urgency level in German.
name_nb_NOStringThe name of the urgency level in Norwegian Bokmål.
name_sv_SEStringThe name of the urgency level in Swedish.
colorStringThe color code associated with the urgency level.
updated_atDateTimeUpdated at timestamp.
created_atDateTimeCreated at timestamp.
deleted_atDateTimeDeleted at timestamp.
metadata_inserted_atDateTimeRow inserted at timestamp.
metadata_updated_atDateTimeRow updated at timestamp.