Skip to main content

Table descriptions

ewa_clean.form_configurations

This table contains information about the content of a form and how it is configured

Column NameDescription
unique_idUnique id for this table
idForm Configuration Id from source, unique id for each form
form_nameName of the form
form_stateState of the form, 0 = draft, 1 = published
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.form_configuration_sections

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

Column NameDescription
unique_idUnique id for this table
idForm Configuration Section Id from source, unique id for each section in a form
form_configuration_idForm Configuration Id from source, unique id for each form
section_titleTitle of the section
section_descriptionDescription of the section
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.form_configuration_elements

This table contains information about elements and element options in a form section

Column NameDescription
unique_idUnique id for this table
idForm Configuration Element Id from source, unique id for each element in a form section
form_configuration_section_idForm Configuration Section Id from source, unique id for each section in a form
form_configuration_option_idForm Configuration Option Id from source, unique id for each option in a form element
element_field_typeField type of the element
element_labelLabel of the element
element_descriptionDescription of the element
option_valueValue of the option
option_scoreScore assigned to the option
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.form_responses

This table contains information about responses to a form

Column NameDescription
unique_idUnique id for this table
idForm Response Id from source, unique id for each response to a form
form_configuration_idForm Configuration Id from source, unique id for each form
response_stateState of the response, 0 = started, 1 = finished
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.form_response_elements

This table contains information about responses to elements in a form section

Column NameDescription
unique_idUnique id for this table
form_response_section_idForm Response Section Id from source, unique id for each response to a section in a form
form_configuration_section_idForm Configuration Section Id from source, unique id for each section in a form
form_configuration_element_idForm Configuration Element Id from source, unique id for each element in a form section
form_configuration_option_idForm Configuration Option Id from source, unique id for each option in a form element
element_response_valueResponse value provided for the element
element_response_typeResponse type provided for the element
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.records_forms

Bridge table for forms records from performed checklists

Column NameDescription
unique_idUnique id for this table
form_response_idForm Response Id from source, unique id for each response to a form
record_idRecord Id from source, unique id for each record
updated_atUpdated at timestamp
created_atCreated at timestamp
deleted_atDeleted at timestamp
metadata_inserted_atRow inserted at timestamp
metadata_updated_atRow updated at timestamp

ewa_clean.records

This main table connects the other tables in the model, containing essential record information such as model version, status, and timestamps.

Column NameDescription
idThe unique identifier from EWA for each record.
unique_idA unique identifier in Analytics generated for each table
model_versionThe version of the model associated with the record. Example: '2'.
statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
en_GBThe status description in British English. Example: 'Deleted'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_billable_information

Data filled out in the Billing tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
attachment_idsComma-separated list of attachment IDs related to the billable information.
insurance_companyThe name of the insurance company associated with the record's billable information.
insurance_policy_numberThe policy number for the insurance associated with the record.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_configurable_mission_types

The bridge between configurable mission types and associated records.

Column NameDescription
idThe unique identifier from EWA for each configurable mission type
unique_idA unique identifier in Analytics generated for each table
configurable_mission_type_idThe identifier linking to the specific configurable mission type associated with the record.
record_idThe unique identifier for a record
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.configurable_mission_types

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

Column NameDescription
idThe unique identifier from EWA for each configurable mission type.
unique_idA unique identifier in Analytics generated for each table
nameThe default name of the configurable mission type.
name_en_USThe name of the mission type in US English (en-US).
name_en_GBThe name of the mission type in British English (en-GB).
name_da_DKThe name of the mission type in Danish (da-DK).
name_fr_FRThe name of the mission type in French (fr-FR).
name_de_DEThe name of the mission type in German (de-DE).
name_nb_NOThe name of the mission type in Norwegian (nb-NO).
name_sv_SEThe name of the mission type in Swedish (sv-SE).
priority_levelThe priority level associated with the mission type.
is_system_mission_typeIndicates whether the mission type is a system-defined type.
predecessorThe predecessor mission type id, if applicable.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_contagion

