PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/ConditionEra
description: A Condition Era is defined as a span of time when the Person is assumed to have a given condition. Similar to Drug Eras, Condition Eras are chronological periods of Condition Occurrence. Combining individual Condition Occurrences into a single Condition Era serves two purposes:\n\n- It allows aggregation of chronic conditions that require frequent ongoing care, instead of treating each Condition Occurrence as an independent event.\n- It allows aggregation of multiple, closely timed doctor visits for the same Condition to avoid double-counting the Condition Occurrences.\nFor example, consider a Person who visits her Primary Care Physician (PCP) and who is referred to a specialist. At a later time, the Person visits the specialist, who confirms the PCP's original diagnosis and provides the appropriate treatment to resolve the condition. These two independent doctor visits should be aggregated into one Condition Era.
package_name: hl7.fhir.uv.omop
derivation: specialization
name: ConditionEra
type: http://hl7.org/fhir/uv/omop/StructureDefinition/ConditionEra
elements:
  condition_era_id: {type: code, short: Condition Era Identifier, index: 0}
  person_id:
    type: Reference
    short: Person
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Person']
    index: 1
  condition_concept_id: {type: code, short: Condition, index: 2}
  condition_era_start_date: {type: date, short: Condition Era Start Date, index: 3}
  condition_era_end_date: {type: code, short: Condition Era End Date, index: 4}
  condition_occurrence_count: {type: integer, short: Condition Occurence Count, index: 5}
package_version: 1.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/omop/StructureDefinition/ConditionEra
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-ballot
required: [condition_concept_id, condition_era_end_date, condition_era_id, condition_era_start_date, person_id]