description: The EPISODE table aggregates lower-level clinical events (VISIT_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, DEVICE_EXPOSURE) into a higher-level abstraction representing clinically and analytically relevant disease phases,outcomes and treatments. The EPISODE_EVENT table connects qualifying clinical events (VISIT_OCCURRENCE, DRUG_EXPOSURE, PROCEDURE_OCCURRENCE, DEVICE_EXPOSURE) to the appropriate EPISODE entry. For example cancers including their development over time, their treatment, and final resolution. package_name: hl7.fhir.uv.omop derivation: specialization name: Episode type: http://hl7.org/fhir/uv/omop/StructureDefinition/Episode elements: episode_object_concept_id: {type: code, short: Episode Object, index: 9} episode_source_value: {type: string, short: Episode Source Value, index: 11} episode_end_date: {type: date, short: Episode End Date, index: 5} episode_end_datetime: {type: dateTime, short: Epsisode End Datetime, index: 6} episode_start_date: {type: date, short: Episode Start Date, index: 3} episode_concept_id: {type: code, short: Episode, index: 2} person_id: type: Reference short: Person refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Person'] index: 1 episode_source_concept_id: {type: code, short: Episode Source, index: 12} episode_start_datetime: {type: dateTime, short: Episode Start Datetime, index: 4} episode_number: {type: integer, short: Episode Number, index: 8} episode_parent_id: type: Reference short: Episode Parent refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Episode'] index: 7 episode_id: {type: code, short: Episode Identifier, index: 0} episode_type_concept_id: {type: code, short: Episode Type, index: 10} package_version: 1.0.0-ballot class: logical kind: logical url: http://hl7.org/fhir/uv/omop/StructureDefinition/Episode base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0-ballot required: [episode_concept_id, episode_id, episode_object_concept_id, episode_start_date, episode_type_concept_id, person_id]