Data filled out in the contagion tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
contagionContagion true or false, as extracted from JSON data.
risk_idThe unique identifier from EWA for each contagion risk.
risk_textDescription text for the contagion risk.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_drugs

Data filled out in the drug tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
nameThe name of the drug administered. Example: 'EMLA plaster'.
time_stampThe timestamp when the drug was administered. Example: '2023-02-20 12:17:00.0000000'.
doseThe dose of the drug administered. Example: '2'.
unitThe unit of the drug dose, such as mg, stk, etc. Example: 'stk'.
routeThe route or form of administration for the drug. Example: 'Transc.'.
drugs_orderThe order number of the drug within the record, indicating sequence. Example: '1'.
given_by_typeThe type or role of the person who administered the drug. Example: 'Active'.
given_by_full_nameThe full name of the personnel who administered the drug. Example: 'Mykke Plasme'.
given_by_user_idThe user ID of the personnel who administered the drug. Example: 'mykke.plasme@bliksundhf.no'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_gcs

Data filled out in the gcs tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
time_stampThe timestamp when the GCS score was recorded. Example: '2023-12-06 06:01:00.0000000'.
patient_typeThe type of patient associated with the GCS entry, as an integer. Example: '0'.
typeThe type of GCS response (e.g., motor, verbal, or eye opening). Example: 'verbal_response'.
descriptionDescription of the GCS response type. Example: 'Orientert'.
scoreThe score associated with the GCS response. Example: '5'.
gcs_orderThe order number of the GCS entry within the record, indicating sequence. Example: '1'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_infusions

Data filled out in the infusion tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
start_time_stampThe timestamp when the infusion started. Example: '2022-07-21 05:53:00.0000000'.
end_time_stampThe timestamp when the infusion ended. Example: '2022-07-21 06:25:00.0000000'.
amountThe amount administered during the infusion. Example: '20'.
unitThe unit of the infusion amount, such as ml or mg. Example: 'ml'.
infusion_orderThe order number of the infusion within the record, indicating sequence. Example: '1'.
given_by_full_nameThe full name of the personnel who administered the infusion. Example: 'Mykke Plasme'.
given_by_user_idThe user ID of the personnel who administered the infusion. Example: 'mykke.plasme@bliksundhf.no'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_interventions

Data filled out in the intervention tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
nameThe name of the intervention performed. Example: 'Thorakal trykkavlastning'.
time_stampThe timestamp when the intervention was performed. Example: '2023-12-07 08:41:00.0000000'.
intervention_groupThe group or category of the intervention. Example: 'Skader'.
given_by_full_nameThe full name of the personnel who performed the intervention. Example: 'Mykke Plasme'.
given_by_user_idThe user ID of the personnel who performed the intervention. Example: 'mykke.plasme@bliksundhf.no'.
intervention_orderThe order number of the intervention within the record, indicating sequence. Example: '7'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_locations

Data filled out in the different location tiles in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
idThe unique identifier from EWA for each location.
address_or_placeThe address or name of the place associated with the location. Example: 'Grimstad'.
zipThe ZIP code of the location, if available. Example: '4887'.
cityThe city where the location is situated. Example: 'Grimstad'.
municipalityThe municipality or country where the location is situated. Example: 'Evje og Hornnes'.
latitudeThe latitude coordinate of the location, if available. Example: '58.3456'.
longitudeThe longitude coordinate of the location, if available. Example: '8.1234'.
nameThe name of the location. Example: 'Ambulanse Grimstad'.
descriptionA description of the location or its purpose. Example: 'Ambulanse Grimstad, flere etapper'.
addressThe full address of the location, if available.
typeThe type of location, indicating whether it is an incident, via, start, or destination place. Example: 'destination_place'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_miscellaneous_information

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

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
extra_personsList of any extra persons associated with the record. Example: 'Ingen'.
assistanceType of assistance provided, if any. Example: 'Ingen'.
circumstancesAny special circumstances noted for the record. Example: 'Ingen spesielle omstendigheter'.
transferred_fromIndicates if the record was transferred from another entity. Example: 'Nei'.
transferred_toIndicates if the record was transferred to another entity. Example: 'Nei'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_miscellaneous_medical

