PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
description: 'A Drug Era is defined as a span of time when the Person is assumed to be exposed to a particular active ingredient. A Drug Era is not the same as a Drug Exposure: Exposures are individual records corresponding to the source when Drug was delivered to the Person, while successive periods of Drug Exposures are combined under certain rules to produce continuous Drug Eras.'
package_name: hl7.fhir.uv.omop
derivation: specialization
name: DrugEra
type: http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
elements:
  drug_era_id: {type: code, short: Drug Era Identifier, index: 0}
  person_id:
    type: Reference
    short: Person
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Person']
    index: 1
  drug_concept_id: {type: code, short: Drug, index: 2}
  drug_era_start_date: {type: date, short: Drug Era Start Date, index: 3}
  drug_era_end_date: {type: date, short: Drug Era End Date, index: 4}
  drug_exposure_count: {type: integer, short: Drug Exposure Count, index: 5}
  gap_days: {type: integer, short: Gap Days, index: 6}
package_version: 1.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/omop/StructureDefinition/DrugEra
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-ballot
required: [drug_concept_id, drug_era_end_date, drug_era_id, drug_era_start_date, person_id]