Data filled out in the different medical tiles in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
energy_assessmentEnergy assessment details associated with the record. Example: 'Fall > 3m (barn)'.
mechanism_of_injuryThe mechanism of injury recorded. Example: 'Fly'.
safety_equipmentSafety equipment involved, if any. Example: 'Ingen kjent'.
type_of_injuryTypes of injuries associated with the record. Example: 'Fall'.
traumaIndicates whether trauma is recorded in the record. Example: 'Ja'.
allergiesAllergies recorded for the individual associated with the record. Example: 'Kjent for: asa'.
notesAdditional notes related to the record. Example: 'Oppdraget er feilsendt fra AMK.'.
chief_complaint_groupThe group or category of the chief complaint, if recorded. Example: 'Kirurgisk - Annen ulykke'.
chief_complaintSpecific chief complaint recorded in the record. Example: 'Hypotermi'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_missions

Data from EWA about the mission

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
emcc_mission_idThe mission identifier in the EMCC system
mission_resource_idThe identifier for the resource assigned to the mission
dispatch_codeThe dispatch code associated with the mission.
mission_typeThe type of mission, indicating its purpose or classification. Example: 'Aborted'.
distanceThe distance covered during the mission, if recorded. Example: '16'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_news2

Data filled out in the news2 tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
examination_guidThe GUID for the specific NEWS2 examination instance. Example: '37270af3-7a7d-4bd2-b112-cc896937ae80'.
time_stampThe timestamp when the NEWS2 examination was conducted. Example: '2022-04-27 10:05:00.0000000'.
has_copdIndicates whether the patient has COPD. Example: 'false'.
scoring_params_idThe identifier for the scoring parameters used in the NEWS2 examination. Example: '1'.
scoring_params_titleThe title of the scoring parameters used in the NEWS2 examination. Example: 'Respirasjonsfrekvens (pr. min)'.
scoring_params_item_idThe identifier for the scoring parameter item in the NEWS2 examination. Example: '4'.
scoring_params_item_textThe text of the scoring parameter item in the NEWS2 examination. Example: '21-24'.
scoring_params_item_scoreThe score associated with the scoring parameter item in the NEWS2 examination. Example: '2'.
total_scoreThe total NEWS2 score recorded for the examination. Example: '8'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_oxygen

Data filled out in the oxygen tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
routeThe method of oxygen administration. Example: 'Maske med reservoir'.
start_time_stampThe timestamp when oxygen administration started. Example: '2024-06-05 11:08:00.0000000'.
end_time_stampThe timestamp when oxygen administration ended, if applicable. Example: '2023-07-25 12:49:00.0000000'.
quantityThe quantity of oxygen administered. Example: '8'.
unitThe unit of oxygen quantity, typically liters (L). Example: 'L'.
oxygen_orderThe order number of oxygen administration within the record, indicating sequence. Example: '1'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_patients

Data filled out in the patient tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
idThe unique identifier from EWA for each patient.
full_nameThe full name of the patient, generated by concatenating first and last names. Example: 'Line Danner'.
date_of_birthThe date of birth of the patient. Example: '1969-11-13 00:00:00.0000000'.
id_typeType of identification used. Example: '1' (ID card).
national_id_numberThe national identification number for the patient. Example: '1311600216'.
unknown_patient_identification_numberA temporary ID assigned to unidentified patients, e.g., during mass casualty events. Example: '11100000005'.
unknown_patient_identification_typeThe system or standard used for the temporary ID, e.g., 'Hjelpenummer' in Norway.
home_address_or_placeThe home address or place of residence for the patient. Example: 'Numedalsveien 52, 3602 Kongsberg'.
home_house_numberThe house number of the patient's residence. Example: '25a'.
home_zipThe ZIP code of the patient's residence. Example: '3602'.
home_cityThe city of the patient's residence. Example: 'Kongsberg'.
home_municipalityThe municipality or country of the patient's residence, if available.
genderGender of the patient. Example: 'F' for female.
extra_textAdditional information related to the patient, if available.
weightThe weight of the patient, if recorded. Example: '74'.
patient_id_verification_methodMethod used to verify the patient's identity. Example: 'Fødselsnummer angitt av pasienten'.
patient_id_verification_levelLevel of identity verification conducted. Example: '1' for basic verification.
next_of_kin_relationshipThe relationship of the next of kin to the patient. Example: 'Kjæreste'.
next_of_kin_notificationAdditional information regarding notification of next of kin. Example: 'Er melder'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_personnel

Data filled out in the personnel tiles in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
user_idThe unique identifier for the user associated with the personnel. Example: 'anders.k.egge@bliksund.no'.
full_nameThe full name of the personnel, generated by concatenating first and last names. Example: 'Anders Kirste Egge'.
typeThe role or type of the personnel in the record, such as Driver, Treater, etc. Example: 'Treater'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.pr_crewroles

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

Column NameDescription
idThe unique identifier from EWA for the crew role.
unique_idA unique identifier in Analytics generated for each table
resource_type_idThe identifier for the resource type associated with the crew role. Example: '450b6b9a-c55f-4704-89e6-ffd55d607adb'.
nameThe name of the crew role. Example: 'Redningsmann'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idThe unique identifier from EWA for the medical record crew entry.
unique_idA unique identifier in Analytics generated for each table
record_idThe unique identifier for a record
crewrole_idThe identifier for the crew role associated with this medical record crew entry, linking to the configurable crew roles. Example: '36bff978-15c0-4e3c-a41b-e73f604c7be8'.
user_idThe unique identifier for the user (crew member) linked to this record. Example: '2A02AFB8-AA3B-4DAA-A8BE-D9B86FB20B9A'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.pr_users

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

Column NameDescription
idThe unique identifier from EWA for each user.
unique_idA unique identifier in Analytics generated for each table
user_idThe user information used as the user identifier. Depends on the AD configuration, but it is usually the email. Example: 'eric.sundet@hemit.no'.
full_nameThe full name of the user. Example: 'Eric Sundet'.
emailThe email address of the user. Example: 'maren.ronneseth@docs.com'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_resources_stations

Data from EWA about the station and the resource at the time when the record was saved

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
idThe unique identifier from EWA for each resource.
station_idThe identifier of the station to which the resource is linked. Example: '1'.
callsignThe callsign of the resource, typically representing its operational name. Example: 'Maneevannan'.
station_nameThe identifier for the resource's station. Example: 'Nannestad'.
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_retts

Data filled out in the retts tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
versionThe version of the RETTS triage system used. Example: '2024' or '2021'
ess_numberEmergency Severity Score (ESS) number for categorizing the severity of the patient's condition. Example: '5'
ess_risk_levelRisk level associated with the ESS number. Example: '2'
contact_reasonReason for contacting emergency services. Example: 'Brystsmerter / smerter i brystkassen'
symptomsSymptoms presented by the patient at the time of triage. Example: 'ST-heving på EKG (STEMI)'
triages_typeType of triage process used. Example: '1'
triages_total_risk_levelOverall risk level assessed during the triage process. Example: '1'
triages_time_stampTimestamp for when the triage assessment was performed. Example: '2024-06-05 13:09:00.0001107'
triages_ageAge group of the patient, such as 'adult', 'child', etc. Example: 'adult' or '1_year'
triages_obstetric_patientBoolean indicating if the patient is obstetric. Example: 'false'
triages_heart_ratePatient's heart rate during the triage process. Example: 'HF/puls 50 - 110 /min'
triages_heart_rate_risk_levelRisk level associated with the patient's heart rate. Example: '4'
triages_gcsGlasgow Coma Scale (GCS) score recorded during the triage. Example: 'GCS = 15'
triages_gcs_risk_levelRisk level associated with the patient's GCS score. Example: '4'
triages_spo2Oxygen saturation (SpO2) level of the patient. Example: 'SpO2 med O2 93 - 100 %'
triages_spo2_risk_levelRisk level associated with the patient's SpO2 level. Example: '3'
triages_airwaysAssessment of the patient's airway status. Example: 'Fri luftvei'
triages_airways_risk_levelRisk level associated with the patient's airway status. Example: '4'
triages_temperatureTemperature reading taken during the triage. Example: 'Temp. 35,0 - 38,5 °C'
triages_temperature_risk_levelRisk level associated with the patient's temperature. Example: '4'
triages_respiratory_rateRespiratory rate of the patient. Example: 'RF 8 - 25 /min'
triages_respiratory_rate_risk_levelRisk level associated with the patient's respiratory rate. Example: '4'
triages_spasmsInformation on whether spasms are observed in the patient. Example: 'Ingen kramper'
triages_spasms_risk_levelRisk level associated with the patient's spasms. Example: '4'
triages_ess_risk_levelESS risk level recorded for the patient. Example: '1'
triages_systolic_blood_pressurePatient's systolic blood pressure reading during triage. Example: 'SBT >= 90 mmHg'
triages_systolic_blood_pressure_risk_levelRisk level associated with the patient's systolic blood pressure. Example: '4'
triages_diastolic_blood_pressurePatient's diastolic blood pressure reading during triage. Example: 'DBT <= 95 mmHg'
triages_diastolic_blood_pressure_risk_levelRisk level associated with the patient's diastolic blood pressure. Example: '4'
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_sats

Data filled out in the sats tile in EWA

Column NameDescription
record_idThe unique identifier for a record
clinical_signs_patient_age_groupThe age group of the patient as observed in clinical signs. Examples: 'Child', 'Adult'
clinical_signs_time_stampTimestamp of when clinical signs were recorded. Example: '2024-10-23 19:28:00.000000'
clinical_signs_priority_levelPriority level assigned based on clinical signs. Example: '4'
clinical_signs_selections_priority_levelPriority level from clinical signs selections. Example: '4'
clinical_signs_selections_priority_typeType of priority assigned in clinical selections. Example: '0'
clinical_signs_selections_orderOrder of clinical signs selections. Example: '0'
clinical_signs_selections_justification_textJustification text for clinical signs selections. Example: 'Tungpustethet; svært anstrengt/obstruktiv eller apnéer'
clinical_signs_selections_foot_noteFootnote associated with clinical signs selections. Example: '0'
triage_configuration_idUnique identifier for the triage configuration. Example: '64'
triage_configuration_version_nameVersion name of the triage configuration. Example: 'NEWS2/TEWS 5.1'
triage_configuration_revisionRevision number of the triage configuration. Example: '19'
triage_typeType of triage conducted. Example: '0'
triage_total_scoreTotal score from the triage assessment. Example: '11'
triage_is_completeIndicates whether the triage is complete. Example: 'true'
triage_time_stampTimestamp when the triage was completed. Example: '2024-10-23 19:28:00.000000'
triage_priority_levelOverall priority level from the triage assessment. Example: '4'
triage_tews_selected_params_idUnique identifier of the selected TEWS parameter. Example: '1'
triage_tews_selected_params_titleTitle of the selected TEWS parameter. Example: 'Resp. frekv'
triage_tews_selected_params_item_idIdentifier of the match in the TEWS parameter for a vital sign. Example: '4'
triage_tews_selected_params_item_textText of the match in the TEWS parameter for a vital sign. Example: '22-29'
triage_tews_selected_params_item_scoreScore of the match in the TEWS parameter for a vital sign. Example: '2'
senior_healthcare_professionals_discretions_justificationJustification provided by senior healthcare professionals for discretions.
senior_healthcare_professionals_discretions_time_stampTimestamp when senior healthcare professionals provided their discretions. Example: '2024-10-23T21:39:00.000000+02:00'
senior_healthcare_professionals_discretions_priority_levelPriority level assigned by senior healthcare professionals' discretions. Example: '1'
time_stampOverall timestamp for the SATS assessment. Example: '2024-10-23 21:39:41.660000'
not_applicableIndicator if SATS is not applicable for the patient. Example: 'false'
performed_sats_completeIndicates if SATS assessment was fully performed. Example: 'true'
age_selectionAge selection for the SATS configuration. Example: '6'
configuration_idUnique identifier for the SATS configuration. Example: '63'
configuration_version_nameVersion name of the SATS configuration. Example: 'SATS Norge 5.1'
configuration_revisionRevision number of the SATS configuration. Example: '27'
priority_level_totalTotal priority level calculated in SATS. Example: '1'
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_sepsis

Data filled out in the sepsis tile in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
time_stampTimestamp of when the sepsis-related data was recorded. Example: '2024-06-05 11:12:48.8903543'
sirs_heart_rateIndicates if the SIRS heart rate criterion is met. Examples: 'true', 'false'
sirs_respiratory_rateIndicates if the SIRS respiratory rate criterion is met. Examples: 'true', 'false'
sirs_tempIndicates if the SIRS temperature criterion is met. Examples: 'true', 'false'
qsofa_respiratory_rateIndicates if the qSOFA respiratory rate criterion is met. Examples: 'true', 'false'
qsofa_systolic_blood_pressureIndicates if the qSOFA systolic blood pressure criterion is met. Examples: 'true', 'false'
qsofa_gcsIndicates if the qSOFA Glasgow Coma Scale criterion is met. Examples: 'true', 'false'
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_time

Data filled out in the different time tiles in EWA

Column NameDescription
record_idThe unique identifier for a record
unique_idA unique identifier in Analytics generated for each table
time_stampTimestamp of the event. Examples: '2024-06-04 12:37:38.0491777', '2023-12-22 07:58:31.1500000'
time_typeType of the timestamp event. Examples: 'free', 'ambulance_alerted', 'at_place_of_incident'
record_statusThe status of the record (Ongoing - 0, Aborted - 1, Deleted - 2, Completed - 3)
record_updated_atThe timestamp when the record was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.stations

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

Column NameDescription
idUnique identifier for each station
unique_idA unique identifier in Analytics generated for each table
nameName of the Station
organization_idReference id for the organization
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idUnique identifier from EWA for each organization
unique_idA unique identifier in Analytics generated for each table
nameName of the organization. Example: 'Bliksund HF'
organization_referenceReference number or name for the organization. Example: '123456789'
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.cardiac_arrest_forms

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

Column NameDescription
idThe unique identifier from EWA for each cardiac arrest form
unique_idA unique identifier in Analytics generated for each table
record_idThe unique identifier for a record
form_statusThe status of the cardiac arrest form, indicating if it's completed or ongoing.
emcc_alerted_time_knownIndicates if the time when the EMCC was alerted is known. Example: 'Yes' or 'No'.
emcc_alerted_time_stampTimestamp indicating when the EMCC was alerted.
event_time_knownIndicates if the time of the cardiac arrest is known. Example: 'Yes' or 'No'.
event_time_stampTimestamp of the cardiac arrest.
reportedIndicates if it was reported as a cardiac arrest. Example: 'Yes', 'No', or 'Unknown'.
ambulance_arrival_time_stampTimestamp when the ambulance arrived at the scene.
cardiac_arrest_placeLocation where the cardiac arrest took place.
collapse_seenIndicator of whether the collapse was witnessed.
cardiac_arrest_causeThe cause of the cardiac arrest.
acute_breast_painIndicator if the patient experienced acute breast pain prior to the arrest.
cardiac_arrest_conjunction_exerciseIndicates whether the cardiac arrest occurred during exercise.
cpr_performed_bystandersIndicates if CPR was performed by bystanders.
cpr_methodThe method of CPR performed.
cpr_performed_first_responderIndicator of whether the first responder performed CPR.
cpr_method_first_respondentThe method of CPR used by the first respondent.
aed_connectedIndicates if an AED was connected.
shocks_administeredIndicates if an AED did shock administration
first_shock_time_stampTimestamp indicating when the first shock was given.
first_heart_rhythmThe patient's initial heart rhythm at first contact.
cpr_performed_paramedicsIndicates if CPR was performed by paramedics. Example: 'Yes' or 'No'.
cpr_not_startedReason why CPR was not initiated, if applicable.
cpr_started_time_stampTimestamp indicating when CPR was initiated.
defibrillation_paramedicsIndicates if defibrillation was performed by paramedics.
number_shocksTotal number of shocks.
airways_managementDetails about airway management procedures performed.
capnographyUse of capnography during resuscitation. Example: 'Yes' or 'No'.
adrenalinIndicates if adrenalin was administered. Example: 'Yes' or 'No'.
amiodaroneIndicates if amiodarone was administered. Example: 'Yes' or 'No'.
prehospital_thrombolysisIndicates if prehospital thrombolysis was done.
chest_compression_machineIndicates if a chest compression machine was used.
chest_compression_machine_time_stampTimestamp indicating when the chest compression machine was initiated.
cpr_was_stoppedIndicator if CPR was stopped. Example: 'Yes' or 'No'.
cpr_stopped_time_stampTimestamp indicating when CPR was stopped.
cpr_stop_causeReason for stopping CPR.
rosc_achievedIndicator if ROSC was achieved.
continuous_rosc_achievedIndicator if continuous ROSC was achieved. Example: 'Yes' or 'No'.
continuous_rosc_time_stampTimestamp indicating when continuous ROSC was achieved.
active_cooling_startedIndicator if active cooling treatment was started.
active_cooling_started_time_stampTimestamp indicating when active cooling was initiated.
twelve_lead_ecgIndicates if a 12-lead ECG was performed.
patient_transported_hospitalIndicates if the patient was transported to a hospital. Example: 'Yes' or 'No'.
direct_transport_hospitalIndicates if direct transport to a hospital with Angio/PCI-lab occurred. Example: 'Yes' or 'No'.
direct_transport_pciIndicates if direct transport to a PCI-lab occurred. Example: 'Yes' or 'No'.
status_at_hospital_arrivalPatient's status at arrival at the hospital.
hospital_arrival_time_knownIndicates if the time when the patient arrived at the hospital is known. Values: 'Yes' or 'No'.
hospital_arrival_time_stampTimestamp indicating when the patient arrived at the hospital.
delivery_hospitalThe hospital to which the patient was delivered.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idUnique identifier for each urgency level. Example: '12345'.
unique_idA unique identifier in Analytics generated for each table
nameThe name of the urgency level in the default language. Example: 'Acute'.
name_en_GBThe name of the urgency level in British English. Example: 'Acute'.
name_da_DKThe name of the urgency level in Danish. Example: 'Akut'.
name_fr_FRThe name of the urgency level in French. Example: 'Aigu'.
name_de_DEThe name of the urgency level in German. Example: 'Akut'.
name_nb_NOThe name of the urgency level in Norwegian Bokmål. Example: 'Akutt'.
name_sv_SEThe name of the urgency level in Swedish. Example: 'Akut'.
colorThe color code associated with the urgency level. Example: 'red'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idUnique identifier for each record urgency level mapping. Example: '12345'.
unique_idA unique identifier in Analytics generated for each table
urgency_level_idIdentifier for the associated urgency level. Example: 'a1b2c3d4'.
record_idThe unique identifier for a record
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.checklist_response_items

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

Column NameDescription
unique_idA unique identifier in Analytics generated for each table
checklist_configuration_item_idIdentifier for the checklist item associated with the response.
record_idThe unique identifier for a record
completed_time_stampTimestamp when the checklist was completed.
item_numberThe item number within the checklist.
item_response_is_selectedIndicates whether the checklist item was selected as a response (true/false).
item_response_textText response provided for the checklist item.
item_response_valueValue associated with the checklist item's response.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.checklist_configuration_items

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

Column NameDescription
idUnique identifier for the checklist configuration item. Based on the id and the item_number.
unique_idA unique identifier in Analytics generated for each table
checklist_configuration_idIdentifier for the checklist configuration.
checklist_guidGlobally unique identifier (GUID) for the checklist.
checklist_nameName of the checklist.
item_numberThe item number within the checklist.
item_descriptionDescription of the checklist item.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idUnique identifier from EWA for each emcc ticket
unique_idA unique identifier in Analytics generated for each table
full_emcc_mission_idThe mission identifier in the EMCC system including the resource assigned to the mission.
emcc_mission_idThe mission identifier in the EMCC system. Example: '33644994'.
mission_resource_idThe identifier for the resource assigned to the mission.
full_emcc_mission_id_updated_atTimestamp of the last update to the full mission ID.
emcc_alerted_time_stampTimestamp when the EMCC was alerted.
emcc_alerted_time_stamp_updated_atTimestamp of the last update to the alerted timestamp.
dispatch_codeThe dispatch code associated with the emcc ticket.
dispatch_code_updated_atTimestamp of the last update to the dispatch code.
dispatch_code_descriptionDescription of the dispatch code.
dispatch_code_description_updated_atTimestamp of the last update to the dispatch code description.
urgency_levelThe urgency level of the emcc ticket.
urgency_level_updated_atTimestamp of the last update to the urgency level.
problem_descriptionA description of the problem associated with the emcc ticket.
updated_atThe timestamp when this entry was last updated in EWA
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.records_emcc_tickets

The records_emcc_tickets bridges the EMCC tickets to their associated records.

Column NameDescription
idUnique identifier
unique_idA unique identifier in Analytics generated for each table
emcc_ticket_idUnique identifier for each emcc ticket.
record_idThe unique identifier for a record
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.resources

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

Column NameDescription
idThe unique identifier for the resource. Example: '10'.
nameThe name of the resource
station_idThe identifier of the station to which the resource is linked. Example: '10'.
resource_type_idThe identifier for the resource's type, linking to the resource type table. Example: '49bddc91-09b1-4cef-a08c-a2ae72abcde7'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.resource_types

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

Column NameDescription
idThe unique identifier for the resource type. Example: '49bddc91-09b1-4cef-a08c-a2ae72abcde7'.
nameThe name of the resource type. Example: 'Ambulance'.
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

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 NameDescription
idThe unique identifier from EWA for each retts priority level
colorColor associated with the RETTS priority level. Example: 'Red'.

ewa_clean.sats_priority_levels

The ewa_clean__sats_priority_levels table contains information about SATS (Severity Assessment Triage System) priority levels

Column NameDescription
idThe unique identifier from EWA for each sats priority level
colorColor associated with the SATS priority level. Example: 'Red'.

ewa_clean.record_status

The ewa_clean__record_status table contains information about the status of records in EWA

Column NameDescription
idThe unique identifier from EWA for each record status
nameName of the record status. Example: 'Completed'

ewa_clean.tags

Data about different hierarchy levels, used for example together with locations

Column NameDescription
idThe unique identifier from EWA for each tag
unique_idA unique identifier in Analytics generated for each table
valueThe value of the tag. Example: 'Sykehus'
parent_idThe parent id for the tag id
typeThe type of the tag
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated

ewa_clean.locations

Data filled out in the different location tiles in EWA

Column NameDescription
idThe unique identifier from EWA for each location
unique_idA unique identifier in Analytics generated for each table
location_nameThe name of the location. Example: 'Sykehus'
tag_idThe tag id for the location id, used to connect to the tag table
location_guidThe location guid
updated_atThe timestamp when this entry was last updated in EWA
created_atThe timestamp when this entry was created in EWA
deleted_atThe timestamp when this entry was deleted in EWA, if applicable
metadata_inserted_atMetadata about when the row was inserted
metadata_updated_atMetadata about when the row was last updated